Back to vBulletin 3.5 Template Modifications

Forum Quick Jump menu
Mod Version: 1.00, by tidy_boy

This modification is in the archives.
vB Version: 3.5.2 Rating: (0 vote - 0 average) Installs: 9
Released: 08 Jan 2006 Last Update: Never Downloads: 0
Not Supported Template Edits  

Hey guys this is my first hack I have made so be gentle.

What does it do?

This creates a drop down menu with a list of your forums so where ever you are on your site you can use the quick jump to go direct to the forum your want.

Template Edits: 2

/--------------\
|How to Install|
\--------------/

You need to go to your admincp > styles and templates > style manager > select your style > Edit templates > Header

Find:

Code:
<if condition="$show['popups']">		
			<if condition="$show['searchbuttons']">
				<if condition="$show['member']">
				<td class="element_control_nav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>

Above Add:

Code:
<!--- tidy_boys Forum Dropdown --->
<td id="forum_options" class="vbmenu_control">
    <a href="$vboptions[bburl]">Forum Quick Jump</a>
    <script type="text/javascript">
        vbmenu_register("forum_options");
    </script>
</td>
<!---End tidy_boys Forum Dropdown --->

Then go to admincp > styles and templates > style manager > select your style > Edit templates > navbar

Find:

Code:
<!-- NAVBAR POPUP MENUS -->

Add after:

Code:
<!--- tidy_boys Forum Dropdown --->
<div class="vbmenu_popup" id="forum_options_menu" style="display:none">
   <table cellpadding="3" cellspacing="1" border="0">
		<tr align="center">
			<td class="thead" colspan="2" >Drop Down title</td>
		</tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]">Forum Index</a>
			</td></tr>
<tr align="center">
			<td class="thead" colspan="2" >Forum Title</td>
		</tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr align="center">
			<td class="thead" colspan="2" >Forum title</td>
		</tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr align="center">
			<td class="thead" colspan="2" >Forum title</td>
		</tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
<tr>
			<td class="vbmenu_option" title="Forum Name">
				<a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a>
			</td></tr>
</table>
</div>
<!---End tidy_boys Forum Dropdown --->
Where you see the x you replace it with the forum id. You will need to play around with the code if you need more forums in the drop down its really easy.

Dont forget to click install

Enjoy...

Download

No files for download.

Screenshots

 


vblts.ru supports vBulletin®, 2022-2024