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.
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
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
// 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
// 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
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.