Quote:
Originally Posted by Limerick
Well, rayw... I've a slight change to do.
In fact, I have a lot of forums and su-forums. All these may change time to time, so I would need this tweak to be easy to manage.
My idea would be to use the forumjump template to improve that product.
Something like this, where when clicked on, would post the thread in :
PHP Code:
<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[forums]">
$jumpforumbits
</optgroup>
</select>$gobutton
</form>
</div>
Would it be possible to have this?
|
Using the forum jump menu isn't a bad idea. Never thought of that.
I don't see why it wouldn't work and all the code looks ok (but I'm no programmer either - still learning as said above).
All you can do is give it a go and see what happens.
You seem to know more about this stuff then me anyway!