Recent Posts

31written posts
Lorsynthearned bits
offlinecurrently
Lorsynth
New Member
Lorsynth Avatar
"Hail. Praise"
I'm doing some testing on the current interface and would really love some input and screenshots of what it looks like on monitors of different resolutions. I'm working from a widescreen which makes optimising for laptops a bit more difficult. The best browser to suss it out on would be chrome but any browser would help at this stage.

I'm also noticing issues with the spinning globe in the top left and avatars in the right menu, some are seeing them, others aren't. 

I've also done an overhaul of the category display and would love to know if anything seems off, and how easy/difficult the text is to read in the small layout. <3


felthsheart.forums.net/
last edit on Apr 16, 2019 9:23:03 GMT by Lorsynth
31written posts
Lorsynthearned bits
offlinecurrently
Lorsynth
New Member
Lorsynth Avatar
"Hail. Praise"
Bump! If you've got an rp idea that's maybe not fancy enough for a whole forum, or you can't code for hell, check out our staff position 4! We want to set up lots of little RPs within our forum for members to chill out and play around in different settings. I'm happy with any idea, so feel free to come have a chat!
31written posts
Lorsynthearned bits
offlinecurrently
Lorsynth
New Member
Lorsynth Avatar
"Hail. Praise"
Abby Avatar
idk if anyone knows what the Myst series is, but they're a bunch of old puzzle computer games from like the 90's that I absolutely love. Basically it's this universe where different worlds ("Ages") are connected by book portals, but the ability to write these linking books is an ancient fading art invented by the crumbling civilization of D'ni. Only a few people know this practice. Each Age is completely unique and has their own language, culture, technology, and world, but the only way to travel between them is through the linking books, and they're often difficult to find.

I'm not exactly sure how it would play out, but I would love love love to see a world based around the Myst series. There could be several Ages already known with linking books connecting them, but also players could write new Ages or find lost linking books or burn books and just really create and shape the world how they imagine.

There's honestly so much more the it and I'm not even doing it justice but anyway I love Myst k thanks.
I thought everyone had forgotten about this gem. I'm so 1000% behind this.
31written posts
Lorsynthearned bits
offlinecurrently
Lorsynth
New Member
Lorsynth Avatar
"Hail. Praise"
Thank you so much Malachy! I spent a bit of time trying to figure out how to get it to all flow properly, and ended up backtracking on a lot of codes so I'm glad all the fidgeting paid off.

I'm so glad you like the aesthetic too, I've always been a sucker for the old school rpg feel, like Baldur's Gate and the original fallout 1&2 (Among many other gorgeous interfaces). It's actually all designed to go along with an isometric rpg we've been developing and I wanted to bring the same sort of game & stat feel to the forums. I still keep finding things I want to tweak, change and improve but I'm happy it's looking so sleek now, it was really quite clunky in the beginning.
31written posts
Lorsynthearned bits
offlinecurrently
Lorsynth
New Member
Lorsynth Avatar
"Hail. Praise"
I'd be willing to help out with this in a month or so. I've done a few skins before, custom profiles, mini-profiles, boards etc. I'd love the chance to practice more so I can build up a decent portfolio of work. As long as you don't mind being a bit patient with me. <3 My discord is Lorsynth#8776 if you're interested. <3

Examples sta.sh/01rngv0vl4vb
remnantproject.proboards.com/

felthsheart.forums.net/ (Locked but if you tap login you can see some of the front page. <3)
last edit on Feb 6, 2019 4:23:12 GMT by Lorsynth
31written posts
Lorsynthearned bits
offlinecurrently
Lorsynth
New Member
Lorsynth Avatar
"Hail. Praise"
It wont let me save a template because there are too many foreach loops, is there a way around this or to extend this? This is how my coding is set up, I have roughly 30 custom fields, the second lot of code is my attempt at trying to reduce foreachs but it made everything go haywire.



<td><div style="margin-top:4px;width: 80px; height: 18px; overflow: auto; padding: 4px; border: solid 2px #000000; background-color: #393c4d;">{foreach $[post.created_by.custom_field]}



       {if $[post.created_by.custom_field.name] == "First Race"}$[post.created_by.custom_field.value]



{/if}{/foreach}</div></td>



<td><div style="margin-left:13px;margin-top:4px;width: 59px; height: 18px; overflow: auto; padding: 4px; border: solid 2px #000000; background-color: #393c4d;">{foreach $[post.created_by.custom_field]}



       {if $[post.created_by.custom_field.name] == "First Gender"}$[post.created_by.custom_field.value]



{/if}{/foreach}</div></td>



<td><div style="margin-left:6px;margin-top:4px;width: 30px; height: 18px; overflow: auto; padding: 4px; border: solid 2px #000000; background-color: #393c4d;">{foreach $[post.created_by.custom_field]}



       {if $[post.created_by.custom_field.name] == "First Age"}$[post.created_by.custom_field.value]



{/if}{/foreach}</div></td>



<td><div style="margin-left:-31px;margin-top:4px;width: 102px; height: 18px; overflow: auto; padding: 4px; border: solid 2px #000000; background-color: #393c4d;">{foreach $[post.created_by.custom_field]}



       {if $[post.created_by.custom_field.name] == "First Profession"}$[post.created_by.custom_field.value]



{/if}{/foreach}</div></td>


<td>{foreach $[post.created_by.custom_field]}<div style="margin-top:4px;width: 80px; height: 18px; overflow: auto; padding: 4px; border: solid 2px #000000; background-color: #393c4d;">



       {if $[post.created_by.custom_field.name] == "First Race"}$[post.created_by.custom_field.value]{/if}



</div></td>



<td><div style="margin-left:13px;margin-top:4px;width: 59px; height: 18px; overflow: auto; padding: 4px; border: solid 2px #000000; background-color: #393c4d;">



       {if $[post.created_by.custom_field.name] == "First Gender"}$[post.created_by.custom_field.value]{/if}



</div></td>



<td><div style="margin-left:6px;margin-top:4px;width: 30px; height: 18px; overflow: auto; padding: 4px; border: solid 2px #000000; background-color: #393c4d;">



       {if $[post.created_by.custom_field.name] == "First Age"}$[post.created_by.custom_field.value]{/if}



</div></td>



<td><div style="margin-left:-31px;margin-top:4px;width: 102px; height: 18px; overflow: auto; padding: 4px; border: solid 2px #000000; background-color: #393c4d;">



       {if $[post.created_by.custom_field.name] == "First Profession"}$[post.created_by.custom_field.value]{/if}



{/if}</div>{/foreach}</td>


31written posts
Lorsynthearned bits
offlinecurrently
Lorsynth
New Member
Lorsynth Avatar
"Hail. Praise"
I reset all of the other templates together and only turned on the board remodel and it still wasn't working right. So I'm fairly sure the issue isn't with one of those or that would have solved the issue. Same with plugins, I turned all those off but the issue still stood. The code on its own works fine on the tester, unless it's a combination of plugins and templates together (I didn't reset all templates and turn off all plugins at the same time)

Edit: Turned reset all the templates, turned off all the plugins, cleared all the headers and footers, still an issue? Very confusing. Here's the remodel code just in case? Logic says that'd be the issue, I just don't understand why it works on the tester?

(Thank you for the help, I'm having no luck with this on my own.)

<table class="list" role="grid">
<tbody>
    {foreach $[board]}
{if !$[board.is_redirect]}
<tr id="$[board.content_id]" class="$[board.content_class]">
<td>
   
   <div style="width:950px;height:30px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center><font size="5"><a href="$[board.href]">$[board.display_name]</a></font></center>
</div><div class="NavGaps">x</div>
   
 <table>
<tbody>
<tr class="spaceUnder">
<td> <div style="width:108px;height:108px;overflow:auto;padding:0px;border:2px solid #17181d;background-color:#393c4d;">$[board.last_thread.last_post.created_by.avatar]</div><div class="NavGaps">x</div><div style="width:100px;height:99px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;">$[board.icon]</div><div class="NavGaps">x</div></td>
   
   <td>
 
 <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><div class="NavGaps">x</div>
 
 
 <div style="width:696px;height:145px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><div class="NavigatorContentAreas2">$[board.description]
   
   </div></div><div class="NavGaps">x</div>
 
 <div style="width:696px;height:18px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;">{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}</div><div class="NavGaps">x</div>
 </td>
 
 <td>
 <table>
<tbody>
   <tr>
<td><div style="width:30px;height:29px;overflow:ellipsis;padding:4px;border-bottom:solid 2px #17181d;border-left:solid 2px #17181d;border-top:solid 2px #17181d;border-right:solid 0px #ffc24f;background-color:#262934;"><center><font size="5">☀</font></center></div><div class="NavGaps">x</div> </td>
<td><div style="width:160px;height:29px;overflow:ellipsis;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center>No Events</center></div><div class="NavGaps">x</div></td>
</tr>
<tr>
<td><div style="width:30px;height:29px;overflow:ellipsis;padding:4px;border-bottom:solid 2px #17181d;border-left:solid 2px #17181d;border-top:solid 2px #17181d;border-right:solid 0px #ffc24f;background-color:#262934;"><center><font size="5">☀</font></center></div><div class="NavGaps">x</div> </td>
<td><div style="width:160px;height:29px;overflow:ellipsis;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center>No Events</center></div><div class="NavGaps">x</div></td>
</tr>
 <tr>
<td><div style="width:30px;height:29px;overflow:ellipsis;padding:4px;border-bottom:solid 2px #17181d;border-left:solid 2px #17181d;border-top:solid 2px #17181d;border-right:solid 0px #17181d;background-color:#262934;"><center><font size="5">☉</font></center></div><div class="NavGaps">x</div></td>
<td><div style="width:160px;height:29px;overflow:ellipsis;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center>$[board.num_viewing] Viewers</center></div><div class="NavGaps">x</div></td>
</tr>
 <tr>
<td><div style="width:30px;height:29px;overflow:ellipsis;padding:4px;border-bottom:solid 2px #17181d;border-left:solid 2px #17181d;border-top:solid 2px #17181d;border-right:solid 0px #17181d;background-color:#262934;"><center><font size="5">♢</font></center></div><div class="NavGaps">x</div></td>
<td><div style="width:160px;height:29px;overflow:ellipsis;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center>{if $[board.threads] == -1}N/A{else}$[board.threads]{/if} Threads</center></div><div class="NavGaps">x</div></td>
</tr>
 <tr>
<td><div style="width:30px;height:29px;overflow:ellipsis;padding:4px;border-bottom:solid 2px #17181d;border-left:solid 2px #17181d;border-top:solid 2px #17181d;border-right:solid 0px #17181d;background-color:#262934;"><center><font size="5">♦</font></center></div><div class="NavGaps">x</div></td>
<td><div style="width:160px;height:29px;overflow:ellipsis;padding:4px;border:2px solid #17181d;background-color:#393c4d;"><center>{if $[board.posts] == -1}N/A{else}$[board.posts]{/if} Posts</center></div><div class="NavGaps">x</div></td>
</tr>
</tbody>
</table>
 
 

 
 
 
 </td>

 
 
 
 
 </tr>
</tbody>
</table>
   
   <div style="width:950px;height:15px;overflow:auto;padding:4px;border:2px solid #17181d;background-color:#393c4d;vertical-align:middle;">{if $[board.sub_board]}
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}{/if}
</div></td>
</tr>
   
    {/if}
   {/foreach}
{if !$[board]}
   <tr class="last"><td class="last center" colspan="5">No boards were found.</td></tr>
{/if}
</tbody>
   

 
</table>  
last edit on Jan 25, 2019 23:55:12 GMT by Lorsynth