Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jul 2007
Posts: 103
member
member
Joined: Jul 2007
Posts: 103
I've created a forum with multiple sub forums and I've added an forum introduction. This intro should be shown on top, but actually it is shown at the bottom.
You can see this here:
http://nlforum.merudi.net/ubbthreads.php/forums/15/1/Help_je_kind.html

Please make it so, that the forum intro is shown below the menu-ribbon and above the forum list.

Joined: Jul 2007
Posts: 103
member
member
Joined: Jul 2007
Posts: 103
Actually I made the fix already on my board.

Change postlist.tpl

Original:
Code
 {* Script Version 7.5.1 *}


{* SUBFORUM LISTING *}
{if $has_subforums}
{include file="forum.tpl" type="postlist" catrow=$catrow forum=$subforum}
{/if}
{* END SUBFORUM LISTING *}

{if $intro_title}
{$tbopen}
<tr>
<td class="tdheader">
{$intro_title}
</td>
</tr>
<tr>
<td class="alt-1">
{$intro_body}
</td>
</tr>
{$tbclose}
{/if}
fix
Code
{* Script Version 7.5.1 *}


{if $intro_title}
{$tbopen}
<tr>
<td class="tdheader">
{$intro_title}
</td>
</tr>
<tr>
<td class="alt-1">
{$intro_body}
</td>
</tr>
{$tbclose}
{/if}

{* SUBFORUM LISTING *}
{if $has_subforums}
{include file="forum.tpl" type="postlist" catrow=$catrow forum=$subforum}
{/if}
{* END SUBFORUM LISTING *}

Will this be included in the new release?


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
0 members (), 396 guests, and 110 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)