Recent Posts

pronounsno preference /o/
298written posts
offlinecurrently
k̾u̾r̾a̾ 💩
Senior Member
k̾u̾r̾a̾ 💩 Avatar
perhaps i am faint glimmer —
I dont even know how I get through the day sometimes
somewhere between [incoherent babbling] and [aggressive screaming], I make it out to see another week of [fart noises]
pronounsno preference /o/
298written posts
offlinecurrently
k̾u̾r̾a̾ 💩
Senior Member
k̾u̾r̾a̾ 💩 Avatar
perhaps i am faint glimmer —
M A E ! Avatar
tfw i want to write but what i want to write isnt things people are waiting for so i'm not going to write it as punishment to myself


write it for yourself bitch
pronounsno preference /o/
298written posts
offlinecurrently
k̾u̾r̾a̾ 💩
Senior Member
k̾u̾r̾a̾ 💩 Avatar
perhaps i am faint glimmer —
/deep inhale/

aaaaaaaaaaaaaaaaaaaaaaaaaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA




ok. back to your regularly scheduled programming
pronounsno preference /o/
298written posts
offlinecurrently
k̾u̾r̾a̾ 💩
Senior Member
k̾u̾r̾a̾ 💩 Avatar
perhaps i am faint glimmer —
unless you've figured it out, try this code. hOpefully it works as intended now

i noticed you had an odd number of if tags bc i deleted the one that printed as text w h o o p s so i went back through the code and noticed you had an extra {/if} hanging in this portion due to the fact that you ended the if/else statement early by adding a {/if} before {else}

div style="width:696px;height:18px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;">{if $[board.posts] > 0}
                         
                               $[board.last_thread.recent_link]{/if}                   {else}
                           No posts have been made on this board.
                       {/if} by $[board.last_thread.last_post.created_by] $[board.last_thread.last_post.created_on]</div>
pronounsno preference /o/
298written posts
offlinecurrently
k̾u̾r̾a̾ 💩
Senior Member
k̾u̾r̾a̾ 💩 Avatar
perhaps i am faint glimmer —
no worries that's what a fresh pair of eyes are for ~


{if $[board.num_mods]}
                                   Moderator/s{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}


this is the part of your code that's breaking your board. i'm not sure why because i've never had a moderator portion to my board mods but everything works hunky dorey as soon as i remove it. it seems to work fine if you have the moderator list filled out, as you do on your test site; but when it's empty, it makes the page go haywire. if you want to keep it, i have had some success replacing it with the stock code taken off proboards' default template:

{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}


however it prints a random {/if}{/foreach} at the top of my board list that i haven't figured out how to get rid of yet. otherwise, the rest of your board mod seems to work as planned


edit; i found those pesky tags here's the working code
last edit on Jan 26, 2019 2:03:44 GMT by k̾u̾r̾a̾ 💩
pronounsno preference /o/
298written posts
offlinecurrently
k̾u̾r̾a̾ 💩
Senior Member
k̾u̾r̾a̾ 💩 Avatar
perhaps i am faint glimmer —
filling my desk at work w cup ramen so i don't have to wander out into the freezing cold for lunch is an Adult Mood
filling my desk w bagged ramen to maximize the ramen to volume ratio and bringing a bowl to work to eat it with would be an Adultier Mood but i'm not sure i'm ready for that level of responsibility yet
last edit on Jan 25, 2019 23:12:22 GMT by k̾u̾r̾a̾ 💩
pronounsno preference /o/
298written posts
offlinecurrently
k̾u̾r̾a̾ 💩
Senior Member
k̾u̾r̾a̾ 💩 Avatar
perhaps i am faint glimmer —
It looks like your tables aren't being given end tags correctly on your main site which could be part of the reason why the remodel isn't showing up correctly. On your site, if you inspect element on one of the tables and hover over part of the code, you'll see that the entire page gets highlighted instead of that specific table (it highlights correctly on your test site). If you post your board remodel code, I can take a look at it.

EDIT; on second thought, it might be clashing with codes on some of your other templates, so you might want to check those too. Did you reset them all at the same time or one by one? you can also put your remodel code back piece by piece so you narrow down what's causing the trouble
last edit on Jan 25, 2019 21:55:58 GMT by k̾u̾r̾a̾ 💩
pronounsno preference /o/
298written posts
offlinecurrently
k̾u̾r̾a̾ 💩
Senior Member
k̾u̾r̾a̾ 💩 Avatar
perhaps i am faint glimmer —
it would be helpful to see what the remodel is supposed to look like, as opposed to what i'm looking at.

at a glance, the width on your .boards .threads{} css class is 9%, which is why the thread list won't span the full length of the forum.