@ slipkot: search in template "ewt_forumdisplay_threaddesc"
Цитата:
|
<span class="lable" style="color:gray; font-size:12px; font-style:italic"><img class="inlineimg" src="images/strela_w.gif" border="0" alt="">{vb:raw thread.threaddesc}</span><br>
|
You can add "align" value to control the image location, it's BASIC HTML. My advice: Learn HTML (at least) before having a forum.
After
Add this
Or you can try
Do a research to find some other values.
Is there any way to make the description show up on SHOWTHREAD?
edit: And when editing a thread?
If you wanna the description show on SHOWTHREAD, please Edit SHOWTHREAD template. Put:
Цитата:
|
{vb:raw thread.thread_description}
|