imprezion
11-19-2008, 05:01 PM
hi there,
I just did the "Forumjump" template copied to top of the webpage, but
The "Forumjump" at the Top, only shows the "Site Area" section, The one at the Bottom of the page, shows both the "Site Area" and "Forums" sections, especially the "Forums" section displayes all the links to main forums and subforums.
This is the Forumjump I copied from the "Forumjump" template. It seems like missing the "Forums" section, but if so, how could the "Forumjump" template @ the bottom of the page can display both the "Site Area" and "Forums" sections??
anyone can help? is there may be another template I need to copy as well as the "Forumjump" together?
<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" />
<strong>$vbphrase[forum_jump]</strong><br />
<select name="f" onchange="this.form.submit();">
<optgroup label="$vbphrase[site_areas]">
<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>
</optgroup>
<if condition="$jumpforumbits">
<optgroup label="$vbphrase[forums]">
$jumpforumbits
</optgroup>
</if>
</select>$gobutton
</form>
</div>
I just did the "Forumjump" template copied to top of the webpage, but
The "Forumjump" at the Top, only shows the "Site Area" section, The one at the Bottom of the page, shows both the "Site Area" and "Forums" sections, especially the "Forums" section displayes all the links to main forums and subforums.
This is the Forumjump I copied from the "Forumjump" template. It seems like missing the "Forums" section, but if so, how could the "Forumjump" template @ the bottom of the page can display both the "Site Area" and "Forums" sections??
anyone can help? is there may be another template I need to copy as well as the "Forumjump" together?
<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" />
<strong>$vbphrase[forum_jump]</strong><br />
<select name="f" onchange="this.form.submit();">
<optgroup label="$vbphrase[site_areas]">
<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>
</optgroup>
<if condition="$jumpforumbits">
<optgroup label="$vbphrase[forums]">
$jumpforumbits
</optgroup>
</if>
</select>$gobutton
</form>
</div>