vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Hide Threads Posted By Ignored Users (https://vborg.vbsupport.ru/showthread.php?t=64231)

tjdrico 06-11-2004 09:06 AM

Yes, as the quoted test becomes part of the post, and isn't something separate.

scotty 06-28-2004 09:28 AM

Quote:

Originally Posted by diettalk
Is this working for anyone? It doesn't seem to work on mine.

it isn't working for me too!

Yes, I followed the instructions.

scotty 06-28-2004 10:13 AM

ok if found out, why:

i doubled this code block:

Code:

// Get Ignore Users
                        $ignore = array();
                        if (trim($bbuserinfo['ignorelist']))
                        {
                                $ignorelist = preg_split('/( )+/', trim($bbuserinfo['ignorelist']), -1, PREG_SPLIT_NO_EMPTY);
                                foreach ($ignorelist AS $ignoreuserid)
                                {
                                        if (!$buddy["$ignoreuserid"])
                                        {
                                                $ignore["$ignoreuserid"] = 1;
                                        }
                                }
                        }


who was inside if ($vboptions['threadpreview'] > 0) just above

Code:

                $show['threads'] = true;
:)

subu1 06-29-2004 09:19 PM

ok, i don't like the supermod on my Girlfriend Community, but i am Tech Admin in this Community. Works this Hack for Admins? *lol*

greetz subu1

scotty 06-30-2004 06:32 AM

*g - yes, it works for admins too :D

Aug15 08-15-2004 06:54 PM

I did all this correctly but also can't get to work :( Any idea?

LunaTech 09-26-2004 10:48 PM

For this to work, thread preview must be enabled or you can comment out the lines
// if ($vboptions['threadpreview'] > 0)
// {

and the close for that if.

UK Jimbo 01-07-2005 01:39 PM

Quote:

Originally Posted by LunaTech
For this to work, thread preview must be enabled or you can comment out the lines
// if ($vboptions['threadpreview'] > 0)
// {

and the close for that if.


or change:

PHP Code:

if ($vboptions['threadpreview'] > 0

to

PHP Code:

if(true


edit: this is a fantastic hack - thanks from all at http://www.visordown.com/forums/ :)

Doogie 01-19-2005 11:27 PM

I want a hack similar to this, but for posts. Sometimes it is necessary to read the thread, but users want the ability to be able to not see their posts. If someones on their ignore list, they don't want to see their drivel, but see the thread.

I'm guessing it's in showthread or similar, but no idea where to start really.

UK Jimbo 01-19-2005 11:51 PM

Quote:

Originally Posted by Doogie
I want a hack similar to this, but for posts. Sometimes it is necessary to read the thread, but users want the ability to be able to not see their posts. If someones on their ignore list, they don't want to see their drivel, but see the thread.

I'm guessing it's in showthread or similar, but no idea where to start really.

To totally hide a users posts you can just replace the postbit_ignore and postbit_ignore_global templates with empty templates.


All times are GMT. The time now is 04:21 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.01108 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_php_printable
  • (3)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