August 2007
1 post
EE tidbit: “Edit This Entry” links in...
I was once asked if I could make a link in a list of entries that, when clicked, would take you straight to the edit form for that entry. Wondering if it could be done myself, I dove into ExpressionEngine and found that it could be done, quite easily in fact.
Here’s the code I used in the listing of entries:
{if member_group == "1"}{embed="global/editme" the_id="{entry_id}"...