vb.org Archive

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

ldma 04-28-2011 07:21 AM

Just got this working on VB4 thanks to AngelBlue

Silmarillion 10-03-2011 10:49 AM

Does this actually work with vbseo enabled?

scottct1 10-03-2011 11:50 AM

Yes I use it at www.satelliteguys.us with no issues between it and vbSEO.

Silmarillion 10-03-2011 12:25 PM

Thx for the quick reply, scottct1! :)

Did you have to un- and reinstall vbseo like some others?

And did you notice some higher serverload or errors?

Best regards,
Silmarillion

Silmarillion 10-03-2011 06:48 PM

Quote:

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.

Is this necessary to get the prodct run? All i have to do is running "UPDATE forum SET excludable = 1" as a query? Before or after installing?

akanevsky 10-03-2011 07:09 PM

Quote:

Originally Posted by Silmarillion (Post 2252839)
Is this necessary to get the prodct run? All i have to do is running "UPDATE forum SET excludable = 1" as a query? Before or after installing?

Run this after the product is installed. Otherwise there will be no forums in the "exclude forums" list.

Artes_Marciales 10-04-2011 07:58 AM

vBulletin 3.8.7 Patch Level 2
not work for my :confused:
https://vborg.vbsupport.ru/
Any idea?

Silmarillion 10-04-2011 08:55 PM

Quote:

Originally Posted by Psionic Vision (Post 2252849)
Run this after the product is installed. Otherwise there will be no forums in the "exclude forums" list.

Thx, PV. :)

One Question: we also use the addon Opt-Out Forums from Get New/Get Daily as German-Version by your co-author Andreas. Unfortunately, the two great addons doesn't work together correct. Is there a solution?

Best regards,
Silmarillion

tr0ll 10-07-2011 10:08 PM

Its dont work with vBulletin 3.8.7 and vBSEO.
https://vborg.vbsupport.ru/

Could anyone help?

Silmarillion 10-24-2011 10:44 AM

I've just installed a new subforum. Unfortunately it is not possible to choose the forum. I've run the query again ("UPDATE forum SET excludable = 1"). With no success. What should I do?

Best regards,
Silmarillion

Silmarillion 10-25-2011 08:53 AM

Quote:

Originally Posted by Silmarillion (Post 2260895)
I've just installed a new subforum. Unfortunately it is not possible to choose the forum. I've run the query again ("UPDATE forum SET excludable = 1"). With no success. What should I do?

Best regards,
Silmarillion

Do i have to uninstall and reinstall the product? No other way?

Pocket Aces 10-28-2011 08:08 AM

Is this applicable to user-specific search?

User-specific search are as follows:
Find all threads started by username - search.php?do=finduser&u=1&starteronly=1
Find all post by username - search.php?do=finduser&u=1







tr0ll 12-05-2011 08:40 AM

ive tried everything but it doesnt work, its always like this;
https://vborg.vbsupport.ru/
please help, i need this product.

i run query over and over and still doesnt work.

Artes_Marciales 12-06-2011 08:40 AM

I have the same problem :(
I have 4 Vbulletin forums and 2 works well, but in other 2 I have that problem. All are the same version of VB.
I think it may be a mod, but I compared the mods and find no differences :confused:

umitaykut 02-08-2012 12:45 AM

Quote:

Originally Posted by tr0ll (Post 2274830)
ive tried everything but it doesnt work, its always like this;
http://img35.imageshack.us/img35/4802/capturet.gif
please help, i need this product.

i run query over and over and still doesnt work.

I have the same problem

Deimos 04-04-2012 08:24 AM

I had a similiar problem, I think, it's been a while

How many forums do you have? I found the default size of the usertextfield in the database, was to small (varchar(255))

So I changed it to mediumtext.

If the forums don't show in the list still, try going into the forum manager, editing a forum, then saving without making changes?

I do have a problem as well though, despite the default entry being YES for excludable (database entry of Default: As defined: 1), it still doesn't check the "Yes" box when I add a forum

Andreasmax 04-07-2012 04:39 PM

thanks for this mod

Robert Waanders 05-25-2013 08:10 AM

Quote:

Originally Posted by Deimos (Post 2316632)
I had a similiar problem, I think, it's been a while

How many forums do you have? I found the default size of the usertextfield in the database, was to small (varchar(255))

So I changed it to mediumtext.

If the forums don't show in the list still, try going into the forum manager, editing a forum, then saving without making changes?

I do have a problem as well though, despite the default entry being YES for excludable (database entry of Default: As defined: 1), it still doesn't check the "Yes" box when I add a forum

How and where can you change this?

edit: found it!

Robert Waanders 05-28-2013 07:39 AM

the resolution above didn't help me.. Anyone having an idea how to fix this, or does anyone knows an alternative..

Meler 05-19-2014 04:06 PM

I have Your submission could not be processed because a security token was missing.
if i add too many forums. Anybody know what fix it? Templates is ok

Dave-ahfb 06-29-2015 12:10 PM

Those having problems in 4.2 with the "new posts" in the navbar

Go to your navigation manager

replace entire contents of "Target URL" with
PHP Code:

search.php?{session.sessionurl}do=getnew&contenttype=vBForum_Post&exclude={bbuserinfo.excludeforumids


3DSJFH 02-21-2016 06:54 PM

Is there any way to make this mod only hide subforums from the "New Posts" feature, leaving the main forum sections visible?

blind-eddie 02-21-2016 07:43 PM

In your navbar template find:

Code:

                    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
Replace with:

Code:

                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily&exclude=1,2,3,4,5,6,7,8,9" accesskey="2">$vbphrase[new_posts_nav]</a></td>
Changing 1,2,3,4,5,6,7,8,9 to the sub forum id's you wish to hide.

3DSJFH 02-22-2016 06:41 PM

Thanks, I should have clarified that I meant modify in a way so that users can choose which forum sections to hide on a user by user case.

But your tip is great, I notified my users of it so they can make a "favorites" shortcut in their browser themselves if they want this functionality, simplicity at it's best! :)


All times are GMT. The time now is 05:52 PM.

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.01371 seconds
  • Memory Usage 1,776KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (6)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
  • (24)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