vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Opt-Out Forums from Get New/Get Daily (https://vborg.vbsupport.ru/showthread.php?t=91025)

GrendelKhan{TSU 04-24-2007 11:41 AM

WAS working with 3.6 no problem...
just noticed that now seems to be a bug "all of a suddent" in IE (7) where I can't pick multiple forums with ctrl key.

-choose one forum works
-choose a bunch of forums with shift+control works.
-but chosing selected ones with just ctrl doesn't. no response to click when choosing multiple forums. :(

any ideas? only in IE. works in FF.
I even reinstalled it just to see if that would do it. :/

(I know this isn't supported...but it does say for bugs. < fingers crossed > :))

styleforum 05-03-2007 08:24 PM

Quote:

Originally Posted by snikle (Post 1138588)
Ok, I installed this, made the appropriate changes in my AdminCP to allow groups to use this feature, but for the life of me, I cannot see where the user notates which forums to ignore. What am I missing?

It should be in their User CP under options at the bottom.

styleforum 05-03-2007 08:27 PM

I have a question on this - I know it's not supported but hopefully someone can tell me if this is happening to them or if they fixed it, etc.

I set this up hoping people could exclude from New Posts, because that's what it says. However, when I tested it it excludes selected forums not only from New Posts but from ANY SEARCH. This is not what I want. For example, people might want to exclude the Buying/Selling forum for New Posts because it clutters up their search, but if they do a regular search for a specific item, they might want to see search results from the Buying/selling forum. As it is, they can't seem to do a global search that includes the forums they've checked off.

If I go into Buying/selling and run a 'search this forum' it works just fine.

Is there a way around this? Was it always like this or is this a 3.6.x thing?

Hoping for some help. Thanks.

SBlueman 08-22-2007 03:15 PM

Just wanted to say thank you to the author for such a great mod!

I tried to run the SQL query to pre-exclude forums for new members and got this error:

Quote:

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 '$userdata->set('excludeforumsgnp', '137')' at line 1
Now....did I do this right? Is the "137" supposed to be the forum ID I want excluded?

SBlueman 08-23-2007 05:14 AM

Quote:

Originally Posted by Andreas (Post 787505)
Yes.
register_addmember_process
PHP Code:

$userdata->set('excludeforumsgnp''X'); 


So is this right:

Quote:

if ($vbulletin->userinfo['excludeforumsgnp'])
{
$vbulletin->GPC['exclude'] .= ((!$vbulletin->GPC['exclude']) ? $vbulletin->userinfo['excludeforumsgnp'] : ',' . $vbulletin->userinfo['excludeforumsgnp']);
}
$vbulletin->GPC['exclude'] .= '137,95,152,8';
https://vborg.vbsupport.ru/

dutchbb 09-28-2007 03:42 PM

Why isnt this a standard vb feature yet?

Itworx4me 10-06-2007 04:41 PM

With the template hook ($template_hook[usercp_options_other]) is it possible to make this a plugin hack?

Thanks,
Itworx4me

jeremyalyea 11-13-2007 02:47 AM

Perfect. I have been looking for a hack like this for months!!!!!!

pcoskat 12-31-2007 04:06 PM

Quote:

Originally Posted by dutchbb (Post 1348998)
Why isnt this a standard vb feature yet?

Tell me about it!

Alfa1 01-01-2008 12:28 PM

Please update this for 3.7!
This is THE solution for boards with multilingual forums.


All times are GMT. The time now is 06:22 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.01324 seconds
  • Memory Usage 1,741KB
  • 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
  • (5)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