The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
If I want to make such a vertical navigation on left as on Sitepoint how can I do that? I mean I have tested the mods that I found here, but there are not even close to what you see on SItepoint.
Any ideas? |
#2
|
|||
|
|||
![]()
That's basically just a Left Side Column hack, which you can find here:
https://vborg.vbsupport.ru/showthread.php?t=117988 |
#3
|
|||
|
|||
![]() Quote:
I still use 3.5.4 Any other ideas? Basically where from the vbulletin source can I grab the forum folder tree including all the subforums and just paste it in some custom column on the left? |
#4
|
||||
|
||||
![]()
Here is what I'm using... It's not perfect yet, but it's pretty close.
PHP Code:
HTML Code:
<table width="180" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" class="tborder"> <tr> <td class="thead">Forum Tree</td> </tr> $forumbits </table> HTML Code:
<if condition="$depth == 0"> <tr> <td class="alt1"> <span class="smallfont"> <if condition="$show['collapsesubforums']"> <a style="float:$stylevar[right]" href="#" onclick="return toggle_collapse('forumtree_$forum[forumid]')"> <img id="collapseimg_forumtree_$forum[forumid]" src="images/buttons/collapse_alt_collapsed.gif" alt="Hide/Show" border="0" /> </a> <else /> » </if> <strong><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></strong> </span> <if condition="$show['collapsesubforums']"><div id="collapseobj_forumtree_$forum[forumid]" style="display: none"></if> $childForumBits <if condition="$show['collapsesubforums']"></div></if> </td> </tr> <else /> <div class="smallfont" style="margin-left: 10px; margin-top: 8px"> <if condition="$show['collapsesubforums']"> <a style="float:$stylevar[right]; padding-left: -13px" href="#" onclick="return toggle_collapse('forumtree_$forum[forumid]')"> <img id="collapseimg_forumtree_$forum[forumid]" src="images/buttons/collapse_alt_collapsed.gif" alt="Hide/Show" border="0" /> </a> <else /> » </if> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['collapsesubforums']"><div id="collapseobj_forumtree_$forum[forumid]" style="display: none"></if> $childForumBits <if condition="$show['collapsesubforums']"></div></if> </div> </if> |
#5
|
|||
|
|||
![]()
Thanks SirAdrian
![]() Can you just be a littile bit more specific where do I have to paste the code provided by you? Thank you. |
#6
|
|||
|
|||
![]()
A demo of what yours looks like as well would be nice
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|