vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   End-User Options - Selective Forum Filter (https://vborg.vbsupport.ru/showthread.php?t=132279)

popowich 07-22-2007 07:13 PM

It works. You need to configure it.

Also, for the list to appear, you need to edit and save any one of your forums with the forum manager.

-Raymond

MaxiMal 07-22-2007 07:39 PM

UPDATE table_prefix_forum SET excludable = 1
this do not help me

/me
ver. 1.0.0 on 3.5.5 work
ver. 1.0.2 on 3.6.7 not

yahooooooooooo! work!

night... :)

popowich 07-22-2007 08:24 PM

Quote:

Originally Posted by popowich (Post 1298487)
Also, for the list to appear, you need to edit and save any one of your forums with the forum manager.
-Raymond

AdminCP -> Forums -> Forum Manager Edit and Save any of your forums.

-Raymond

SteveC 07-24-2007 03:43 PM

just a suggestion -- it would be great if some sort of title like "New Posts Filter" was added, so users know what it is. It just comes up in the "miscellaneous options" box and says "to select multiple forums...etc." A user coming across this wouldn't have any idea what it is.

Has anyone done a mod they'd care to share that adds a title and some more detailed instructions?

ETA: I just noticed my install doesn't match the screenshot. The tile "forums to exclude from view" and the first paragraph below it are missing. Any idea how to fix this?

FireFish 07-24-2007 10:00 PM

:( Not working on my board.
I have a feeling that a current mod "Opt Out of New Posts from select forums" which is placed right beneath it is conflicting with it.

They both show up in my Edit Options; but when this mod is enabled, both mod's selection lists don't show my forum list.

When the other one is disabled & this one enabled, this mod still doesn't show the Forum List (even after running the SQL Script).

BUT, If I disable this one & leave the other enabled, they both show full forum list of selections.

Wierd.
Any possible recommendations?
I uninstalled it for now but will reinstall if I can get a working solution to my issue.

This mod is very useful & would work wonders for my users!

Razasharp 08-15-2007 01:30 PM

Oops I posted this in the 3.5 thread by mistake... :o

Great work Psionic Vision :)

Is it possible you could create a very slight variation of this hack so I could use a url to exclude certain forums form the forum index? Eg:

http://vbulletin.com/forum/index.php?&exclude=10,28,12

Which would then exclude forums 10, 28, and 12 from showing on the forum home/index page.

That would be a HUGE help, please please please consider it :)

Edit: Meant to say so it's not permanent, just that those forum IDs will not show when that particular url/link is followed. So if someone goes back to the forum home via the normal http://vbulletin.com/forum/index.php they will all show.

TheBlackPoet 08-15-2007 02:29 PM

okay. before i ran the query, i was going to manually exclude them all.. but opted not to do that since i have over 100 forums...
when i ran the script, i went to check to see if it worked... but it only showed the forums i manually selected...

what i had to do, was reverse the exclusion and uninstall the hack then reinstall the hack and rerun the query... and it works perfect..

installed!!!

wlad.w.m 09-13-2007 07:52 AM

Thank you, Psionic Vision !
Very useful hack.

Niber 10-26-2007 11:27 PM

Has anyone been able to integrate this into vBISpy?

ericgtr 11-20-2007 03:49 PM

Excellent, installed. This is a must have for any political site lol.

ericgtr 11-22-2007 01:12 PM

I wanted to add this to my forumhome next to the forums they have an option to exclude to make it a little more obvious. Here's a simple solution for this for anyone who's interested in this. What it will do is take them right to the Edit Options page and drill to the bottom.

In the modifyoptions template find:
Code:

        <div style="margin-top:$stylevar[cellpadding]px">
                <input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />

Add this just above
Code:

        <a name="jump" id="jump"></a>
Now we add the anchored link to the Description field under Forum Manager > Edit Forum
Code:

http://www.yourforum.com/profile.php?do=editoptions#jump
you will need to change the path your forum.

McMendo 11-23-2007 10:54 AM

I have one version of Selective Forum Filter, by Psionic Vision, installed. The oddity is that the version shown on the Manage Products menu is 1.1.0, where this latest version is 1.0.7.

Am I missing something?

Fungsten 11-23-2007 05:03 PM

Quote:

Originally Posted by ericgtr (Post 1387492)
I wanted to add this to my forumhome next to the forums they have an option to exclude to make it a little more obvious. Here's a simple solution for this for anyone who's interested in this. What it will do is take them right to the Edit Options page and drill to the bottom.

In the modifyoptions template find:
Code:

    <div style="margin-top:$stylevar[cellpadding]px">
        <input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />

Add this just above
Code:

    <a name="jump" id="jump"></a>
Now we add the anchored link to the Description field under Forum Manager > Edit Forum
Code:

http://www.yourforum.com/profile.php?do=editoptions#jump
you will need to change the path your forum.

Thanks but it didn't work for me. It just showed the code but nothing to click on. Ver. 3.6.8 PL2

ericgtr 11-23-2007 05:43 PM

Quote:

Originally Posted by Fungsten (Post 1388159)
Thanks but it didn't work for me. It just showed the code but nothing to click on. Ver. 3.6.8 PL2

You will need to add it as html to Forums & Moderators > Forum Manager > choose forum and add something like this (below) to "Description"

Code:

<a href="http://www.yoursite.com/forum/profile.php?do=editoptions#jump">
[Hide this Forum]</a>


Fungsten 11-23-2007 05:59 PM

Quote:

Originally Posted by ericgtr (Post 1388178)
You will need to add it as html to Forums & Moderators > Forum Manager > choose forum and add something like this (below) to "Description"

Code:

<a href="http://www.yoursite.com/forum/profile.php?do=editoptions#jump">
[Hide this Forum]</a>


Worked!! BTW, check your PM.

SteveC 12-04-2007 01:46 PM

this suddenly stopped working on my forum. I reinstalled and it still doesn't show up at all under edit options.

any ideas?

andrewkhunn 12-10-2007 02:35 AM

Quote:

Originally Posted by SteveC (Post 1394707)
this suddenly stopped working on my forum. I reinstalled and it still doesn't show up at all under edit options.

any ideas?

Same here. Also looking for some hints at a possible solution.

Robert Waanders 12-10-2007 01:42 PM

Is this mod still supported?

RaceJunkie 01-05-2008 01:43 PM

What's the difference in this mod and this one?

Also will this one be upgraded to 3.7?

Roxie 01-14-2008 06:38 AM

I have tested this on 3.7 and it works perfectly. Thank you!

SteveC 02-08-2008 01:44 PM

Roxie -- you got it to work? I and others have had it suddenly stop working and no one seems to know what happened or how to fix it.

ManuelW 02-09-2008 04:37 AM

i have installed on 3.6
i cant see my forums in the select list. i have enabled all forums for hiding.

weitalia 02-13-2008 06:30 AM

Quote:

Originally Posted by ManuelW (Post 1439253)
i have installed on 3.6
i cant see my forums in the select list. i have enabled all forums for hiding.

same problem ...

rwoscott 02-13-2008 07:10 AM

Quote:

Originally Posted by ManuelW (Post 1439253)
i have installed on 3.6
i cant see my forums in the select list. i have enabled all forums for hiding.

Quote:

Originally Posted by weitalia (Post 1441990)
same problem ...

Ok guys, try the following.

Quote:

Originally Posted by Psionic Vision (Post 1184513)
After running the query, save at least one forum manually to rebuild the cache.


Panagioths 02-13-2008 03:13 PM

excuse me, but i must be blind. I am trying to figure out where is that list that you xan exclude forums from search. I have literally searched everywhere and I can't find where i can exclude forums from search.
I ran the sql command, I opened and saved a forum from the Forum Management (.../admincp/forum.php?do=modify) and i can't see anything. Any guidance would be appreciated.
My vb version is 3.6.8 Patch Level 2. Thanks in advance.

rwoscott 02-13-2008 05:04 PM

Quote:

Originally Posted by Panagioths (Post 1442231)
excuse me, but i must be blind. I am trying to figure out where is that list that you xan exclude forums from search. I have literally searched everywhere and I can't find where i can exclude forums from search.
I ran the sql command, I opened and saved a forum from the Forum Management (.../admincp/forum.php?do=modify) and i can't see anything. Any guidance would be appreciated.
My vb version is 3.6.8 Patch Level 2. Thanks in advance.

Try UserCP> Edit Options. Right down the bottom of the page.

weitalia 02-17-2008 06:11 AM

Quote:

Originally Posted by rwoscott (Post 1442008)
Ok guys, try the following.

already done, but no effect on it.

alfaowner 03-12-2008 01:57 PM

If you have vbseo installed, add option.php to the vbseocp.php page in the exclude page options.

This will then populate the forums into the exclude box.

weitalia 03-12-2008 02:29 PM

Quote:

Originally Posted by alfaowner (Post 1463006)
If you have vbseo installed, add option.php to the vbseocp.php page in the exclude page options.

This will then populate the forums into the exclude box.

no i don't install vbseo

Coop1979 03-13-2008 01:17 PM

Is there a way to enable this only for certain usergroups? I want to only enable this for my premium level members.

iRO Wiki 03-18-2008 09:57 PM

Wow, I was just looking around for that, it'd be really nice to have an option of which usergroups were allowed to use it!

Deimos 05-01-2008 12:09 PM

Anyone managed to get this working for VB 3.7?

BreezeDK 05-01-2008 03:07 PM

I'd like to know if this is working on 3.7 before i try to install it and mess up my forum ^^

Deimos 05-02-2008 03:54 PM

Doesn't work on 3.7, comes up with a missing security token or something (I forget the error)

Jorrit787 05-02-2008 08:45 PM

Quote:

Originally Posted by Deimos (Post 1505879)
Doesn't work on 3.7, comes up with a missing security token or something (I forget the error)

That should be easy to fix... Check the topic where Kier explains about the security token.

Deimos 05-03-2008 01:25 AM

Hmm, you sure it was Kier? I did a search on his posts for "Token" but couldn't find anything.

Jorrit787 05-03-2008 02:48 AM

Quote:

Originally Posted by Deimos (Post 1506329)
Hmm, you sure it was Kier? I did a search on his posts for "Token" but couldn't find anything.

Sorry, it's on vB.com:

http://www.vbulletin.com/forum/showp...95&postcount=2

surfjunkey 05-06-2008 10:38 PM

cannot get this to work on 3.68 patch 2 - tried to install it twice, no editing options appear in usercp>edit options

tried all the suggestions in this thread - still no luck!

glennybee 05-07-2008 06:40 AM

I'm getting an error when trying to run the query.

This is the query that I'm running as I don't have a prefix set...

Code:

UPDATE SET excludable = 1
...and this is the error I'm getting...

Code:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET excludable = 1' at line 1

I'd appreciate anyones input.

The box is visible in 'Edit Options' but no forums are visible to select. I have manually saved a forum in Forum Manager so I suspect it's down to the query failing.

Running 3.7.0.

Thanks :)

Deimos 05-07-2008 10:28 AM

Ya need to run

Code:

UPDATE forum SET excludable = 1


All times are GMT. The time now is 09:40 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01510 seconds
  • Memory Usage 1,828KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (11)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete