Dream
New Member
Posts: 6
inherit
192726
0
Jul 9, 2020 15:55:12 GMT -8
Dream
6
April 2013
dreamxx
|
Post by Dream on May 24, 2013 8:08:54 GMT -8
I'm not sure if this would be better accomplished by a plugin or a template, if it can even be accomplished at all. I would like to have the boards be placed side by side, vs one board per row. If this isn't possible, it's fine.
Ex. Board 1. Board 2. Board 3. Board 4. Board 5. Board 6.
|
|
inherit
baker.remmi@gmail.com
194506
0
May 24, 2013 9:44:39 GMT -8
scrimpytheshrimp
2
May 2013
scrimpytheshrimp
|
Post by scrimpytheshrimp on May 24, 2013 8:47:36 GMT -8
I would love this as well.
|
|
Dream
New Member
Posts: 6
inherit
192726
0
Jul 9, 2020 15:55:12 GMT -8
Dream
6
April 2013
dreamxx
|
Post by Dream on May 30, 2013 13:14:30 GMT -8
Bump!
|
|
Dream
New Member
Posts: 6
inherit
192726
0
Jul 9, 2020 15:55:12 GMT -8
Dream
6
April 2013
dreamxx
|
Post by Dream on Jun 17, 2013 8:45:12 GMT -8
Bump!
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jun 17, 2013 8:51:02 GMT -8
Something like this: asucaregion.proboards.com/ ? Here's the code: <table role="grid" width="100%"> <tbody> {foreach $[board]} {if !$[board.is_redirect]} {if $[board.odd] == 1}<tr>{/if} {if $[board.lastIndex] == $[board.index]}<td valign="top" colspan="3" id="$[board.content_id]" class="$[board.content_class] boardtd">{else} <td width="49%" id="$[board.content_id]" class="$[board.content_class] boardtd" valign="top">{/if} <div class="board-name">$[board]</div> <div class="board-last-post"><span>{if $[board.posts] > 0} {if $[board.last_thread]}$[board.last_thread.recent_link] BY $[board.last_thread.last_post.created_by_user] $[board.last_thread.last_post.date]{/if}{/if}</span></div> <table width="100%" cellpadding="5px"> <tr> <td width="70%"><div class="board-description">$[board.description]</div></td> <td width="15%"><div class="board-post-count" title="POSTS">$[board.posts]</div></td> <td width="15%"><div class="board-thread-count" title="THREADS">$[board.threads]</div></td> </tr> </table> {if $[board.num_mods]} <div class="moderators">{foreach $[board.moderator_group]}$[board.moderator_group.comma_before] $[board.moderator_group]{/foreach}{if $[board.moderator]}{if $[board.moderator_group]}, {/if}{/if} {foreach $[board.moderator]}$[board.moderator]$[board.moderator.comma] {/foreach}</div> {/if} {if $[board.sub_board]} <div class="sub-boards">{foreach $[board.sub_board]}$[board.sub_board] {/foreach}</div> {/if} <div class="clear"></div> </td>{if $[board.odd] == 1}{if $[board.lastIndex] != $[board.index]}<td width="2%"> </td>{/if}{/if} {if $[board.even] == 1}</tr>{/if} {else} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="icon">$[board.icon]</td> <td class="main clickable redirect last" colspan="4"> <span class="link">$[board]</span><br /> <p class="description">$[board.description]</p> </td> </tr> {/if} {/foreach} {if !$[board]} <tr class="last"><td class="last center" colspan="5">No boards were found.</td></tr> {/if} </tbody> </table>
|
|
Dream
New Member
Posts: 6
inherit
192726
0
Jul 9, 2020 15:55:12 GMT -8
Dream
6
April 2013
dreamxx
|
Post by Dream on Jun 21, 2013 17:21:01 GMT -8
That's exactly what I was looking for. Thank you so much!
|
|
The Helpee
New Member
The one in need of constant help
Posts: 46
inherit
142891
0
Aug 14, 2013 17:56:47 GMT -8
The Helpee
The one in need of constant help
46
July 2009
cindershock
|
Post by The Helpee on Aug 14, 2013 16:20:22 GMT -8
Where is this code placed?
|
|
Joachim
Full Member
Shhh, can't see me.
Posts: 905
inherit
23771
0
Nov 18, 2012 17:23:23 GMT -8
Joachim
Shhh, can't see me.
905
April 2004
izaeah
|
Post by Joachim on Aug 14, 2013 18:12:58 GMT -8
The HelpeeAdmin Home> Themes> Layout Templates> Board - make sure you have Board List selected of the four tabs there.
|
|
Misaka
Full Member
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
Oct 11, 2024 19:07:51 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Aug 17, 2013 11:58:22 GMT -8
now which line is this replacing in the board list?
|
|
Joachim
Full Member
Shhh, can't see me.
Posts: 905
inherit
23771
0
Nov 18, 2012 17:23:23 GMT -8
Joachim
Shhh, can't see me.
905
April 2004
izaeah
|
Post by Joachim on Aug 17, 2013 13:25:55 GMT -8
All of it.
|
|
Misaka
Full Member
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
Oct 11, 2024 19:07:51 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Aug 17, 2013 17:40:55 GMT -8
huh
it doesn't look right
|
|
Joachim
Full Member
Shhh, can't see me.
Posts: 905
inherit
23771
0
Nov 18, 2012 17:23:23 GMT -8
Joachim
Shhh, can't see me.
905
April 2004
izaeah
|
Post by Joachim on Aug 17, 2013 17:52:01 GMT -8
It looks fine on my end. I've just retried it in my test board and it put boards next to one another by two.
You have to understand that this is just a basic code that will put the boards side by side, everything else, how they look, how the threads might be bordered, as are the posts in another square and the last post above.. that requires more tweaking, through CSS, html and whatever else, through more poking at that very code. The code does it was requested to do, put them side by side and nothing more at this point.
|
|
Misaka
Full Member
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
Oct 11, 2024 19:07:51 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Aug 17, 2013 17:56:40 GMT -8
ah ok
that makes more sense thank you for explaining more in depth
|
|
Joachim
Full Member
Shhh, can't see me.
Posts: 905
inherit
23771
0
Nov 18, 2012 17:23:23 GMT -8
Joachim
Shhh, can't see me.
905
April 2004
izaeah
|
Post by Joachim on Aug 17, 2013 18:14:35 GMT -8
You're welcome, hopefully if you like the code you can fix it up more to your liking.
|
|
inherit
191814
0
Mar 16, 2014 14:50:31 GMT -8
Incompetent Egoist
Check out All Damned today!
309
March 2013
timeruinsalpha
|
Post by Incompetent Egoist on Oct 14, 2013 12:02:15 GMT -8
Why are they not clickable??
|
|