Problem with Vbulletin Style Board Index Mod

Started by tua, October 01, 2011, 12:18:34 PM

Previous topic - Next topic

tua

I have installed your Vbulletin Style Board Index Mod but it's a little problem about title category board index. It's not full bar to the last column which is the last post column. How can I fix it? Please help me.

I used SMF 2.0 and install your mod at the root directory. I have modified and attach BoardIndex.template.php and MessageIndex.template.php

kat

Hi, Tua! Welcome to the forum!

Modifications, here, have their own support topics.

On the mod's download page, just below the download link, you'll see "Support and comments". If you click that, you'll be taken to that topic.

As you're new, here, I'll save you the hassle and give you the link, here. :)

http://www.simplemachines.org/community/index.php?topic=379307.0

Oldiesmann

In BoardIndex.template.php

Find (line 115):
<td colspan="4">

Replace
<td colspan="5">

MessageIndex.template.php

Find (Line 151):
        <tr id="board_', $board['id'], '_children"><td colspan="4" class="children windowbg"><strong>', $txt['parent_boards'], '</strong>: ', implode(', ', $children), '</td></tr>';

Replace
        <tr id="board_', $board['id'], '_children"><td colspan="5" class="children windowbg"><strong>', $txt['parent_boards'], '</strong>: ', implode(', ', $children), '</td></tr>';
Michael Eshom
Christian Metal Fans

tua

Quote from: Oldiesmann on October 01, 2011, 01:57:16 PM
In BoardIndex.template.php

Find (line 115):
<td colspan="4">

Replace
<td colspan="5">

MessageIndex.template.php

Find (Line 151):
        <tr id="board_', $board['id'], '_children"><td colspan="4" class="children windowbg"><strong>', $txt['parent_boards'], '</strong>: ', implode(', ', $children), '</td></tr>';

Replace
        <tr id="board_', $board['id'], '_children"><td colspan="5" class="children windowbg"><strong>', $txt['parent_boards'], '</strong>: ', implode(', ', $children), '</td></tr>';

It's work. Thank you very much for your help.


Advertisement: