Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 11:30:06 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 4, 2015 12:45:01 GMT -8
I am requesting help.
I was unable to find my answer. Where in templates do I go to eliminate signatures?
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 1, 2024 11:30:06 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 4, 2015 13:47:17 GMT -8
Hi, @womenonly
You could try this if want to remove signatures
Go admin > Templates > User Profile > Summary >
And remove the following lines
{if $[user.signature]}
<div class="content-box center-col">
Signature <hr />
$[user.signature]
</div>
{/if}
Or rather than removing the code altogether - you could just add Blue to hide it
<!--{if $[user.signature]}
<div class="content-box center-col">
Signature <hr />
$[user.signature]
</div>
{/if}-->
Steve
|
|