Remove user avatar from selected forums 1.3

Remove user avatar from selected forums 1.3

Mian Shahid

Well-known member
ITDarasgah submitted a new resource:

Remove user avatar from selected forums - Remove user avatar from selected forums

Overview: This modification will remove the user avatar from selected Nods.

Before:
View attachment 73867

After:
View attachment 73868
Lets Start:

Edit template "message"

Find
Code:
<xen:if is="{$visitor.content_show_signature} && {$message.signature}">
and replace with
Code:
<xen:if is="!in_array({$forum.node_id}, array(#, #, #)) && {$visitor.content_show_signature} && {$message.signature}">

Note: You should replace the # mark with...

Read more about this resource...
 
Can this be used on a group basis? Also, i like this idea, i have been looking for something similar. Instead of removing the avatar altogether can it be shrunk in size? Thanks.
 
Top Bottom