vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Exclude RSS Feeds in Recent Threads (https://vborg.vbsupport.ru/showthread.php?t=128070)

dholt 10-02-2006 12:03 PM

Exclude RSS Feeds in Recent Threads
 
I have searched and I found how to do this for the New post search, but not sure how to do it for New threads center Block.

I don't want to Exclude if someone posts about a rss feed but exclude the rss feed itself from the Recent Thread center Block.

I have one forum called (your morning Paper) were the Feeds are coming into.

VB 3.6.1

Thanks in advance as Im sure this has been answered but not finding it.

Black Tiger 10-02-2006 10:47 PM

Hmmz... I would like such thing too. How did you do it with the new posts?

I want to have an RSS forum where the Feeds are posted as threads, users may search in this forum that's no problem, but I don't want to have the posted (or imported) feeds show up as new posts nor in the "new posts" section and I don't want to have them shown up in the "recent threads" like you ask here.

So I'll second your request.

If possible, it would be nice if the new posts indicator icon -would- work.

dholt 10-02-2006 11:55 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=121683" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=121683</a>

here is the fix for it 5 seconds too do

Black Tiger 10-03-2006 03:06 PM

Euh.. Like I see it in that thread, that is for vbAdvanced. I just want it for my forums, not for vbA.
But thanks for your reply.

shanemcse 10-03-2006 08:21 PM

Here is how to do it.

Create a new plugin with a hook location of "search_start" with the following command...
Code:
$_REQUEST['exclude'] .= '10';

Change 10 to your forum ID


All times are GMT. The time now is 09:54 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.01052 seconds
  • Memory Usage 1,710KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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