PDA

View Full Version : Avatars off in certain forums


Night Owl
11-14-2002, 02:33 PM
Is there a way that I can turn avatars off in certain forums on my board? I mean, is there a hack for that already. I did a search on the full releases forum, but found nothing. Thank you!

Logician
11-14-2002, 04:25 PM
1- Install this hack:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=43325

2-edit postbit template find $post[avatar] and replace it as:

[[($forum[forumid]!=X)]]
$post[avatar]
[[/($forum[forumid]!=X)]]


Replace X (both of them) with the forum id where you dont want avatars..

Night Owl
11-14-2002, 05:59 PM
Thank you very much!!! :):):)

Just one question: I have several forums in which I'd like to turn them off. What is the proper format for multiple forums?

Logician
11-14-2002, 06:09 PM
[[($forum[forumid]!=X AND $forum[forumid]!=Y AND $forum[forumid]!=Z)]]
$post[avatar]
[[/($forum[forumid]!=X AND $forum[forumid]!=Y AND $forum[forumid]!=Z)]]

Night Owl
11-14-2002, 06:16 PM
Thank you, thank you, thank you!!!