vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   making some forums not included in "View New Posts" button? (https://vborg.vbsupport.ru/showthread.php?t=36908)

Gutspiller 04-02-2002 06:25 PM

making some forums not included in "View New Posts" button?
 
I want to take a few forums out, so even if there are some new posts in those forums it doesn't show it.

I thought I had done this before, but I can't remember if I forgot or if I never did it. Can somebody please help me on this question.

Thanks!

Admin 04-03-2002 05:04 AM

In search.php replace:
Code:

    $datesql=" AND thread.lastpost>=".$bbuserinfo[lastvisit];

    $wheresql="1=1".$forumsql.$datesql;

with:
Code:

    $datesql=" AND thread.lastpost>=".$bbuserinfo[lastvisit];

    $wheresql="1=1".$forumsql.' AND forumid NOT IN (3,6,7,23) '.$datesql;

Now it will ignore forumd 3, 6, 7, and 23.

Gutspiller 04-03-2002 06:36 AM

And that will only ignore the forumz when click the "view new posts" button right?

I didn't want to block the forums when somebody is just running a normal search. Is this "modifying" the code going to do that?

Thanks so far, just let me know so I know if it will work for me. :)

Admin 04-03-2002 06:37 AM

No, just for getnew.

Gutspiller 04-03-2002 06:49 AM

Quote:

Originally posted by FireFly
No, just for getnew.
Sweet! Thanks, I wasn't sure if this was going to be possible. GJ on the fast response time too. :)

bluecat 06-03-2004 02:06 AM

Can this be done with 3.0.1?


All times are GMT. The time now is 01: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.00983 seconds
  • Memory Usage 1,719KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete