View Single Post
  #1  
Old 17th June 2010, 03:56
ajax's Avatar
ajax ajax is offline
Senior Member
 
Join Date: Apr 2009
United Kingdom
Posts: 165
Smile [TBDev] Request function.
Hey all,someone maybe can make for me one thing?

Thing is drop down Description:

If can then please make this:

PHP Code:
tr("Description"str_replace(array("\n"" "), array("<br>\n"" "), format_comment(htmlspecialchars($row["descr"]))), 1); 
Like this function:

PHP Code:
print("<tr valign=top><td class=rowhead>Description:</td><td align=left><div class=\"news-head folded clickable\">&nbsp;</div><div class=\"news-body\"> Descr. goes here. </div></td></tr>\n"); 
__________________
"ALWAYS BE YOURSELF.
UNLESS YOU CAN BE A UNICORN.
THEN ALWAYS BE A UNICORN."

Last edited by ajax; 17th June 2010 at 03:57. Reason: Wrong title.
Reply With Quote