advanced module manager compatibility issue ?

Tabs module is the easiest and convenient way to create tabs in Joomla website with powerful features like JSON or XML support.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Jun 10, 2012 12:49 am
Hi,

Is there any compatibility issue with advanced module manager from nonumber because "Add new tab" button doesn't works for me.

Joomla 2.5.4

Regards,

Vincent F.
User avatar
Senior Boarder

teitbite
Sat Jun 16, 2012 10:59 am
Hi

Yes this extention is in conflict with our products. Please search the forum. There were a fix for that released by Adv Module Manager creator.
User avatar
Moderator

GK User
Sun Jun 24, 2012 10:10 am
Thanks for your reply !

Found it :

https://www.gavick.com/forums/news-show-pro-gk4/how-to-integrate-news-pro-gk4-v-2-0-with-advanced-module-manager-5230.html?p=5226&hilit=advanced%20module%20manager%20fix#p5226

But the fix doesn't exist anymore.
I ill contact Peter ans see with it...
Keep up the geat works


Regards,

Vincent F.
User avatar
Senior Boarder

teitbite
Mon Jun 25, 2012 10:59 pm
Hi

OK. Thanks.

It's impossible to fit every 3rd party extension so if You'll find a solution would You be so kind and post it here for other users as well ?
User avatar
Moderator

GK User
Tue Jun 26, 2012 1:26 am
Tested with NSP GK4 v3.1.3 and Advanced Module Manager v3.1.4
Find File: modules/mod_news_pro_gk4/admin/script.js
Lines: 247-251 which is below.
Code: Select all
   var link = new Element('a', { 'class' : 'gkHelpLink', 'href' : 'http://tools.gavick.com/newshowpro.html', 'target' : '_blank' })
   link.inject($$('div.panel')[$$('div.panel').length-1].getElement('h3'), 'bottom');
   link.addEvent('click', function(e) { e.stopPropagation(); });
});
// function to generate the updates list

Replace with below
Code: Select all
   var link = new Element('a', { 'class' : 'gkHelpLink', 'href' : 'http://tools.gavick.com/newshowpro.html', 'target' : '_blank' })
   var Panel = document.id('NSP_ABOUT_US-options');
   link.inject(Panel, 'bottom');
   link.addEvent('click', function(e) { e.stopPropagation(); });
});
// function to generate the updates list


Tested with Tabs GK5 v1.1 and Advanced Module Manager v3.1.4
Find File: modules/mod_tabs_gk5/admin/script.js
Lines: 483-487 which is below.
Code: Select all
      // creating the help link
      var link = new Element('a', { 'class' : 'gkHelpLink', 'href' : 'http://www.gavick.com/best-free-joomla-tab-module.html', 'target' : '_blank' })
      link.inject($$('div.panel')[$$('div.panel').length-1].getElement('h3'), 'bottom');
      link.addEvent('click', function(e) { e.stopPropagation(); });
      // removing unnecessary borders


Replace with below
Code: Select all
      // creating the help link
      var link = new Element('a', { 'class' : 'gkHelpLink', 'href' : 'http://www.gavick.com/best-free-joomla-tab-module.html', 'target' : '_blank' })
      var Panel = document.id('TABS_ABOUT_US-options');
      link.inject(Panel, 'bottom');
      link.addEvent('click', function(e) { e.stopPropagation(); });
      // removing unnecessary borders


See you around...
User avatar
Platinum Boarder

teitbite
Tue Jun 26, 2012 5:13 pm
Hi

Thank You for that. I believe couple of users can benefit from that.
User avatar
Moderator

GK User
Tue Jun 26, 2012 6:09 pm
Yes !! Thanks Normann.
User avatar
Senior Boarder

GK User
Tue Jun 26, 2012 9:28 pm
You welcome guys, no problem at all.

See you around...
User avatar
Platinum Boarder

teitbite
Fri Jun 29, 2012 11:59 am
Hi

It is a great deal. This case is a customization and we do not need to answer that. That's why I'm thanking You double :)
User avatar
Moderator

GK User
Sat Jun 30, 2012 8:18 am
;) Thank you sir.
User avatar
Platinum Boarder

teitbite
Sat Jun 30, 2012 1:41 pm
Hi

Please don't "sir" me. I'm not so old yet :D
User avatar
Moderator

GK User
Thu Jan 03, 2013 12:44 pm
Hi There,

I happen to come across this page while doing some research. I wonder if current NSP GK4 3.3.5 has been updated to address compatibility with advanced module manager? There is no changelog found with gavick extension or I could not locate it :)
User avatar
Senior Boarder

teitbite
Fri Jan 04, 2013 1:47 am
Hi

Here You can find a changelogs https://www.gavick.com/index.php?filter ... Itemid=399

But as I remember there were no actions done according Adv Manager.
User avatar
Moderator

GK User
Tue Jan 08, 2013 4:23 am
You are right. from the change log there isnt anything mention regarding Advanced Module Manager conflict.
User avatar
Senior Boarder

teitbite
Tue Jan 08, 2013 11:41 pm
Hi

I have worked on a website using Adv Module Manager and NSP yesterday and have not noticed any problems. In the matter of fact I only remembered doing that becuase of Your post :) So I think everything is fixed now.
User avatar
Moderator

GK User
Fri May 10, 2013 5:48 pm
teitbite wrote:Hi

Here You can find a changelogs https://www.gavick.com/index.php?filter ... Itemid=399

But as I remember there were no actions done according Adv Manager.


Hi has there been or will there be any compatibility update for advanced module manager and the gavick news modules? I'm at the end of my first week of building a new site with the news template and would have previously been a regular user of AMM - really missing it right now as my module assignment is severely limited with the core joomla module manager....
User avatar
Senior Boarder

teitbite
Sat May 11, 2013 6:02 pm
Hi

What problems You have? I'm using AMM and NSP in couple last projects and there are no issues mentioned anymore.
User avatar
Moderator


cron