
11-15-2012, 03:37 PM
|
 |
|
|
Join Date: Sep 2007
Location: Russia,Moscow
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Hi! Is it possible to show last post in Latest Forum News, when clicked?
|
Search teamplate cyb_topstats_latestnews
Add a bold text in code.
Quote:
<tr class="$cybstats_alt1" valign="top" onmouseover="this.className='$cybstats_alt2'" onmouseout="this.className='$cybstats_alt1'">
<td class="$cybstats_alt2" width="1%" align="center"><span class="smallfont">$cybstats_rnr</span></td>
<td align="$stylevar[left]" width="50%" nowrap="nowrap" class="smallfont"><if condition="$get_latest_news[newpost]">$newpostprefix<else />$oldpostprefix</if> <a href="showthread.php?goto=newpost$session[sessionurl]&t=$get_latest_news[threadid]" title="$get_latest_news[fullthreadtitle]">$get_latest_news[titletrimmed]</a></td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont" title="$vbphrase[date]"><if condition="$get_latest_news[newpost]">$get_news_postdate<else /><span class="time">$get_news_postdate</span></if></td>
</tr>
|
Save.
Done.
|