I'm still on the older version and would prefer to stay on it as I have a large site. However using vbadvanced and still have the last post button problem in when pagination occurs.
All I ask is one favour and I can do the rest.
In your Rewrite for Vbadvanced
Quote:
if ($vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'] AND isset($vbulletin->templatecache['adv_portal_module_wrapper']))
{
$vbulletin->templatecache['adv_portal_module_wrapper'] = $vbulletin->templatecache['tfseo_adv_portal_module_wrapper'];
}
if ($vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'] AND isset($vbulletin->templatecache['adv_portal_recthreads_exp']))
{
$vbulletin->templatecache['adv_portal_recthreads_exp'] = $vbulletin->templatecache['tfseo_adv_portal_recthreads_exp'];
}
if ($vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'] AND isset($vbulletin->templatecache['adv_portal_poll']))
{
$a = array(
'showthread.php?" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . "t=$pollmod[threadid]',
'f$pollmod[forumid]/$tfseo_url_poll-$pollmod[threadid]/'
);
$vbulletin->templatecache['adv_portal_poll'] = str_replace($a[0],$a[1],$vbulletin->templatecache['adv_portal_poll']);
unset($a);
}
|
In this part specifically
Quote:
if ($vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'] AND isset($vbulletin->templatecache['adv_portal_recthreads_exp']))
{
$vbulletin->templatecache['adv_portal_recthreads_exp'] = $vbulletin->templatecache['tfseo_adv_portal_recthreads_exp'];
}
|
Can you give make it so if less than one page ==
adv_portal_recthreads_exp but of more than == adv_portal_recthreads_exp2 I can make the second template fine.
Greatly appreciated.