vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Ignore Thread (https://vborg.vbsupport.ru/showthread.php?t=69261)

zetetic 04-03-2005 04:07 PM

Quote:

Originally Posted by Casparian
Don't suppose there's any such thing as an "ignore forum" option? We have a chit-chat forum and some of our users *hate* it, when they hit New Posts they can see a dozen OT posts. This hack would be useful if there was only the occasional one but I don't think it'll be enough :(

That's a good idea, Casparian. The logic is simple enough: Provide users with a way to select which forums they want to ignore, modify search.php to ignore those forums when returning "new posts", etc.

Unfortunately I'm not knowledgeable enough about hacking (yet) to say exactly how to do it. Maybe you should start a new thread in the modification requests forum.

sross 04-09-2005 06:02 AM

I have it up and running on 3.0.7 seems really good so far. I did get an error trying to save the forumhome_lastpostby template, but I ignored it, yikes, but i see no errors anywhere on my site. Does anyone know if there is something wrong with the below template code? Thanks!

Quote:

forumhome_lastpostby:

At the very top, add:
--------------------------------------------------------
<if condition="in_array($lastpostinfo[lastthreadid], $ignoredthreads)">
Ignored Thread

<else />
--------------------------------------------------------

At the very bottom, add:
--------------------------------------------------------
</if>
--------------------------------------------------------

popowich 05-16-2005 02:12 PM

Quote:

Originally Posted by Casparian
Don't suppose there's any such thing as an "ignore forum" option? We have a chit-chat forum and some of our users *hate* it, when they hit New Posts they can see a dozen OT posts. This hack would be useful if there was only the occasional one but I don't think it'll be enough :(

I am also looking for an "ignore forum" (that would exclude the forum posts from the new posts navbar) and an "ignore user" that does not display any posts by the user, both defined by my members in their user cp and not a system wide setting.

-Raymond

yoyoyoyo 08-19-2005 03:43 AM

Quote:

Originally Posted by sross
I have it up and running on 3.0.7 seems really good so far. I did get an error trying to save the forumhome_lastpostby template, but I ignored it, yikes, but i see no errors anywhere on my site. Does anyone know if there is something wrong with the below template code? Thanks!

I got the same error...

I don't think this is right:
Code:

<if condition="in_array($lastpostinfo[lastthreadid], $ignoredthreads)">
I think it is supposed to be more like:
Code:

<if condition="in_array($lastpostinfo[lastthreadid], array($ignoredthreads))">

Fofer 01-14-2006 02:33 AM

Anyone tried this on 3.5.x?

moonclamp 01-19-2006 11:54 PM

Quote:

Originally Posted by Fofer
Anyone tried this on 3.5.x?

I would love this to be ported :)

Hicksatpd 04-20-2006 11:30 PM

Any updates? This would be great if I could have it for 3.5.4!

zetetic 04-22-2006 06:47 PM

I haven't upgraded my forum to 3.5 yet :blush: but I'll be doing it within the next month or so. If someone hasn't beaten me to the punch I'll take a stab at porting this.

dknelson 04-26-2006 11:29 AM

This is something that I am eagerly awaiting also.

dknelson 05-12-2006 12:06 AM

Well folks...is this one a dead issue? Does anybody know of anything else like this?

Thanks,
Don


All times are GMT. The time now is 12:59 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.01191 seconds
  • Memory Usage 1,738KB
  • 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
  • (5)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
  • (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