The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Selective Forum Filter Details »» | |||||||||||||||||||||||||
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.
/*================================================= =====================*\ || Selective Forum Filter || || Author : Anton Kanevsky || Co-Author(s) : Andreas || Works on : vBulletin 3.5.x - 3.8.x || Released : May 31, 2009 || || Time required to install: 30 seconds || Difficulty: easy \*================================================ ======================*/ DESCRIPTION Ever came across large boards with a huge number of sub forums? Couldn't find your info? Wanted to run away from that huge load of stupid threads? This hack is intended to save your users from having such a horrible experience. It provides them with an opportunity to exclude any number of forums from the forums list (as well as from "get new"/"get daily" searches), which still letting them to access those forums directly and search within them, too. STATISTICS Products to Install: 1 INTRODUCTION To enable "can be excluded" in all forums, run this query: UPDATE PFXforum SET excludable = 1 To disable "can be excluded" in all forums, run this query: UPDATE PFXforum SET excludable = 0 In both cases, PFX must be replaced with the actual table prefix that you have defined in config.php. If you have not defined a prefix, remove PFX from the queries. After you run either one of these queries, you must then open and save any one forum for the forum cache to be updated. VERSION HISTORY 1.1.0 [+] The hack is now compatible with vBulletin 3.5.x - 3.8.x. [+] Eliminated all template edits. 1.0.2 [+] The hack is now compatible with vBulletin 3.6. [+] Corrected a couple of mistakes in the installation manual. 1.0.1 [+] Added option to set forums as excludable. By default, excludability of all forums is disabled. 1.0.0 First Public Release The installation manual is contained within the attached file. IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Supporters / CoAuthors Show Your Support
|
Comments |
#62
|
||||
|
||||
uploading the XML file, THEN running the SQL Query.
|
#63
|
|||
|
|||
Quote:
Very nice mod. Thanks! |
#64
|
|||
|
|||
It occurs to me that it would be nice if there were a list of currently filtered forums for the user to review. If it has been a while since they filtered forums, they may have forgotten which are ignored. Anyway to include an indicator next to each forum in the list in the window where you pick which to filter?
Also, anyway to reset the exclusions on individual forums without resetting all of them at once? It seems kind of inconvenient that if you want to remove one forum, you have to remove all and then re-exclude all the ones you still want. |
#65
|
||||
|
||||
I think you haven't followed the installation instructions properly. Because the plugin already allows you to see which forums are excluded (they are selected), and it is already possible to re-enable one specific forum by deselecting it (hold CTRL).
|
#66
|
|||
|
|||
Quote:
Unfortunately, I am the master at missing the brutally obvious Thank you for setting me straight :up: |
#67
|
|||
|
|||
I have NO table prefix. So how would I run that Query?
what do u mean by If you have no table prefix (empty value for $config['Database']['tableprefix']) then please just remove PFX from the query. |
#68
|
||||
|
||||
Can this be modified to be able to turn this on and off globally?
Can it be modified to allow me to select certain usergroups that can and cannot use it? BTW, instead of using the "reputation.gif" file to represent the ignore thread option, I modified the code to look for "ignore.gif" and then used this image. Feel free to use it yourself. |
#69
|
|||
|
|||
I think this may be exactly what I've been looking for, thanks!
|
#70
|
|||
|
|||
Quote:
Quote:
|
#71
|
||||
|
||||
Oops. The "Ignore" image should have went to the other thread.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|