Page 1 of 1

My front-end editing plugin (sort of...)

Posted: Sun Nov 14, 2004 9:19 pm
by Matt Jason H
Create a user defined plugin called "edit_button" (or whatever you like) and then past this code into it...

Code: Select all

global $gCms; 
echo "<a href=admin/editcontent.php?page_id=".$gCms->variables['page']." target=_new><img src=images/cms/edit.gif border=0></a>";
When you want a page to have a little edit-this-page image on it just insert the tag {edit_button} where you want to image to appear. Easy.

Unfortunatley wishy nor I can find a way to make it invisible if you're not logged in yet, but wishy is working on something. If you've got any ideas, please share them.

My front-end editing plugin (sort of...)

Posted: Mon Nov 15, 2004 10:06 pm
by Shannon
I have an idea, but that is all it is since I am still a coding newbie... How about using css and wrapping it in a div that gets a display:none unless the login session variable is active.

Don't even know if I used the correct words...

Shannon