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 |
#92
|
|||
|
|||
Ok, I want users to be able to exclude certain forums from the "New Posts" facility. Yuor hack does this but it also hides the forum from the list which I do not want. Can the facility be enabled/disabled and if not can you please point me towards KirbyDE's original hack please? (doesn't appear on this forum)
Edited: Don't worry, found hack under Andreas username |
#93
|
|||
|
|||
Installed for the second time on a fresh installed vB 3.54, everything seem to work in the database, but no forum excluded, still view all of them.
Ok, i found the reason... SQL Query: UPDATE PFXforum SET excludable = 1 To disable excludable in all forums, run this query: SQL Query: UPDATE PFXforum SET excludable =0 "Must be Zero instead of one" |
#94
|
|||
|
|||
Hiya.. woz wondering if this will work in 3.6.0?
|
#95
|
|||
|
|||
Can someone tell me how to get the info I need to replace PFX with?
|
#96
|
|||
|
|||
In the Database. Try to replace it with nothing as a first shot (just delete PFX).
By the way: works on 3.6.1 on my testboard. The bad news is that the forums still show in the latest thread of an vbadvanced portal and thing like vbispy... cheers, ze |
#97
|
|||
|
|||
Installed (click) on 3.6.2 and working just fine.
Quote:
|
#98
|
|||
|
|||
How do we find our table prefixes?
I tried: UPDATE PFXforum SET exludable = 1 UPDATE forum SET exludable = 1 both gave me error number: 1054 error desc: Unknown column 'exludable' in 'field list' |
#99
|
|||
|
|||
Okay I figured it out, the modification instructions have a few typos in it.
Also, I'm not sure on the entire effectiveness of this hack. While it does filter out forums if your running any addons such as 'Number of unread posts' it does not really filter them out, it only confused people because the no. of unread posts is still shown but when they hit the link to view them, they get an error page. I would really like to see this modification expanded on though. It sounds like a great addon. |
#100
|
|||
|
|||
The table prefix is what you specified in config.php.
Quote:
|
#101
|
||||
|
||||
Thank you, fixed it for me.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|