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)

bessler73 05-16-2008 03:37 PM

Quote:

Originally Posted by Coop1979 (Post 1463796)
Is there a way to enable this only for certain usergroups? I want to only enable this for my premium level members.


going to give this one a try on 3.7 only thing I can think of to limit this to certain usegroups is to modify the modifyoptions template with a condtional

<if condition="($bbuserinfo[usergroupid]==xx)"

Something I used to put custom sheilds in front of users names. Unless I missed something and there is already a option for this.

WoodiE 07-01-2008 01:36 PM

It would be awesome if someone could upgrade this to work with 3.7

Deimos 07-01-2008 01:49 PM

It does work for 3.7, at least, it works on my board ok.

Bellinis 08-11-2008 08:50 PM

Can't get this to work either :(
It does show up in my settings, but says [Reset Exclusion]

I did run both queries above, but no luck.
Anyone?

*EDIT - FIXED*

I reloaded the forum settings for one forum and from that moment all forums showed up in the list. :)

Ov3rrun 09-17-2008 12:08 AM

Hi, is there a way to activate this mod on vbadvanced (new messages module). ? Actually vbadvanced is showing all new messages (for all forums even if user have choice to hide some forums.)

AndrewRich 09-19-2008 08:24 PM

Installed! Also using the forumdisplay enhancement.

TriMe 11-25-2008 03:43 PM

Installed and working great on 3.7.4 patch level 1.

Thanks!

nascartr 12-07-2008 07:47 PM

Working fine for 3.8 RC1!

Deimos 12-18-2008 10:46 AM

Works for the most part, but sometimes blocked forums show up in the new posts screen
Anyone else having this problem?

Deyth 02-11-2009 04:51 PM

How to add this to forum lists including forum home? Kind of like this except for forums.

derrene 02-14-2009 07:05 AM

Quote:

Originally Posted by Ignicoccus (Post 1249306)
Selective Forum Filter works with vbseo ! Just add profile.php to "Exclude pages" option in vbseo cp.

Thank you

korny 02-20-2009 01:30 AM

Is there a 3.7 or 3.8 version for this out yet?

private_ale 02-20-2009 02:01 AM

Quote:

Originally Posted by korny (Post 1749512)
Is there a 3.7 or 3.8 version for this out yet?

If you read a few posts up you'll find:
Quote:

Originally Posted by TriMe (Post 1672803)
Installed and working great on 3.7.4 patch level 1.
Thanks!

Quote:

Originally Posted by nascartr (Post 1680487)
Working fine for 3.8 RC1!

I also just tried this out on 3.7 and I can confirm it does work :up:

korny 03-02-2009 06:55 AM

Great thanks.

SledgeHead 03-05-2009 03:34 AM

When I try to Execute SQL Query I get this:

You are not authorized to execute SQL queries

So my question is, is there a way I can just add one category of the forum to be selected as an option of forums to turn off?

Fungsten 03-05-2009 04:03 PM

Quote:

Originally Posted by SledgeHead (Post 1760743)
When I try to Execute SQL Query I get this:

You are not authorized to execute SQL queries

So my question is, is there a way I can just add one category of the forum to be selected as an option of forums to turn off?

Go to your config.php fileon the server, find this:

Quote:

// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = 'XXXXX';
Replace the Xs with your user ID number.

SledgeHead 03-05-2009 07:44 PM

Thank you! This works great so far.

TigerWare 03-07-2009 07:18 PM

Super work as usual, and most useful.

Testing this out as it has been requested by my users.

I have this working fine on 3.7.5. However, my forum uses categories which are hidden due to navigation menus (I have a tabbed navigation similar to here at vb.org).

If a category is set to "Forum is Active = no" it is removed from the list in the UserCP, as well as all forums that are a child of the category (regardless of their visibility). I understand the logic behind that, but need to work around this limitation.

I'm pretty sure I need to work around the following code during the build of the excludable list:-
PHP Code:

    if (!forum_accessible($forum$forumperms))
    {
        continue;
    } 

Logically that's "if the current forum is is not accessible, skip it an try the next one." Commenting this out isn't going to help as forum permissions are a crucial part of this building process (of course).

Any help on what I need to do to modify this to allow hidden categories. (not bothered about hidden forums btw).

TIA

Deyth 03-17-2009 12:41 AM

Forums aren't loading in the options textbox. This is the forum and this is what loads:
Quote:

[Reset Exclusion]
Online
-- Game-Related
Offline
-- Everything Else
Most of the other forums are set to be excludable but aren't showing.

EDIT: Never mind, it was an inheritance issue. A poster above actually touched on it.

unicorn2433 03-19-2009 01:27 AM

how do I know
what the table prefix is that is defined in the config.php to change the pfx too?

When I look in my config file it says table prefix = ' '

nothing is there???

Oh I have not marked installed yet because I am not finished getting it to work:)

WillUnderwater 05-04-2009 11:28 PM

Works great on vbulletin 3.8!!!

WillUnderwater 05-04-2009 11:29 PM

Quote:

Originally Posted by unicorn2433 (Post 1771560)
how do I know
what the table prefix is that is defined in the config.php to change the pfx too?

When I look in my config file it says table prefix = ' '

nothing is there???

Oh I have not marked installed yet because I am not finished getting it to work:)


That means you don't have a table prefix - so just delete PFX and run the command

Dennis B 07-15-2009 03:21 PM

Quote:

Originally Posted by TigerWare (Post 1762714)
If a category is set to "Forum is Active = no" it is removed from the list in the UserCP, as well as all forums that are a child of the category (regardless of their visibility). I understand the logic behind that, but need to work around this limitation.

Has anyone been able to fix this? Thanks!

Ov3rrun 07-30-2009 05:57 AM

hi, its possible to fix this mod to work on CMPS vbadvanced latest topics module on index?

Actually this mod works ok on all pages except on module latest topics (vbadvanced)

Thanks

DieselMinded 08-20-2009 05:10 AM

Can someone just add an option to the forum manager for each forum

Include Posts From This Forum In New Posts / Latest Posts Search - YES or NO

edytwinky 10-08-2009 11:26 PM

Can you set it to where users cannot select certain forums?

Mr. W 11-06-2009 03:04 AM

_____ So, I tried installing this. Problem is, I wonder if something is broken.

_____ First thing I did, after installing it, is to set the "excludable" field in the "forum" table to my liking for each row (which corresponds to each forum). Thing is, it doesn't seem to make any difference. I tried it with a forum that CAN be excluded, and with a forum that CAN'T, or so I thought. But in both cases, it was still possible to exclude the forum.

_____ Do those settings not apply to Super Administrators? That was the only account where I tested this. Or is this a bug?

_____ Also this is slightly off-topic from what I said earlier, but is there a way to prevent certain user groups from using this feature? Or are template edits and just hiding that option the closest that I can get to achieving this?

Mr. W 11-06-2009 03:05 AM

Quote:

Originally Posted by edytwinky (Post 1896871)
Can you set it to where users cannot select certain forums?

___ You should be able to, but that function seems to be broken for some reason.

Wonksta 10-21-2010 10:16 AM

Hi there,

Is there anyway to still show the forum on forum home but not to show up in searches, get new posts or unread posts.

I just want to be able to let members click into the forum if they want to view it but not have the threads and posts shown in unread posts / todays posts etc.

Thanks

briansol 10-25-2010 03:09 PM

anyone know of a vb4 version of this/something similiar?

Dennis B 10-25-2010 03:47 PM

A vB4 verson of this hack would indeed be most welcome...

scottct1 10-29-2010 03:26 PM

I am running this on vBulletin 4 and it has been working fine but I have a few issues

1) I added a new forum and its not being displayed in the list to be able to block it. How do I get the new forum to show?

2) People are upset they are seeing results in excluded forums in their searches, how do I get this to work with all searches?

Thank you for your help!

Alan_SP 11-23-2010 05:31 PM

Eh, it doesn't work with vB4, it needs to be rewritten for it. Please, rewrite it for vB4.

Silmarillion 10-03-2011 10:48 AM

Does this actually work with vbseo enabled?

jilly 06-11-2012 09:15 PM

I am using the SocialForums mod, and I also use the selective forum filter mod
my problem is that I can't get the social forums to show up in the list of forums to be excluded. I have run the back end php query that is supposed to make all your forums be excludable, and it still didn't affect the social forums. this was the query:

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.


I have no table prefix for my tables, so i removed the PFX and ran it plain. Does the social forums mod add any special table prefix to the tables it creates?

Any other ideas as to why they won't show up and allow themselves to be excluded? The groups are a combination of public and private groups.

__________________

jilly 06-23-2012 03:11 PM

Actually, I went to this thread again, and then I read the first post where it had the query to run if you have more than 64 forums - I ran that, and now it works! All boards show up and are excludable! Woohoo!

Bat21 11-19-2013 04:43 PM

Did this ever get re-written for vB4? I have done a search but can not see the vB4 version.


All times are GMT. The time now is 07: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.01450 seconds
  • Memory Usage 1,819KB
  • 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
  • (1)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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