Signatures: Option to delete HTML-tags automatically
phreak
MVP
Hi,
I'd love the option to deactivate HTML-Tags within signatures. Is there a way, let's say for example create a disallow list of tags, like < a >.
Thanx
I'd love the option to deactivate HTML-Tags within signatures. Is there a way, let's say for example create a disallow list of tags, like < a >.
Thanx
Tagged:
1
Comments
/htdocs/forum/plugins/Signatures/views/usersig.php
< div class="UserSignature"><?php echo **strip_tags**($this->UserSignature); ?>< /div >[Split] If I wanted signatures right under the usernames, similar to RoleTitles, what should I change? The design/signature.css file? hmm.
Change the event hook used to insert the signature to that which is used to see nsert the role title. I believe it is AuthorInfo but I cannot check at the moment.