ACP --> vBulletin Options -->
Allow Dynamic URL for [img] tags?
If this is set to 'no', the [img] tag will not be displayed if the path to the image contains dynamic characters such as ? and &. This can prevent malicious use of the tag.
Thanks to ManagerJosh from :
http://www.vbulletin.com/forum/showt...019#post458019
Quote:
Today at 02:25 AM odl2000 said this in Post #92
I have the same problem
If I add a smiley, i have this code :
PHP Code:
[img]http://www.mydomain.com/forum/text2schild.php?text=test un petit test&typ=1&col=255,210,0&shcol=197,248,163[/img]
But after submit, I don't see smiley, I just see the url code, and if I see the source code (html). I see this :
PHP Code:
<a href="http://www.mydomain.com/forum/text2schild.php?text=test un petit test&typ=1&col=255,210,0&shcol=197,248,163" target="_blank">[url]http://www.mydomain.com/forum/text2schild.php?text=test[/url] un petit test&typ=1&col=255,210,0&shcol=197,248,163</a>
Could you help me ?
Thanks
|