(12-10-2011 01:13 PM)ZiNgA BuRgA Wrote: (12-10-2011 01:09 AM)akm Wrote: If change name to templateprefix_newthread, then could edit (change fonts, delete 'reply' textbox display, etc) for use with PR forum that has same 'Template Prefix', per your earlier direction ?
Try it. Note, you may wish to place it in the Global template set though
Will do.
In meantime, following template is where have been doing everything with main page forum title/s display, and seems to work for everything except the text cut off question.
Anything there that could be changed ?
Quote:<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top" align="center">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>
{$forum_viewers_text}
<div class="smalltext" >{$forum['description']}{$modlist}{$subforums}</div>
</td>
<!-- omit thread and post numbers/columns
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
-->
<td class="{$bgcolor}" valign="top" align="center" style="white-space: wrap">{$lastpost}</td>
</tr>