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)

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:)


All times are GMT. The time now is 08:57 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.01143 seconds
  • Memory Usage 1,745KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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