Topic created on: October 17, 2005 22:20 CDT by JCRoberts.
I noticed a simple bug in the site. In the "Recently Created Topics" the second double-quote (of the pair around a word/phrase) is shown incorrectly as HTML.
Yeah I noticed that. The issue is I truncate the title at a static number, HTML entities are converted to their "long" representation and well, you see what's going on. I need to think of an elegant way to solve the issue. Until then, the right panel will be ugly.
Before you truncate it, html_entity_decode() it, then truncate, then html_entity_encode() it... supposing you're using PHP, which I believe I saw (if I'm mistaken, ignore me)
its surely php , i was thinking Pedrams using Python ,anyhow Dear Pedram , as a suggestion may you consider this : Forums Editor is not easy to use and you may want to have a look at bbcodes , lots of forums are using bbcodes and we have also a very useful firefox extension supporting this great , so this may help to use editor more comfortable , you just told some improvments are happening this could be one of them , Thanks .
Note: Registration is required to post to the forums.