![]() |
Quote:
|
Quote:
|
Well, that worked like a charm!
After getting a feel for how this works, it's led to another request. Would it be or is it possible to have the search ognore all other parameters other than "catagory"? It would be really nice to allow members to just choose a cataegory and have the search engine list all threads under that particular category independant of author, title, etc. |
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> I've tried everything, even crazy stuff like Code:
<td>$threadcategories</td> Many thanks for the hack, waiting for a reply. |
Quote:
|
top of each page, right hand side...
Fantastic work! Well done. |
Quote:
includes/functions.php: Code:
function fetch_thread_categories($foruminfo, $selcat = '', $empty = 1, $showall = '', $categoryarray = array(), $selectwidth = '') Code:
$threadcategories = fetch_thread_categories($foruminfo, urldecode($_REQUEST['threadcategory']), 0, $vbphrase['all_categories']); Code:
$threadcategories = fetch_thread_categories($foruminfo, urldecode($_REQUEST['threadcategory']), 0, $vbphrase['all_categories'], array(), '125px'); Quote:
|
Thank you, that worked like a charm!
|
Thank you. This is a great hack!
|
Hi Mystics,
that seems to be a very great hack. Is it working with 3.0.1 aswell? marc |
All times are GMT. The time now is 02:18 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|