Fixed my own problem VERY easily without needing to recode alot.
Moved the footer code upto my table on FORUMHOME:
<td class="alt2" width="150"><div align="center"><select style="font-family:verdana,arial,helvetica,sans-serif;font-size:9px;color:#000000;background-color:#ffffff" name="styleid" id="ressel" onchange="window.location=('$vboptions[forumhome].php?$session[sessionurl]styleid='+this.options[this.selectedIndex].value)"><optgroup label="$vbphrase[quick_style_chooser]">$quickchooserbits</optgroup></select></div></td>
Forumhome_dropdownbit:
<option value="$thisstyle[styleid]" $stylesel>$thisstyle[title]</option>
Forumhome_styleselect:
<option value="$thisstyle[styleid]" $stylesel>$thisstyle[title]</option>
This is now working on VB3 R4.
Aceman
|