Page 1 of 1

subforums under topics

PostPosted: Mon Oct 08, 2007 6:52 pm
Author: richiebgood
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Beginner
Board URL: http://www.paintballer.ie

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

hey, just wondering about this. When you have a subforum, the subforum appears on top and the the topics of the current forum appear below this.

How can you make it so the topics of a forum appear first and then the subforums if any appear under the topics?

Richie

PostPosted: Thu Oct 25, 2007 12:01 pm
Author: richiebgood
bump

Re: subforums under topics

PostPosted: Thu Oct 25, 2007 1:53 pm
Author: Helter
i believe you would need to edit your template/index_box.tpl to do this

Re: subforums under topics

PostPosted: Fri Oct 26, 2007 9:28 am
Author: richiebgood
ok, now i am stuck.

my index_box.tpl file for efusion. What needs to be moved/swapped?

Code: Select all
<BEGIN><BEGIN><table><tr>     <th> {catrow.tablehead.L_FORUM} </th>     <th> {L_TOPICS} </th>     <th> {L_POSTS} </th>     <th> {L_LASTPOST} </th></tr><END><BEGIN><tr>     <BEGIN>     <td><img></td>     <END>     <td><span><a>{catrow.cat.CAT_TITLE}</a></span></td>     <td> </td> </tr><END><BEGIN><tr>     <BEGIN>     <td><img></td>     <END>     <td><img></td>     <td>         <BEGIN>         <table>         <tr>             <td><a><img></a></td>             <td>         <END>         <span><a>{catrow.forumrow.FORUM_NAME}</a><br></span>         <span>{catrow.forumrow.FORUM_DESC}</span>         <span>{catrow.forumrow.L_MODERATOR}{catrow.forumrow.MODERATORS}{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>         <BEGIN>             </td>         </tr>         </table>         <END>     </td>     <BEGIN>     <td><span>{catrow.forumrow.TOPICS}</span></td>     <td><span>{catrow.forumrow.POSTS}</span></td>     <td> <span>{catrow.forumrow.LAST_POST}</span></td>     <END>     <BEGIN>     <td><span>{catrow.forumrow.forum_link.HIT_COUNT}</span></td>     <END></tr><END><BEGIN><tr>     <BEGIN>     <td><img></td>     <END>     <td><img></td></tr><END><BEGIN></table><table><tr><td><img></td><td><img></td><td><img></td></tr></table><br><END><END>