Mark
10-14-2002, 02:57 AM
Well I'm still in need of this and I'm trying to get the source code. Heres what I found so far..
<table cellpadding="0" cellspacing="0" border="0">
<form action="forumdisplay.php" method="get"><tr><td>
<smallfont>
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="daysprune" value="$daysprune">
<b>Forum Jump:</b><br>
<select name="forumid"
onchange="window.location=('forumdisplay.php?s=$session[sessionhash]&daysprune=$daysprune&forumid='+this.options[this.selectedIndex].value)">
<option value="-1" $defaultselected>Please select one:</option>
<option value="-1">--------------------</option>
<option value="pm" $frmjmpsel[pm]>Private Messages</option>
<option value="cp" $frmjmpsel[usercp]>User Control Panel</option>
<option value="wol" $frmjmpsel[wol]>Who's Online</option>
<option value="search" $frmjmpsel[search]>Search Forums</option>
<option value="home" $frmjmpsel[home]>Forums Home</option>
<option value="-1">--------------------</option>
$jumpforumbits
</select>$gobutton
</smallfont>
</td></tr></form>
</table>
<br>
That's the foumjump code, from the forumjump template. Now can we work with this code and get the forum's on there now?
<table cellpadding="0" cellspacing="0" border="0">
<form action="forumdisplay.php" method="get"><tr><td>
<smallfont>
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="daysprune" value="$daysprune">
<b>Forum Jump:</b><br>
<select name="forumid"
onchange="window.location=('forumdisplay.php?s=$session[sessionhash]&daysprune=$daysprune&forumid='+this.options[this.selectedIndex].value)">
<option value="-1" $defaultselected>Please select one:</option>
<option value="-1">--------------------</option>
<option value="pm" $frmjmpsel[pm]>Private Messages</option>
<option value="cp" $frmjmpsel[usercp]>User Control Panel</option>
<option value="wol" $frmjmpsel[wol]>Who's Online</option>
<option value="search" $frmjmpsel[search]>Search Forums</option>
<option value="home" $frmjmpsel[home]>Forums Home</option>
<option value="-1">--------------------</option>
$jumpforumbits
</select>$gobutton
</smallfont>
</td></tr></form>
</table>
<br>
That's the foumjump code, from the forumjump template. Now can we work with this code and get the forum's on there now?