The Arcive of vBulletin Modifications Site. |
|
Hide ignored users' threads Details »»
|
|||||||||||||||||||||||||
This hack means that threads posted by users in your ignore list are hidden completely on the forumdisplay page. Inspired by this hack for v3.0.x
Modify the threadbit template adding: HTML Code:
<if condition="! $ignore[ $thread['postuserid'] ]">
and: HTML Code:
</if>
That's it! ![]() Changes from 1.01 to 1.02 The plugin is no longer required. I'm not sure what I was thinking of originally but it's possible to do this as just a template hack. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
omfg thank you. installing now.
edit: Doesn't appear to be working for me. reedit: It works. I accidentally picked a mod to ignore... Not to be greedy, but how would I also entirely hide their posts? reedit: Okay nevermind, that was just a template hack. I'm dumb. |
|
#3
|
||||
|
||||
|
No idea what I was thinking first time round. This can be implemented with just a template change as illustrated above.
|
|
#4
|
||||
|
||||
|
Moved to 3.5 forums.
|
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
||||
|
||||
|
Great Hack. Thanks!
|
|
#7
|
|||
|
|||
|
it should be upgraded to also hide posts by ignored users
|
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
|||
|
|||
|
is there any way to ignore the PMs from thos on your list? i.e. not have them display in your inbox?
|
|
#10
|
||||
|
||||
|
Can anyone tell me the conditional to make this work with a custom profile field?
In that way members can have the option to "fully ignore posts" or "leave ignore placeholders" Cheers
|
![]() |
|
|