Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 7:24:29 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 1, 2014 11:47:01 GMT -8
I am requesting support. I would like a code for selected individual outer table borders. I want it to show on the homepage. I want it to also show on that specified page.
|
|
inherit
213990
0
Aug 29, 2019 10:08:59 GMT -8
Hernandez
162
September 2014
ziden
|
Post by Hernandez on Nov 2, 2014 3:46:33 GMT -8
I think this is impossible , Here is the code to inster the table boards , but cant put boards in it
<table class="list" role="grid"> <thead> <tr> <th class="icon"></th> <th class="main">Board</th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </thead> <tbody> {foreach $[board]} {if !$[board.is_redirect]} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="icon">$[board.icon]</td> <td class="main clickable"> <span class="link">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br /> <div class="board-description">$[board.description]</div> {if $[board.num_mods]} <p class="moderators"> Moderator{if $[board.num_mods] != 1}s{/if}: {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} </p> {/if} {if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>$[board.sub_board.comma] {/foreach} </p> {/if} </td> <td class="threads">{if $[board.threads] == -1}N/A{else}$[board.threads]{/if}</td> <td class="posts">{if $[board.posts] == -1}N/A{else}$[board.posts]{/if}</td> <td class="latest last"> {if $[board.posts] > 0} {if $[board.last_thread]} $[board.last_thread.recent_link]<br /> by $[board.last_thread.last_post.created_by]<br /> <span class="date">$[board.last_thread.last_post.created_on]</span> {/if} {else} No posts have been made on this board. {/if} </td> </tr> {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>
|
|
Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 7:24:29 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 2, 2014 4:58:13 GMT -8
I think this is impossible , Here is the code to inster the table boards , but cant put boards in it WO Said: Thank you for trying. WO Asked: Does my request belongs with tech support ? <table class="list" role="grid"> <thead> <tr> <th class="icon"></th> <th class="main">Board</th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </thead> <tbody> {foreach $[board]} {if !$[board.is_redirect]} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="icon">$[board.icon]</td> <td class="main clickable"> <span class="link">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br /> <div class="board-description">$[board.description]</div> {if $[board.num_mods]} <p class="moderators"> Moderator{if $[board.num_mods] != 1}s{/if}: {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} </p> {/if} {if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>$[board.sub_board.comma] {/foreach} </p> {/if} </td> <td class="threads">{if $[board.threads] == -1}N/A{else}$[board.threads]{/if}</td> <td class="posts">{if $[board.posts] == -1}N/A{else}$[board.posts]{/if}</td> <td class="latest last"> {if $[board.posts] > 0} {if $[board.last_thread]} $[board.last_thread.recent_link]<br /> by $[board.last_thread.last_post.created_by]<br /> <span class="date">$[board.last_thread.last_post.created_on]</span> {/if} {else} No posts have been made on this board. {/if} </td> </tr> {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>
|
|
Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 7:24:29 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 2, 2014 14:22:13 GMT -8
BUMP
|
|
Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 7:24:29 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 6, 2014 12:08:31 GMT -8
I think this needs tech support. Is it possible to move this thread to that board?
|
|
Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 7:24:29 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 6, 2014 12:09:08 GMT -8
BUMP
|
|
inherit
213990
0
Aug 29, 2019 10:08:59 GMT -8
Hernandez
162
September 2014
ziden
|
Post by Hernandez on Nov 20, 2014 6:04:09 GMT -8
are u talking about this
<TABLE BORDER=1 RULES=NONE FRAME=BOX>
|
|
Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 7:24:29 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 20, 2014 8:28:03 GMT -8
This thread was not moved to support. I posted my outside boarders on the support board. This has been resolved.
Thank you for your replies.
|
|
inherit
194160
0
Mar 23, 2015 9:54:45 GMT -8
blc
2,641
May 2013
blc
|
Post by blc on Nov 20, 2014 13:31:59 GMT -8
This thread was not moved to support. I posted my outside boarders on the support board. This has been resolved.
Thank you for your replies. It probably belongs in the coding and development area for template or code changes, not tech support.
|
|