The International Simutrans Forum

Community => Community Discussion => Forum => Topic started by: vilvoh on January 02, 2010, 06:51:46 pm

Title: The forum doesn't process HTML tags
Post by: vilvoh on January 02, 2010, 06:51:46 pm
As the title says, somebody modified something from the forum config and now it doesn't process HTML tags inside posts and neither user signatures that contain HTML tags. However, it accepts BBC code tags.

A sample:
Code: [Select]
<a href="http://forum.simutrans.com/index.php"><b>forum link using HTML tags</b></a>
forum link using HTML tags (http://forum.simutrans.com/index.php)

Code: [Select]
[url=http://forum.simutrans.com/index.php][b]forum link using BBC code[/b][/url]
forum link using BBC code (http://forum.simutrans.com/index.php)
Title: Re: The forum doesn't process HTML tags
Post by: Isaac Eiland-Hall on January 02, 2010, 06:57:20 pm
fixed
Title: Re: The forum doesn't process HTML tags
Post by: vilvoh on January 02, 2010, 07:02:54 pm
Thanks very much.
Title: Re: The forum doesn't process HTML tags
Post by: Fabio on January 05, 2010, 09:51:37 am
[img] tag doesn't seem to work for me, <img> does. Could you please check?
thanks.
Title: Re: The forum doesn't process HTML tags
Post by: IgorEliezer on January 05, 2010, 12:56:50 pm
(http://forum.simutrans.com/Smileys/default/community.gif)
(http://forum.simutrans.com/Smileys/default/community.gif)
(http://forum.simutrans.com/Smileys/default/community.gif)

[img] tag does seem to work for me. ;)
Title: Re: The forum doesn't process HTML tags
Post by: Isaac Eiland-Hall on January 06, 2010, 07:57:51 am
[img] tag doesn't seem to work for me, <img> does. Could you please check?
thanks.

[ img]http://some.url/image.ext[ /img]

vs

< img src="http://some.url/image.ext">

Does that clear up, or still a problem?