You are here: Home → Forum Home → Free add-ons → Accessory → Thread
13 October 2010 12:29 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 ![]()
Review and Futures requests are welcome!
13 October 2010 10:35 PM #1
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.
14 October 2010 06:47 AM #2
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.
14 October 2010 07:32 AM #3
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..?
14 October 2010 07:35 AM #4
do you have any JS errors?
15 October 2010 12:17 AM #6
Just download and installed, works as expected! Thanks for sharing this.
18 October 2010 03:30 PM #7
This is just what my client requested! ![]()
But, sadly, it results in a Mysql error when I try to change to another MSM site.
21 October 2010 03:08 AM #8
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!
21 October 2010 06:33 AM #9
the version was update. Now will no problems with MSM
neostructuralist looks like some js conflict - I will test it today
04 November 2010 03:55 AM #10
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.
04 November 2010 06:19 AM #11
Do you have any js errors on the page?
06 November 2010 06:22 PM #13
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.
11 November 2010 03:36 PM #14
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
09 February 2011 12:45 PM #15
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!
Powered by ExpressionEngine ExpressionEngine Discussion Forum - version 3.1.8 (20120413)