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

Edit Menu extension

Development and Programming

Cocoaholic's avatar
Cocoaholic
445 posts
17 years ago
Cocoaholic's avatar Cocoaholic

Hi Brian,

Ah yes, priority settings… I tend to set them to lowest priority by default, no need to be first 😉

I know the priority is important when multiple extensions use the same hook, but it just isn’t possible to prevent ‘clashes’ with other developers’ extensions. Maybe the priority should be a default user setting so peeps can change the priority on the fly if needed?

I have bumped the priority of this extension to 8, hopefully this won’t clash with other extensions out there.

Cheers, Elwin

       
Cocoaholic's avatar
Cocoaholic
445 posts
17 years ago
Cocoaholic's avatar Cocoaholic

While doing some testing I found and fixed another little bug, updated to v1.0.2

       
Brian M.'s avatar
Brian M.
529 posts
17 years ago
Brian M.'s avatar Brian M.

Thanks a bunch Cocoaholic. I agree about the priority thing - it would make a good feature request 😊

       
tpayton's avatar
tpayton
172 posts
17 years ago
tpayton's avatar tpayton

Hum. Can’t seem to get this to work. I tried disabling all of my 250+ extensions (okay not really that much but alot). Checked in Firefox, Safari and I even took the time to boot XP in VMWare. No dice.

Anybody else have it working okay with EE 1.6.4.

       
Cocoaholic's avatar
Cocoaholic
445 posts
17 years ago
Cocoaholic's avatar Cocoaholic

Should work fine in 1.6.4

Is you “Publish Tab Behavior” set to “Click” by any chance? (the extension only works with “Hover”)

       
tpayton's avatar
tpayton
172 posts
17 years ago
tpayton's avatar tpayton

Ahh just found the problem. The beloved Clone Entry Extension. I already had a problem with it and the extension “Add Sitename”.

It’s a toss up know between Clone Entries and Edit Menu. Humm.

       
Andy Harris's avatar
Andy Harris
958 posts
16 years ago
Andy Harris's avatar Andy Harris

This extension is ace, now part of my ‘default installation’. Cheers mate!

       
angstmann's avatar
angstmann
225 posts
16 years ago
angstmann's avatar angstmann

Oh my goodness me! How much easier does this extension make it for the client!! Superb addition to the armoury! Many many thanks for this.

       
Ryan M.'s avatar
Ryan M.
1,511 posts
16 years ago
Ryan M.'s avatar Ryan M.

I fixed this to work with the Cloner extension by adding the following to the cloner extension’s “remove_entryid” function, which is using the same hook as Edit Menu:

Find:

function remove_entryid($data)
{
  global $IN, $LANG;

And change to:

function remove_entryid($data)
{
  global $IN, $LANG, $EXT;

if($EXT->last_call !== false)
{
  $data = $EXT->last_call;
}

Seems to do the trick.

       
Alli's avatar
Alli
158 posts
16 years ago
Alli's avatar Alli

This is excellent. Thank you. it just makes life a little bit simpler!

       
Efrain B.'s avatar
Efrain B.
42 posts
16 years ago
Efrain B.'s avatar Efrain B.

I’m using both the Edit Menu extension and Hidden Weblogs extension. I was wondering if there is any way that the Edit Menu extension ignores the settings of the Hidden Weblogs extension??? I really don’t want any hidden weblogs on my edit menu.

Thanks

       
Cocoaholic's avatar
Cocoaholic
445 posts
16 years ago
Cocoaholic's avatar Cocoaholic

Open ez_edit_menu.php in a text editor and find this line:

$menu .= "<li class='publishdropmenuinner'>

should be around line 154, now change it to:

$menu .= "<li class='publishdropmenuinner xxx'>

This will prevent the Hidden Weblogs extension from finding the menu and replacing (hiding) the weblogs.

       
Efrain B.'s avatar
Efrain B.
42 posts
16 years ago
Efrain B.'s avatar Efrain B.

Thanks Cocoaholic! It works perfectly. Great extension by the way.

       
SoLi's avatar
SoLi
6 posts
16 years ago
SoLi's avatar SoLi

Absolutely love this extension. Great work and Thank you! ^_^

       
rolfjohansson's avatar
rolfjohansson
38 posts
16 years ago
rolfjohansson's avatar rolfjohansson

A thing of beauty!

       
1 2 3 4

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.