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 |
#72
|
|||
|
|||
Quote:
|
#73
|
|||
|
|||
Hack updated. To upgrade, just overwrite product xml.
|
#74
|
|||
|
|||
Anyone using this on the beta yet?
|
#75
|
|||
|
|||
Ok I installed the update and its not working for me, whenever I go to edit options in my user profile I get the following...
Fatal error: Cannot redeclare forum_accessible() (previously declared in /home/satellit/public_html/profile.php(916) : eval()'d code:1) in /home/satellit/public_html/profile.php(916) : eval()'d code on line 96 |
#76
|
|||
|
|||
Quote:
Does it mean that I can stop user from excluding a forum (and viewing new posts for that forum) if that forum is set to exludable=1? |
#77
|
|||
|
|||
just updated this hack to 1.1.0 and have problem:
1) in introduction say next: [sql]UPDATE PFXforum SET exludable = 1[/sql] but in table FORUM field exludable not exist, this field must be exCludable. Example: [sql]UPDATE PFXforum SET excludable = 1[/sql] 2) why to disable and enable exclude used same value - 1 ? May be to enable value must be 1 and to disable - 0 ? 3) in USERCP can't select forum list to exclude, I run queries, but this can't help me (see an attachment). |
#78
|
|||
|
|||
Same problems here as 4yBak. Tried both '1' & '0', but neither populates the forum list in User CP.
<later that same day...> I did discover that if you "save display order" in Forum Manager, Options starts displaying the forum list. |
#79
|
|||
|
|||
I installed the latest and like others and the forum list will not get pouplated even with all the excluded rows in the forum table set at 0.
|
#80
|
|||
|
|||
Hello, I also recently installed the latest version and I get this error whenever I try to access the edit options page:
Code:
Fatal error: Cannot redeclare forum_accessible() (previously declared in /myforumsdir/profile.php(916) : eval()'d code:1) in /myforumsdir/profile.php(916) : eval()'d code on line 96 |
#81
|
|||
|
|||
Does this hack add an option under "Forum Searching Permissions" when editing a Usergroup. I installed this hack and it seems to be working fine. But I do have a blank option under that heading, like:
Code:
Forum Searching Permissions Can Search Forums Yes No Yes No Can Use Natural Language Search(Only applies if Fulltext searching is enabled) Yes No Can Use Boolean Search(Only applies if Fulltext searching is enabled) Yes No |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|