I repeat my question again, Mystics, sorry about nagging. That thing just bugs me the whole time. I've liturally spent hours trying to find where can decrease the width of the dropdown menu in any forum. The screenshot is there:
https://vborg.vbsupport.ru/attachmen...chmentid=18043
Notice how the All Categories dropdown menu is a little bit narrower than the others? Where can I adjust it? The closes i've come is the bit in FORUMDISPLAY template:
Code:
<td class="smallfont">$vbphrase[threadcategory]:</td>
<td>$threadcategories</td>
I guess the $threadcategories is what i am looking for, but where can i adjust the width of the dropdown menu?
I've tried everything, even crazy stuff like
Code:
<td>$threadcategories</td>
<td><select name="threadcategories" style="width:125px">
<option>$threadcategories</option>
</select></td>
still doesn't work. It seems to me that since $threadcategories array is dynamic, it cannot be used with <option> and <select> tags. If so, then whe??where does the script know, how wide is the dropdown menu going to be?
Many thanks for the hack, waiting for a reply.