vBulletin Blog 1.0.1 help

DON said:
it showed up for me.. if not.. do it manually and post it on ur nav abr to blog.php

like this in the template navbar ?

Code:
<td class="vbmenu_control"><a href="blog.php$session[sessionurl_q]">$vbphrase[blog_title]</a></td>

ps i have 1.0.2 version
 
this is the image code i use, make sure you edit the dimentions acordingly or just remove them all together


PHP:
		<td width="65" height="19"  class="nav_buttons"><a href="blog.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_blog.gif" width="45" height="19" border="0" alt="" /></a></td>
 
Back
Top