MyBB Community Forums

Full Version: Remove excess Forum Jumps?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I set up my forum in the past few days and now, have this problem. I have an excess amount of "Forum Jump" menus on the bottom of my thread view. I attached a screenshot of what I mean.

[attachment=26896]

How do I remove the excess?
code?
forumjump_advanced, forumjump_bit or forumjump_special?
Admincp -> Templates & Style -> Templates -> Your Template Set -> Forum Jump Templates -> forumjump_advanced

Remove any duplicates of the following code:

<form action="forumdisplay.php" method="get">
<span class="smalltext"><strong>{$lang->forumjump}</strong></span>
<select name="{$name}" onchange="window.location=({$forum_link})">
<option value="-1" {$jumpsel['default']}>{$lang->forumjump_select}</option>
<option value="-1">--------------------</option>
<option value="-4">{$lang->forumjump_pms}</option>
<option value="-3">{$lang->forumjump_usercp}</option>
<option value="-5">{$lang->forumjump_wol}</option>
<option value="-2">{$lang->forumjump_search}</option>
<option value="-1">{$lang->forumjump_home}</option>
{$forumjumpbits}
</select>
{$gobutton}
</form>
There are none. This is the whole lot:


<form action="forumdisplay.php" method="get">
<span class="smalltext"><strong>{$lang->forumjump}</strong></span>
<select name="{$name}" onchange="window.location=({$forum_link})">
<option value="-1" {$jumpsel['default']}>{$lang->forumjump_select}</option>
<option value="-1">--------------------</option>
<option value="-4">{$lang->forumjump_pms}</option>
<option value="-3">{$lang->forumjump_usercp}</option>
<option value="-5">{$lang->forumjump_wol}</option>
<option value="-2">{$lang->forumjump_search}</option>
<option value="-1">{$lang->forumjump_home}</option>
{$forumjumpbits}
</select>
{$gobutton}
</form>
What's your forum URL?
http://seabtech.empirehostings.net/forum/

Only seems to happen on threads, though.
Please check the contents of:

Admincp -> Templates & Style -> Templates -> Your Templat Set -> Forum Jump Templates -> forumjump_bit

and remove any duplicates of the following code:

<option value="{$forum['fid']}" {$optionselected}>{$depth} {$forum['name']}</option>
There's only the one.
(2012-07-23, 06:45 AM)Seabody Wrote: [ -> ]There's only the one.

i took another look at your forum
and it seems that you missed with your template
there is another problem , here is a photo
[Image: 1234567899.png]
regards,
Pages: 1 2 3