Symon
|
Latest and annouce.I added the latest portal using
{MYFF.LATEST show_results="topics"}
and all worked ok untill i edited the settings changing from 10 posts to only 5, now all i see is,
{ COMPONENT_LATEST }
http://howtodoit.myfabforum.org
|
admin (no pm's please)
|
Weird, I'm lost at the minute, what is in the tpl file?
|
Symon
|
Latest
| Code: | <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
<!-- BEGIN switch_latest_title -->
<tr>
<th colspan="1" width="150" height="25" class="thTop" nowrap="nowrap">{L_COMPONENT_LATEST}</th>
</tr>
<!-- END switch_latest_title -->
<!-- BEGIN topics_latest -->
<tr>
<td class="row1" colspan="1" height="28"><span class="topictitle"><a href="{topics_latest.U_VIEW_TOPIC}" class="topictitle">{topics_latest.TOPIC_TITLE}</a></span></td>
</tr>
<!-- END topics_latest -->
<!-- BEGIN posts_latest -->
<tr>
<td class="row1" colspan="1" height="28"><span class="topictitle"><a href="{posts_latest.U_VIEW_POST}" class="topictitle">{posts_latest.TOPIC_TITLE}</a></span></td>
</tr>
<tr>
<td valign="top" ><span class="postbody">{posts_latest.MESSAGE}</span></td>
</tr>
<!-- END posts_latest -->
</table> |
Annouce
| Code: | <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
<!-- BEGIN switch_announce_title -->
<tr>
<th colspan="1" width="150" height="25" class="thTop" nowrap="nowrap">{L_COMPONENT_ANNOUNCE}</th>
</tr>
<!-- END switch_announce_title -->
<!-- BEGIN topics_announce -->
<tr>
<td class="row1" colspan="1" height="28"><span class="topictitle"><a href="{topics_announce.U_LINK}">{topics_announce.TOPIC_TITLE}</a></span></td>
</tr>
<!-- END topics_announce -->
<!-- BEGIN posts_announce -->
<tr>
<td class="row1" colspan="1" height="28"><span class="topictitle"><a href="{posts_announce.U_LINK}">{posts_announce.TOPIC_TITLE}</a></span></td>
</tr>
<tr>
<td valign="top" ><span class="postbody">{posts_announce.MESSAGE}</span></td>
</tr>
<!-- END posts_announce -->
</table>
|
|
admin (no pm's please)
|
not solved, but making a bit more sense...
|
admin (no pm's please)
|
Sort of solved for now, this is the trickiest portal as it uses the phpbb3 search code.
|
Symon
|
| admin (no pm's please) wrote: | | Sort of solved for now, this is the trickiest portal as it uses the phpbb3 search code. |
I see the results , however if i pick the amount ot be 5,6,7 etc it still only shows the last 3 posts.
But as you say only sort of sorted , but thought i,d report the findings.
|
admin (no pm's please)
|
fixed some more!
|
|
|