hello,
there's an issue with your mod and photoplog pro vb4.Itrader is blocking certain navigation features from photoplog to appear on the photplog index page. like upload,slideshow and few other features.I tracked in down to your mod.
When i disabled itrader temporary in caused a white page to photplog main.
The owner of photoplog don t know whats going on and said that he's using vb default nav
this is his plugin info for navtab
Quote:
$tabselected = '';
$tablinks = '';
if (defined('PHOTOPLOG_THIS_SCRIPT'))
{
$vbulletin->options['selectednavtab']='photoplog';
$tabselected = ' class="selected"';
$templater = vB_Template::create('photoplog_navtab_navlinks');
$templater->register('photoplog', $GLOBALS['photoplog']);
$tablinks = $templater->render();
}
$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="'.$vbulletin->options['photoplog_script_dir'].'/index.php'.$vbulletin->vars->session['sessionurl_q'].'">'.$vbphrase[photoplog_photoplog].'</a>'.$tablinks.'</li>';
|
its executing under process_template _complete with execution order of 5
thank you