BBCode problem - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21) +---- Thread: BBCode problem (/showthread.php?tid=5488) Pages:
1
2
|
BBCode problem - Horusbrasil - 04-05-2010 I'm having a problem to make able to use images on my website. First I was trying to make able to use HTML img tags, but that could cause some problems in the future, so I tried to make able to use BBCodes instead of HTML. Now the problem is, the script that I'm using is REALLY complex and I don't know how to make BBcode able on this. my website is www.ratemysig.com How could I make BBcode able? RE: BBCode problem - Drake™ - 04-05-2010 Could you please tell us what script you are using? RE: BBCode problem - Common - 04-05-2010 Try this: Code: <img src="http://img230.imageshack.us/img230/1521/mkzavatarcopy.jpg" /> RE: BBCode problem - Drake™ - 04-05-2010 @Common - He wants to use tags, just like [img]link [/img] RE: BBCode problem - Support - 04-05-2010 He is using a script called FMyScript. RE: BBCode problem - Common - 04-05-2010 (04-05-2010, 01:28 PM)Drake™ Wrote: @Common - He wants to use tags, just like [img]link [/img] Oh ok. I'll do some research. But OP, what script are you using? RE: BBCode problem - Drake™ - 04-05-2010 I will take a look into it. It shouldn't be too hard. RE: BBCode problem - Horusbrasil - 04-05-2010 I'm using Fmyscript, as mentioned before. I can give full access to someone that thinks that can really help me... This script is worth 50$ RE: BBCode problem - Support - 04-05-2010 I could give it a try tomorrow. Add my MSN: Tehafgpirate@hotmail.com RE: BBCode problem - Horusbrasil - 04-05-2010 The real problem is that HTML codes are disabled so far... So I can't even use <img src tag by now |