Setting The Path And Permission For The - Edit This Entry - Link
The “Edit This Entry” is configured in the “kit_system/link_edit” template.
Setting Access Permissions: By default, eeSiteKit sets up the link so that only logged-in Super Admins have access to it. Before you make changes to the default conditional that sets access, we recommend you review the section of EE’s docs on Conditional Global Variables.
{if logged_in_group_id == '1'}
<p><a href='{global_url}system/index.php?C=edit&M=edit_entry&weblog_id={embed:weblog_id}&entry_id={embed:entry_id}'>{embed:lang_edit_this_entry}</a></p>
{/if}
Setting Path To Control Panel: If you’ve renamed your /system/ folder and/or your /index.php/ file, or removed the index.php file from your URI, you’ll need to set the beginning of this link (the part before the question-mark) so that it’s consistent with the path to your site’s control panel. Otherwise the link may show up, but it won’t correctly link directly to the entry that displays with it.
