inherit
187476
0
May 18, 2020 16:00:31 GMT -8
Star's Legacy
1,019
December 2012
starshinelegacy
|
Post by Star's Legacy on Dec 2, 2015 9:08:09 GMT -8
Please move me if I am in the wrong place for posting this! [There is a picture at the bottom to show what I would like it to look like.]
I am wondering if this is possible and if so I would greatly appreciate any help with it! So I would like to arrange my boards side by side with the Board Title, Total Threads # and Total Post # in a box of its own. From top to bottom the contents will be arranged as such,
[/i] by Username ~ Time Total Threads | Total Posts Sub-Boards [New or No New Posts] ~ Is this possible to indicate whether there are posts that are unread or not instead of having an icon? [/ul] I want the Board Titles to be centred as well as the Last Post by Username, Time and the [ New or No New Posts]. I would also like for the time of the last post to be a bit smaller font than the Last Post by Username.[/blockquote]
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Dec 2, 2015 16:44:22 GMT -8
Hi Star's Legacy, are you wanting to have 2 boards next to each other like in your picture? i started working on a template mod, let me know if this comes close to what you want: <table class="list"> {foreach $[board]} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="main clickable"> <div class="container"> <div class="title-bar" style="text-align:center;"><strong><h2>$[board]{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}</h2></strong></div> <div class="content pad-all"> <table> <tr> <td> $[board.description]<br /> <center>$[board.last_thread] By $[board.last_thread.last_post.created_by]<br /> $[board.last_thread.last_post.created_on]</center><br /> <strong>Total Threads:</strong> $[board.threads] | <strong>Total Posts:</strong> $[board.posts]<br /><br /> {if $[board.sub_board]}Sub-boards: {foreach $[board.sub_board]}$[board.sub_board]$[board.sub_board.comma]{/foreach}<br /><br />{/if} {if $[board.is_new]}<strong>New Posts</strong>{else}<em>No New Posts</em>{/if} </td> </tr> </table> </div> </div> </td> </tr> {/foreach} {if !$[board]} <tr class="last"><td class="last center">No boards were found.</td></tr> {/if} </table>
|
|
inherit
187476
0
May 18, 2020 16:00:31 GMT -8
Star's Legacy
1,019
December 2012
starshinelegacy
|
Post by Star's Legacy on Dec 2, 2015 20:47:57 GMT -8
®i©hie, Yes I would like them side by side as in the picture. I really appreciate your help with this! Tomorrow when I can get at my computer I will test it out. ^^ Where would the code go exactly?
|
|
inherit
187476
0
May 18, 2020 16:00:31 GMT -8
Star's Legacy
1,019
December 2012
starshinelegacy
|
Post by Star's Legacy on Dec 3, 2015 8:05:32 GMT -8
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Dec 3, 2015 14:59:31 GMT -8
i'm not sure if it's possible to have 2 boards side by side, but I'll see what i can do with the template coding.
|
|
inherit
187476
0
May 18, 2020 16:00:31 GMT -8
Star's Legacy
1,019
December 2012
starshinelegacy
|
Post by Star's Legacy on Dec 3, 2015 15:05:29 GMT -8
i'm not sure if it's possible to have 2 boards side by side, but I'll see what i can do with the template coding. It is most definitely possible as I have seen 2 or more side by side.
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Dec 3, 2015 15:12:27 GMT -8
i'm not sure if it's possible to have 2 boards side by side, but I'll see what i can do with the template coding. It is most definitely possible as I have seen 2 or more side by side. ok, but as i said i'll try to see what i can do, as I've never attempted something like this in a template before.
|
|
inherit
187476
0
May 18, 2020 16:00:31 GMT -8
Star's Legacy
1,019
December 2012
starshinelegacy
|
Post by Star's Legacy on Dec 4, 2015 8:38:37 GMT -8
®i©hie, Yes I understand that. ^^
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Dec 4, 2015 13:38:53 GMT -8
I can do this for you as I know how to get them to sit side by side. One question though: when there is an odd number of boards in a category, do you want the last board to stretch all the way across the two boards or leave a gap next to it?
|
|
inherit
187476
0
May 18, 2020 16:00:31 GMT -8
Star's Legacy
1,019
December 2012
starshinelegacy
|
Post by Star's Legacy on Dec 6, 2015 14:42:37 GMT -8
@khristian, That would be lovely if you could help out! For an odd number of boards I would like to leave a gap rather than have one stretch please.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Dec 8, 2015 3:00:34 GMT -8
Sorry I've been busy! I'll try to get this done for you tomorrow evening.
|
|
inherit
187476
0
May 18, 2020 16:00:31 GMT -8
Star's Legacy
1,019
December 2012
starshinelegacy
|
Post by Star's Legacy on Dec 9, 2015 8:10:02 GMT -8
@khristian, That's fine! Take your time, there is no rush. ^^
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Dec 10, 2015 1:08:33 GMT -8
PMed you the code.
|
|