Originally posted by Jake Bunce
Announcement
Collapse
No announcement yet.
duplicating navbar? (split)
Collapse
X
-
Split from http://www.vbulletin.com/forum/showthread.php?t=97695
You would need to edit all of the main templates (the ones in capital letters, like FORUMHOME, FORUMDISPLAY, etc), and copy the $navbar variable in each one.
-
Originally posted by Jake BunceSplit from http://www.vbulletin.com/forum/showthread.php?t=97695
You would need to edit all of the main templates (the ones in capital letters, like FORUMHOME, FORUMDISPLAY, etc), and copy the $navbar variable in each one.
Comment
-
For example, in the FORUMHOME template:
Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> FORUMHOME
Add the red code near the bottom:
Code:<if condition="!$show['guest']"> <!-- member logout --> <td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td> <!-- end member logout --> </if> </tr> </table> <!-- / icons and login code --> [color=red]$navbar[/color] $footer </body> </html>
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment