Welcome guest, please Login or Register

EEC.MS - ExpressionEngine add-ons

You are here: HomeForum Home → Free add-ons → Accessory → Thread

   

Accessory: MX Extended Content Menu

Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

MX Extended Content Menu its small add-on making CP Content menu more useful for users (I believe).

This Accessory adds a drop-down channel list for Edit submenu. Also, in case if you use pages, you can get Pages submenu with list of pages in order to access them very quickly.

P.s. This add-on just a small part of extension which give option change CP menu totally. When it will be ready? I just can say - this fall smile


Review and Futures requests are welcome!

download

     

Image Attachments

mx_extended_content_menu_classic.png

Click thumbnail to see full-size image

Rank

Total Posts: 3

Joined 2010-10-13

PM

We’ve been hanging out for someone to write this, nice work! We are however having trouble getting it going with NSM Morphine Theme (http://expressionengine-addons.com/nsm-morphine-cp-theme). It would be quite exciting if we could be running both of these extensions in the same CP.

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

Could you please provide your EE2 build, Morphine build and what exactly happened?

Because usually I work with Morphine(+Anti-Pink), I just turned off it for screenshot – I decide that image with Morphine can confuse people who don’t work with it before.

     

Image Attachments

mx_extended_content_menu.png

Click thumbnail to see full-size image

Rank

Total Posts: 3

Joined 2010-10-13

PM

We’re using EE 2.1.0 Build 20100810 and Morphine v1.0.0

I’ve attached the screenshot of what we’re seeing if it helps..!

Probably also worth mentioning that we have got your Accessory up and running on another version (same build) without Morphine and it works without a hitch.

... and we’re running Structure which requires JQuery 1.4.1… I think that might be the issue..?

     

Image Attachments

Google_Chrome.png

Click thumbnail to see full-size image

Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

do you have any JS errors?

     
Rank

Total Posts: 3

Joined 2010-10-13

PM

Firebug is painfully silent!

     
Rank

Total Posts: 1

Joined 2010-10-15

PM

Just download and installed, works as expected! Thanks for sharing this.

     
Rank

Total Posts: 2

Joined 2010-10-17

PM

This is just what my client requested! smile
But, sadly, it results in a Mysql error when I try to change to another MSM site.

     
Rank

Total Posts: 1

Joined 2010-10-21

PM

EE 2.1.1 issue?

Thanks for a great add-on.  I installed this on EE 2.1.0 a week ago, and it worked out great. 

I installed on a new EE 2.1.1 20101020 build tonight, and noticed that the Content menu did not change.  Also, I noticed that the Accessory tab at the bottom appearing now.  Does the add-on need to be updated, or am I doing something wrong?

Thanks!

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

the version was update. Now will no problems with MSM

neostructuralist looks like some js conflict - I will test it today

     
Rank

Total Posts: 2

Joined 2010-11-04

PM

Having a similar issue.  Initially worked and now it no longer works plus i am seeing the accessory tab. Possibly because i was seeing the tab on some pages and so tried to change which pages i was set to visible on. It’s when i added them all back in that it ceased functioning and now the tab shows on all pages.

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

Do you have any js errors on the page?

     
Rank

Total Posts: 1

Joined 2010-11-04

PM

Which page are you referring to check for js errors?

     
Rank

Total Posts: 2

Joined 2010-11-04

PM

Found the problem at least in my case.  I had an entry which had the title of Sonny’s Guiding Service the single quote in the title was messing up the parsing.  If i change it to just Sonnys it works fine.

So the fix.  In acc.mx_extended_content_menu.php at line 80 change

$pages_menu .= '<li><a tabindex="-1">entry_id . '" class="">' . $data->title . '</a></li>'; 

to

$pages_menu .= '<li><a tabindex="-1">entry_id . '" class="">' . addslashes($data->title) . '</a></li>'; 

It will slash out the single quote.

That fixes my issue anyway hope it helps some others.

     
Rank

Total Posts: 2

Joined 2010-11-11

PM

Yep,  I can confirm that the version I was using (1.0.2) suffered with the same escaping quotes issue. Wish I knew this forum was here, it would have saved me some time.

jfp

     
Avatar
Rank

Total Posts: 20

Joined 2010-07-21

PM

Hi Max - great extension! It’d be handy if there was an option to switch off the Pages functionality. I’ve installed it on a Structure site, and the number of pages is huuuuuuuuuge!

     

Signature

signature_image