News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

[TIP/TRICK] Fix Missing Divider Between Child Boards

Started by BK Modding Team, July 29, 2013, 06:18:56 AM

Previous topic - Next topic

Burke ♞ Knight

When go into a board that has child boards, the list of the child boards above the topic list, does not have dividers like the main board index does. Even here at SMF site they don't.

Like here for example: Converting to SMF
Notice compared to main board index, there are no dividing lines between the different child boards.

See Attached Screen Shots

First one is of main board index, which has dividers between the boards.
Second one is of above link, where it shows the child boards with no divider.

I had posted this as support issue, and ARG found the fix:

Topic: Child-Board Divider?

ARG's Fix: index.css

Code (Find) Select
.table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats {
    border-right: 2px solid white;
}



Code (Replace With) Select
.table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats {
    border: 2px solid white;
}


Also:

Code (Find) Select
table.table_list tbody.content td.lastpost
{
line-height: 1.3em;
font-size: 85%;
width: 24%;
}


Code (Replace With) Select
table.table_list tbody.content td.lastpost
{
line-height: 1.3em;
font-size: 85%;
width: 24%;
border: 2px solid white;
}


Adjust border size as desired. (I found 3 to match the main board index.)

Burke ♞ Knight

This topic can be closed now, as it is now a mod on the SMF Mod site:




Child Board Divider - Link to Mod

Latest Version: 1.0
Compatible With SMF: 2.0.x


Made by: BurkeKnight - BurkeKnight Enterprises
For Support: The mod's Support topice at SMF, or at BurkeKnight Enterprises.


This mod fixes the missing divider between child boards in the parent board's index.
When go into a board that has child boards, the list of the child boards above the topic list,
does not have dividers like the main board index does. Even here at SMF site they don't.

Like here for example: Converting to SMF
Notice compared to main board index, there are no dividing lines between the different child boards.

See Attached Screen Shots

First one is of main board index, which has dividers between the boards.
Second one is of above link, where it shows the child boards with no divider.

I had posted this as support issue, and ARG found the fix:

Topic: Child-Board Divider?

Tip/Trick topic at SMF site: [TIP/TRICK] Fix Missing Divider Between Child Boards
Tip/Trick topic  at BurkeKnight Enterprises: Fix Missing Divider Between Child Boards in the Parent Board's Index





Advertisement: