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

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Matt Jason H
Forum Members
Forum Members
Posts: 42
Joined: Wed Nov 10, 2004 10:17 pm

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

Post 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.
Shannon

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

Post 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
Post Reply

Return to “Modules/Add-Ons”