visual indicator not working

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

visual indicator not working

Post by 1996 328ti »

Like the subject says,
I can not edit from the front end.
I lost this function after upgrading from 1.3.3 to 1.3.9.

$phpwcms['SESSION_FEinit'] = 1; // set 1 to enable sessions in frontend, 0 to disable sessions in frontend

#VisualModeIndicator {
position : absolute;
left : 5px;
top : 5px;
padding : 5px;
background-color : #ff3300;
color : #000000;
border : 2px solid #ff0000;
}
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: visual indicator not working

Post by Jensensen »

with v1.3.9 this great feature has become a much greater feature that is called --> "frontend edit":

Code: Select all

$phpwcms['frontend_edit']	  = 1; // enable content specific direct links - linking direct into the backend 
check conf | adjust conf | compare it to --> dist.conf.inc.php
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Re: visual indicator not working

Post by 1996 328ti »

Thank you.
I was missing
$phpwcms['frontend_edit'] = 1; // enable content specific direct links - linking direct into the backend
in my config file.
Post Reply