Quote:
Originally Posted by sundarmobiles
can u give the procedure to use navbit area like in the screen shot and also can i use this one for this version 3.7.3?
|
Open:
Navbar template located in
Navigation / Breadcrumb Templates
Find:
PHP Code:
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
Replace with:
PHP Code:
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong> <fb:like href="$vboptions[bburl]/showthread.php$session[sessionurl]?t=$threadid" layout="button_count" show_faces="false"></fb:like></div>
</if>