Hi guys
this is default navbar_link template content :
Quote:
<if condition="$show['breadcrumb']">
<span class="navbar">> <a href="$nav_url">$nav_title</a></span>
<else />
$nav_title
</if>
|
$nav_title in bold above are showing the Category name, and the Forum name, in the navbar,
for example for this thread are :
vBulletin 3 Discussion /
vB3 Programming Discussions
i want to remove the Category name
vBulletin 3 Discussion only, so just showing
vB3 Programming Discussions forum link, how to do that?
the reason is to make adsense showing
more relevant ads in the thread, in forums anywhere mostly the category name are not relevant text with the forum/thread
i already tried these but no one works, its only grab the forum id, for this Forum is 15, cant grab the Category id 211
Quote:
<if condition="in_array($forumid, array(x,y,z))">
|
Quote:
<if condition="$foruminfo[parentid]==-1">I'm a category</if>
|
Quote:
<if condition="$foruminfo[options] & $_FORUMOPTIONS[cancontainthreads]">
CODE IF IT'S A FORUM
<else />
CODE IF IT'S A CATEGORY
</if>
|
Quote:
<if condition="$foruminfo[cancontainthreads]">I can have a thread</if>
|
Quote:
<if condition="$foruminfo[parentid] == 1"> code <else /> other code </if>
|
from this threads
https://www.vbulletin.com/forum/show...-resigning-yet)
https://www.vbulletin.com/forum/show...tion-Statement
https://vborg.vbsupport.ru/showthread.php?t=150269