Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Selective Forum Filter Details »»
Selective Forum Filter
Mod Version: 1.1.0, by Psionic Vision (Coder) Psionic Vision is offline
Developer Last Online: Feb 2013 I like it Show Printable Version Email this Page

vB Version: 3.6.x Rating: (29 votes - 3.97 average) Installs: 209
Released: 23 Nov 2006 Last Update: 31 May 2009 Downloads: 762
Supported DB Changes Uses Plugins Auto-Template Translations  

/*======================================================================*\
|| Selective Forum Filter
||
|| =======================================
|| Brought to you by:
|| VisionScripts
|| Premium PHP & vBulletin Solutions!
|| =======================================
||
|| Author : Anton Kanevsky (aka @kan)
|| 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

Download Now

Only licensed members can download files, Click Here for more information.

Supporters / CoAuthors

Screenshots

Click image for larger version

Name:	screenshot.png
Views:	290
Size:	58.3 KB
ID:	99911

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Selective Forum Filter Psionic Vision vBulletin 3.5 Add-ons 142 20 Sep 2012 21:40
Selective Forum Filter Psionic Vision vBulletin 3.0 Full Releases 81 07 Nov 2005 19:12

  #16  
Old 25 Nov 2006, 13:01
Psionic Vision Psionic Vision is offline
 
Join Date: Apr 2005
Real name: Anton Kanevsky
Yeah. Simply disable the plugin at cache_ordered_forums hook.
__________________
My Hacks: http://www.vbulletin.org/forum/member.php?u=80739
Always have your stuff when you need it with @Dropbox. 2GB account is free! http://db.tt/SgejWtr1
Reply With Quote
  #17  
Old 25 Nov 2006, 18:06
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
Originally Posted by Psionic Vision View Post
Yeah. Simply disable the plugin at cache_ordered_forums hook.
Thanks. I thought of this last night but I forgot to run the query again. Thanks again!
Reply With Quote
  #18  
Old 26 Nov 2006, 18:06
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
When you this there seems to be a limit with how many forums you can select. No matter how yo do it you can't select all the forums you want.
Reply With Quote
  #19  
Old 26 Nov 2006, 18:18
Psionic Vision Psionic Vision is offline
 
Join Date: Apr 2005
Real name: Anton Kanevsky
Originally Posted by nix View Post
When you this there seems to be a limit with how many forums you can select. No matter how yo do it you can't select all the forums you want.
Yeah, you can select a maximum of 128 forums due to the limitation of the varchar database field. However, the hack is not intended to hide all forums. It is intended to hide a selection of forums only, otherwise there is no point to visit the site at all.
__________________
My Hacks: http://www.vbulletin.org/forum/member.php?u=80739
Always have your stuff when you need it with @Dropbox. 2GB account is free! http://db.tt/SgejWtr1
Reply With Quote
  #20  
Old 26 Nov 2006, 18:19
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
Yea I don't want it to hid all of them. But its seems we are limited to 64.
Reply With Quote
  #21  
Old 26 Nov 2006, 18:49
Psionic Vision Psionic Vision is offline
 
Join Date: Apr 2005
Real name: Anton Kanevsky
Yeah, 128 assuming forumids are all single-digits.
You can run the following query to lift the limitation:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Make sure to replace "usertextfield" with YOUR_TABLE_PREFIXusertextfield
__________________
My Hacks: http://www.vbulletin.org/forum/member.php?u=80739
Always have your stuff when you need it with @Dropbox. 2GB account is free! http://db.tt/SgejWtr1
Reply With Quote
  #22  
Old 26 Nov 2006, 18:53
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
that did it. thanks.
Reply With Quote
  #23  
Old 28 Nov 2006, 15:12
kafi kafi is offline
 
Join Date: Apr 2004
wow this satsify my needs for "let user customize forum and forumhome" Currently I run 3.5 and use Opt-out forums hack but that one doesnt hid forums on forumhome...

GREAT. ASAP my vb turns 3.6 I will be back .-)
Reply With Quote
  #24  
Old 28 Nov 2006, 19:14
Psionic Vision Psionic Vision is offline
 
Join Date: Apr 2005
Real name: Anton Kanevsky
Originally Posted by kafi View Post
wow this satsify my needs for "let user customize forum and forumhome" Currently I run 3.5 and use Opt-out forums hack but that one doesnt hid forums on forumhome...

GREAT. ASAP my vb turns 3.6 I will be back .-)
This works on 3.5.4.
__________________
My Hacks: http://www.vbulletin.org/forum/member.php?u=80739
Always have your stuff when you need it with @Dropbox. 2GB account is free! http://db.tt/SgejWtr1
Reply With Quote
  #25  
Old 10 Dec 2006, 17:23
4yBak 4yBak is offline
 
Join Date: Apr 2004
I'm use version 1.0.0 of this hack and want to update it to 1.0.2: what I need to do for that? I need just install xml file or do template changes also?

Thanks.

Last edited by 4yBak : 17 Dec 2006 at 14:01.
Reply With Quote
  #26  
Old 14 Dec 2006, 23:23
vbreal vbreal is offline
 
Join Date: Dec 2005
need this thanks
Reply With Quote
  #27  
Old 15 Dec 2006, 11:02
Ramsesx's Avatar
Ramsesx Ramsesx is offline
 
Join Date: Aug 2005
Location: Southern Germany
Seems not to work on 3.6.4, did the template change, the querie, product import, but only showing [Reset exclusion] but no forums. Thanks.
Reply With Quote
  #28  
Old 15 Dec 2006, 18:54
Psionic Vision Psionic Vision is offline
 
Join Date: Apr 2005
Real name: Anton Kanevsky
Originally Posted by Ramsesx View Post
Seems not to work on 3.6.4, did the template change, the querie, product import, but only showing [Reset exclusion] but no forums. Thanks.
Forums must be set as excludable in order to be excluded.
__________________
My Hacks: http://www.vbulletin.org/forum/member.php?u=80739
Always have your stuff when you need it with @Dropbox. 2GB account is free! http://db.tt/SgejWtr1
Reply With Quote
  #29  
Old 15 Dec 2006, 20:48
Ramsesx's Avatar
Ramsesx Ramsesx is offline
 
Join Date: Aug 2005
Location: Southern Germany
Got it, thanks.
Reply With Quote
  #30  
Old 26 Dec 2006, 02:54
Greek Wizard Greek Wizard is offline
 
Join Date: Jun 2006
Psionic Vision

This is a great hack, one of your best IMO.

It works great for large forums, for those users that do not want everything.

One question though... I have a user that has blocked out a catagory, however vbAdvanced still shows those threads/forum in the recent news block.

if there anything that can be added on to exclude those from there also?

Thanks
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 00:07.

Layout Options | Width: Wide Color: