I am on VB3.84 , The option is in VBoptions, Message Posting and Editing Options, towards bottom in that category, I also modified my /includes/functions_search.php , searched for LIMIT and changed 5 to 7 on 2 parameters to make it 7 results instead of 5, of course you will have to update counters in maintenance and update your similar threads again for the new amount to show. ENJOY!
With the above you can also put a if condition on it to exclude or include certain forums or usergroups. <if condition="in_array($forumid, array(1,2,3))"> or not in forum <if condition="!in_array($forumid, array(1,2,3))">
|