inherit
201344
0
Jul 19, 2016 20:31:16 GMT -8
Nyxcatti
26
October 2013
nyxcatti
|
Post by Nyxcatti on Jul 6, 2014 9:33:18 GMT -8
<!-- BOARD LIST REMODEL // CREDIT TO ALISHA OF ADOXOGRAPHY.BOARDS.NET -->
<table class="list" role="grid"> <thead class="boardlist"> <tr> <th class="latest last">Board Name & Info</th> <th class="main">Description & Sub-Boards</th> </tr> </thead> <tbody> {foreach $[board]} {if !$[board.is_redirect]} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="latest last" style="padding-right:0px;"> <table width="100%" class="boardlists" style="border-color:#aaaa77;"> <tr> <td style="vertical-align:middle;"> <span class="boardname">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br /> <div class="threadpost"> {if $[board.threads] == -1}N/A{else}$[board.threads]{/if} thread{if $[board.threads] != 1}s{/if} - {if $[board.posts] == -1}N/A{else}$[board.posts]{/if} post{if $[board.posts] != 1}s{/if} </div> <center><div style="width:50px;height:1px;background-color:#555544;margin:10px;"></div></center> {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> </table> </td> <td class="main"> <table width="100%" class="boardlists"> <tr> <td style="vertical-align:top;"> {if $[board.sub_board]} <div class="sub-boards"> {foreach $[board.sub_board]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>{/foreach} </div> {/if} <div class="description" {if $[board.sub_board]}style="height:70px;overflow:auto;padding-top:5px;"{else}style="height:90px;overflow:auto;"{/if}> $[board.description] </div> </td> </tr> </table> </td> </tr> {else} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="latest last" style="padding-right:0px;"> <table width="100%" class="boardlists" style="border-color:#aaaa77;"> <tr> <td style="vertical-align:middle;"> <span class="boardname">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br /> <center><div style="width:50px;height:1px;background-color:#555544;margin:10px;"></div></center> This board will redirect you to a new location. </td> </tr> </table> </td> <td class="main clickable"> <table width="100%" class="boardlists"> <tr> <td style="vertical-align:top;"> <div class="description"> $[board.description] </div> </td> </tr> </table> </td> </tr> {/if} {/foreach} {if !$[board]} <tr class="last"><td class="last center" colspan="4">No boards were found.</td></tr> {/if} </tbody> </table>
aha. well, that explains it!
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 6, 2014 21:32:02 GMT -8
find this
<td style="vertical-align:middle;"> <span class="boardname">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br />
change to
<td class="main" style="vertical-align:middle;"> <span class="boardname">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br />
|
|
inherit
201344
0
Jul 19, 2016 20:31:16 GMT -8
Nyxcatti
26
October 2013
nyxcatti
|
Post by Nyxcatti on Jul 7, 2014 11:08:39 GMT -8
It's still redirecting me, saying 404 not found. I changed it exactly as you had in your post.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 7, 2014 11:40:01 GMT -8
looks like there is two spots that look the same, so change both
|
|
inherit
201344
0
Jul 19, 2016 20:31:16 GMT -8
Nyxcatti
26
October 2013
nyxcatti
|
Post by Nyxcatti on Jul 7, 2014 17:48:09 GMT -8
I've changed them both. Still no luck. :/
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 7, 2014 20:21:31 GMT -8
post your revised template then. because when I look at the source on your board that cell doesnt have the class name added
|
|
inherit
201344
0
Jul 19, 2016 20:31:16 GMT -8
Nyxcatti
26
October 2013
nyxcatti
|
Post by Nyxcatti on Jul 8, 2014 10:31:59 GMT -8
<!-- BOARD LIST REMODEL // CREDIT TO ALISHA OF ADOXOGRAPHY.BOARDS.NET -->
<table class="list" role="grid"> <thead class="boardlist"> <tr> <th class="latest last">Board Name & Info</th> <th class="main">Description & Sub-Boards</th> </tr> </thead> <tbody> {foreach $[board]} {if !$[board.is_redirect]} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="latest last" style="padding-right:0px;"> <table width="100%" class="boardlists" style="border-color:#aaaa77;"> <tr> <td style="vertical-align:middle;"> <span class="boardname">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br /> <div class="threadpost"> {if $[board.threads] == -1}N/A{else}$[board.threads]{/if} thread{if $[board.threads] != 1}s{/if} - {if $[board.posts] == -1}N/A{else}$[board.posts]{/if} post{if $[board.posts] != 1}s{/if} </div> <center><div style="width:50px;height:1px;background-color:#555544;margin:10px;"></div></center> {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> </table> </td> <td class="main"> <table width="100%" class="boardlists"> <tr> <td style="vertical-align:top;"> {if $[board.sub_board]} <div class="sub-boards"> {foreach $[board.sub_board]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>{/foreach} </div> {/if} <div class="description" {if $[board.sub_board]}style="height:70px;overflow:auto;padding-top:5px;"{else}style="height:90px;overflow:auto;"{/if}> $[board.description] </div> </td> </tr> </table> </td> </tr> {else} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="latest last" style="padding-right:0px;"> <table width="100%" class="boardlists" style="border-color:#aaaa77;"> <tr> <td style="vertical-align:middle;"> <span class="boardname">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br /> <center><div style="width:50px;height:1px;background-color:#555544;margin:10px;"></div></center> This board will redirect you to a new location. </td> </tr> </table> </td> <td class="main clickable"> <table width="100%" class="boardlists"> <tr> <td style="vertical-align:top;"> <div class="description"> $[board.description] </div> </td> </tr> </table> </td> </tr> {/if} {/foreach} {if !$[board]} <tr class="last"><td class="last center" colspan="4">No boards were found.</td></tr> {/if} </tbody> </table>
<!-- BOARD LIST REMODEL // CREDIT TO ALISHA OF ADOXOGRAPHY.BOARDS.NET -->
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 8, 2014 10:35:06 GMT -8
I'm not sure so feel free to wait for Wormo to clarify HOWEVER I believe the one you may need to be adding it to is this:
<td style="vertical-align:middle;">
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 8, 2014 17:47:53 GMT -8
I hilighlighted the area in green in your post. look at what I said to add in red in my previous post.
|
|
inherit
201344
0
Jul 19, 2016 20:31:16 GMT -8
Nyxcatti
26
October 2013
nyxcatti
|
Post by Nyxcatti on Jul 8, 2014 19:41:32 GMT -8
That didn't help.. I tried adding it in both places, as well as <td class="main" style="vertical-align:top;"> <div class="description"> Changing one of them threw the board names off but they all still redirect. equidae.proboards.com
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 8, 2014 20:00:38 GMT -8
are you saving after the template changes, because everytime I go there it is unchanged.
|
|
inherit
201344
0
Jul 19, 2016 20:31:16 GMT -8
Nyxcatti
26
October 2013
nyxcatti
|
Post by Nyxcatti on Jul 8, 2014 20:04:39 GMT -8
yep. :/
<!-- BOARD LIST REMODEL // CREDIT TO ALISHA OF ADOXOGRAPHY.BOARDS.NET -->
<table class="list" role="grid"> <thead class="boardlist"> <tr> <th class="latest last">Board Name & Info</th> <th class="main">Description & Sub-Boards</th> </tr> </thead> <tbody> {foreach $[board]} {if !$[board.is_redirect]} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="latest last" style="padding-right:0px;"> <table width="100%" class="boardlists" style="border-color:#aaaa77;"> <tr> <td class="main" style="vertical-align:middle;"> <span class="boardname">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br /> <div class="threadpost"> {if $[board.threads] == -1}N/A{else}$[board.threads]{/if} thread{if $[board.threads] != 1}s{/if} - {if $[board.posts] == -1}N/A{else}$[board.posts]{/if} post{if $[board.posts] != 1}s{/if} </div> <center><div style="width:50px;height:1px;background-color:#555544;margin:10px;"></div></center> {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> </table> </td> <td class="main"> <table width="100%" class="boardlists"> <tr> <td style="vertical-align:top;"> {if $[board.sub_board]} <div class="sub-boards"> {foreach $[board.sub_board]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>{/foreach} </div> {/if} <div class="description" {if $[board.sub_board]}style="height:70px;overflow:auto;padding-top:5px;"{else}style="height:90px;overflow:auto;"{/if}> $[board.description] </div> </td> </tr> </table> </td> </tr> {else} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="latest last" style="padding-right:0px;"> <table width="100%" class="boardlists" style="border-color:#aaaa77;"> <tr> <td class="main" style="vertical-align:middle;"> <span class="boardname">$[board]</span>{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br />
<center><div style="width:50px;height:1px;background-color:#555544;margin:10px;"></div></center>
This board will redirect you to a new location.
</td> </tr> </table> </td> <td class="main clickable"> <table width="100%" class="boardlists"> <tr> <td style="vertical-align:top;"> <div class="description"> $[board.description] </div> </td> </tr> </table> </td> </tr> {/if} {/foreach} {if !$[board]} <tr class="last"><td class="last center" colspan="4">No boards were found.</td></tr> {/if} </tbody> </table>
<!-- BOARD LIST REMODEL // CREDIT TO ALISHA OF ADOXOGRAPHY.BOARDS.NET -->
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 8, 2014 20:48:30 GMT -8
Guess that wont work then.
I tried. Part of the problem with using a heavily modified template is you run the risk of plugins not working on them. If the author doesnt support their plugin your alternative is to wait for a different plugin to be written. but keep in mind when plugins are written, they are written to follow the standard template and might not work without modifications as well.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 8, 2014 21:36:07 GMT -8
The way I'm thinking of working is asking someone to insert a div around the description area.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 8, 2014 23:41:26 GMT -8
The way I'm thinking of working is asking someone to insert a div around the description area. which is a great plan actually. if you put some of the burden into the person using it to make a modification to their own template, you can easily target that area. Shrike's plugin is looking for the board link, but its using specific default class names to locate that just arent there anymore due to the template mod Nyx is using. so if you had your plugin instead look for a div with class="boardDescImage" instead, it would be easier to place that image, and something around the board link like a font or span tag with class="brdLink" so you can access WHICH board it is currently working with. that would circumvent the problem of try to seek it out via default classes that might not be there.
|
|