Welcome, Guest. Please Login or Register.
May 07, 2025, 04:20:41 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  HTML in signatures « previous next »
Pages: [1] Reply Ignore Print
Author Topic: HTML in signatures  (Read 207 times)
theACEMAN640
Noobie
*
Posts: 17


I'm a llama!

HTML in signatures
« on: October 22, 2002, 09:09:35 PM »
Reply with quote

Is this possible? I found it for posts....allthough if you edit it at all HTML just appears as HTML..
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:HTML in signatures
« Reply #1 on: October 24, 2002, 04:46:01 AM »
Reply with quote

has been said before, and im gonna say it again: enabling HTML is DANGEROUS, if u dont know what you're doing, then dont do it!
YaBB/BB codes are as easy as HTML to use, tho limited, its secure
now, if u still dont care, and still want to do this, u can open profile.php and remove these 4 lines of codes

   $signature = str_replace("&lt;","<",$signature);
   $signature = str_replace("&gt;",">",$signature);
      $member['signature'] = str_replace("<","&lt;",$member['signature']);
      $member['signature'] = str_replace(">","&gt;",$member['signature']);

hasnt been tested, so if its not working dont blame me
and if someone does something nasty on your forum, dont blame us or yabb software

btw... those 4 lines could be replaced with htmlspecialchars() so quote sign wont cause trouble too :)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Ma§t£r Öf Ŧçh£m¥
Jr. Member
**
Posts: 58


Bow down before the one you serve...

WWW
Re:HTML in signatures
« Reply #2 on: October 24, 2002, 07:14:01 PM »
Reply with quote

also I fixed my mod to completely enable html so that it stays after modifying....  ;) sorry.... I did't relize that it did that....
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  HTML in signatures « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.050 seconds with 20 queries.