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
"Recent Posts" box
by SenecaFlyer - 12/13/2024 12:06 PM
Sticky posts and global announcements
by Larry Miller - 12/08/2024 2:30 PM
Profile avatar storage settings
by SenecaFlyer - 12/05/2024 1:24 PM
Not allowing attachment over 2m
by ehill - 12/03/2024 3:16 PM
New Admin Here
by SenecaFlyer - 12/02/2024 4:14 PM
Who's Online Now
3 members (Ruben, SenecaFlyer, 1 invisible), 1,719 guests, and 157 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Ride safe!
Ride safe!
by Morgan, December 7
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)