We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Editor

Development and Programming

Brandon Kelly's avatar
Brandon Kelly
257 posts
16 years ago
Brandon Kelly's avatar Brandon Kelly

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!

       
Arun S.'s avatar
Arun S.
792 posts
16 years ago
Arun S.'s avatar Arun S.

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 😊

       
Brandon Kelly's avatar
Brandon Kelly
257 posts
16 years ago
Brandon Kelly's avatar Brandon Kelly
For whom do the links show up for? For superadmins only? Is there a setting to set which member groups can see the link?

They show up for anyone that’s logged in and has Edit permissions. It doesn’t factor in whether they are allowed to edit that weblog (yet).

       
Jack McDade's avatar
Jack McDade
425 posts
16 years ago
Jack McDade's avatar Jack McDade

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?

       
Brandon Kelly's avatar
Brandon Kelly
257 posts
16 years ago
Brandon Kelly's avatar Brandon Kelly
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 */
       
Jack McDade's avatar
Jack McDade
425 posts
16 years ago
Jack McDade's avatar Jack McDade
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 Kelly's avatar
Brandon Kelly
257 posts
16 years ago
Brandon Kelly's avatar Brandon Kelly
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…

Haha, you can take that one!

       
Chris Clarke's avatar
Chris Clarke
8 posts
16 years ago
Chris Clarke's avatar Chris Clarke

Fantastic, Brandon. Next bit of money that comes my way, you’ll get some.

       
Sean C. Smith's avatar
Sean C. Smith
3,818 posts
16 years ago
Sean C. Smith's avatar Sean C. Smith

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
       
David Ould's avatar
David Ould
49 posts
16 years ago
David Ould's avatar David Ould

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?

       
Jack McDade's avatar
Jack McDade
425 posts
16 years ago
Jack McDade's avatar Jack McDade

[deleted] Was accidentally using 1.0.1. Problem fixed by updating to 1.0.2.

       
maplepixel's avatar
maplepixel
3 posts
16 years ago
maplepixel's avatar maplepixel

Great! This is very helpful.

       
Brandon Kelly's avatar
Brandon Kelly
257 posts
16 years ago
Brandon Kelly's avatar Brandon Kelly
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.

       
Brandon Kelly's avatar
Brandon Kelly
257 posts
16 years ago
Brandon Kelly's avatar Brandon Kelly
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.

       
Sean C. Smith's avatar
Sean C. Smith
3,818 posts
16 years ago
Sean C. Smith's avatar Sean C. Smith
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.

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.

       
1 2 3 Last

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.