Re: Similar Topics
Posted: 20 May 2010, 22:13
Anyone have it on subsilver2 based style? I tried it on mine. It is not properly algined.
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
<!-- IF .similar -->
<div id="pagefooter">
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th nowrap="nowrap"> {L_SIM_TOP} </th>
<th nowrap="nowrap"> {L_SIM_REP} </th>
<th nowrap="nowrap"> {L_SIM_VIEWS} </th>
<th nowrap="nowrap"> {L_SIM_AUTH} </th>
</tr>
<!-- BEGIN similar -->
<tr valign="middle">
<td class="row1">
<a href="{similar.U_TOPIC}" class="topictitle">{similar.TOPIC_TITLE}</a><br />{L_SIM_PIF} <a href="{similar.U_FORUM}"><strong>{similar.FORUM}</strong></a></p>
</td>
<td class="row2" width="50" align="center"><p class="topicdetails">{similar.TOPIC_REPLIES}</p></td>
<td class="row2" width="50" align="center"><p class="topicdetails">{similar.TOPIC_VIEWS}</p></td>
<td class="row2" align="center"><a style="font-weight:bold; color: #{similar.TOPIC_FIRST_POSTER_COLOUR};" href="{ROOT_PATH}memberlist.php?mode=viewprofile&un={similar.TOPIC_FIRST_POSTER_NAME}">{similar.TOPIC_FIRST_POSTER_NAME}</a><br />{similar.TOPIC_TIME}</p></td>
</tr>
<!-- END similar -->
</table>
</div>
<br clear="all" />
<!-- ENDIF -->