PDA

View Full Version : Forum Home Enhancements - Display Forumjump Menu on Forum Home


Alan @ CIT
06-18-2006, 10:00 PM
Display ForumJump on Forumhome
Version 1.0


What does this do?
This little mod will remove the forum category from the Navbar when a user is viewing a thread


Sounds Great! How do I install?
Installation couldn't be easier. Unzip the attached ZIP file and import the Product XML to your AdminCP as normal. - it adds 1 plugin - then perform the following template edit:

Open up the FORUMHOME template, and find:


<br />


<br />

<!-- what's going on box -->




Inbetween the 2 <br />'s, add the following:

<!-- Forumjump -->



<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="100%"&nbsp;</td>
<td>$forumjump</td>
</tr>
</table>
<!-- / Forumjump -->




Save the template and your all done!

Important: Unfortunately, my leased vBulletin licence has now expired, and I won't be renewing it until September which means I will be unable to reply to this thread, or update this mod until then. I'm hopeful that the great vBulletin.org community will step in to answer any questions in my absence though :) See you all in early September! :D

Alan @ CIT
06-19-2006, 12:32 AM
Known Bugs: None!

Barakat
06-19-2006, 12:48 AM
installed and working perfect

TTG
06-19-2006, 12:58 AM
Installed .. clicked install

Useful addition, thanks Alan

Barakat
06-19-2006, 01:03 AM
and to make the forum more beautiful just add this codes instead of the hole template of forumjump


<fieldset class="fieldset" style="MARGIN: 0px;">

<div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap">
<form action="forumdisplay.php" method="get">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="daysprune" value="$daysprune" />
<select size="11" name="f" ondblclick="this.form.submit();">
<optgroup label="$vbphrase[site_areas]">
<option value="-1" $defaultselected>$vbphrase[please_select_one]:</option>
<option value="cp" $frmjmpsel[usercp]>$vbphrase[user_control_panel]</option>
<option value="pm" $frmjmpsel[pm]>$vbphrase[private_messages]</option>
<option value="subs" $frmjmpsel[subs]>$vbphrase[subscriptions]</option>
<option value="wol" $frmjmpsel[wol]>$vbphrase[whos_online]</option>
<option value="search" $frmjmpsel[search]>$vbphrase[search_forums]</option>
<option value="home" $frmjmpsel[home]>$vbphrase[forums_home]</option>
<option value="-1">----------------------------------</option>
</optgroup>
<optgroup label="$vbphrase[forums]">

$jumpforumbits</optgroup>
</select>
</form>
</div>

El-Gazaly
06-19-2006, 01:44 AM
Thanks For It
Installed

FleaBag
07-23-2006, 09:15 PM
Nice addition - especially with the extra template mod, thanks!

bashy
08-18-2006, 06:03 PM
Hi Alan

I have just installed this, see image as to where i put it (me likes thanks)

What i would really like is another 1 exactly the same but just for admin
and when i choose the forum it goes directly to create a new thread?

If you can do this, i would like both forum jmps to be used at the same time?

Is this possible?

BigJimTheLug
11-26-2006, 09:07 AM
How can I add this to the navbar,

where it shows

user cp fag search members list new post log out

Thanks for replying!

A_V
01-02-2007, 08:44 PM
I try in a 3.6.4 version, and not work!