Hi all,
I just released a new extension: Editor
Here’s what it does:
Editor adds little Edit buttons next to each of your entries, right on your website. Click on one of them, and that entry’s Edit page will open in a new window.
Enjoy!
Brilliant! I too have issues with the workflow involved in editing an entry. I usually add links for site administrators and content editors to edit the content from the frontend as well. Except, I don’t do it all fancy-like with an extension. Hopefully, I won’t have to manage all those links now.
I haven’t yet downloaded it, but let me ask a question first anyway. For whom do the links show up for? For superadmins only? Is there a setting to set which member groups can see the link?
Again, great work. And cool new site design 😊
I love this idea! I’ve been using Ryan Irelan’s edit button technique, but this is far superior if i can get it to work. So far, i see no edit icons. Does it only work in a certain implementation style?
Can you search the HTML source for “editor-button” ?
Most likely they are getting added, but the default CSS is putting them in a place where you can’t see them.
Which brings up a good point: The default CSS for these is only going to work in most situations. You may need to override it. Here’s one example, if the {exp:weblog:entries} tag is creating inline text nodes or something:
p.my-inline-entries .editor-button { display:inline; }
p.my-inline-entries .editor-button { position:static; }
Another common example would be that your {exp:weblog:entries} tag starts at the very left of the page, so the buttons are actually getting pushed out of sight. For that you could try:
.editor-button a { left:4px; }
.container .editor-button a { left:-16px; } /* now nreset it for buttons inside #container which has a left margin */
Most likely they are getting added, but the default CSS is putting them in a place where you can’t see them.
That was it! The non-rollover state was actually too faded to see against my white background. Easily remedied! Nice work! Wish i thought of this first lol
Now to further mod and add a New Entry button as well…
Brandon,
When I add the url to the system index page I get the following error:
Notice: Undefined index: check_for_extension_updates in /path/to/system/extensions/ext.editor.php on line 303 Warning: Cannot modify header information - headers already sent by (output started at /path/to/system/extensions/ext.editor.php:303) in /path/to/system/core/core.functions.php on line 296
When I add the url to the system index page I get the following error:Notice: Undefined index: check_for_extension_updates in /path/to/system/extensions/ext.editor.php on line 303 Warning: Cannot modify header information - headers already sent by (output started at /path/to/system/extensions/ext.editor.php:303) in /path/to/system/core/core.functions.php on line 296
Make sure you’re using v 1.0.2 and you’ve saved your settings.
love the idea behind this but am unable to get it to work on www.davidould.net It shows up in the source but won’t show up on the page! Have tried the fixes above but to no avail. Any suggestions?
See Post #4 above.
When I add the url to the system index page I get the following error:Make sure you’re using v 1.0.2 and you’ve saved your settings.Notice: Undefined index: check_for_extension_updates in /path/to/system/extensions/ext.editor.php on line 303 Warning: Cannot modify header information - headers already sent by (output started at /path/to/system/extensions/ext.editor.php:303) in /path/to/system/core/core.functions.php on line 296
upgraded to 1.0.2 and when I try to save my settings I get the same error.
I’ve tried it on a fresh install with no other extensions as well as a productin site.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.