Please login or register. Welcome to the Studio, guest!


Quick Links:



Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
The select all banner's is awesome. I didn't realize you could select multiple.
You can even select the ones you want :o OMG!!

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
(NOTE: This is copy and pasted from PBS, so the updates listed at the bottom, are from when editing that post. Hence "August 2013" for example.)





PREVIEW:



Admin > Themes > Layout Templates > Home
On a default theme, scroll down to line 25, and replace EVERYTHING from line 25 below, with the following:

Thanks to @smashmaster3 for correcting an error I was unaware of (2 technically).
<!-- Slimline Info Center by Stinky666 - http://smangii.proboards.com / Do not remove this header -->
{if $[show_stats]}
<div class="container stats">
   <div class="title-bar">
   </div>
   <div class="content">
       <table>
           <tbody>
               <tr>
                   <td width="30%" style="padding: 5px 10px 5px 10px;">
                       <table>
                           <tbody>
                               {if $[last_updated_thread]}
                               <tr>
                                   <td>
                                       <b>Last Update:</b><a href="$[last_updated_thread.recent_link.href]" class="lastpost"> $[last_updated_thread.subject]</a><br />
                                       <b>Updated by:</b> $[last_updated_thread.last_post.created_by_user]<br />
                                       <b>When:</b> $[last_updated_thread.last_post.date]
                                   </td>
                               </tr>
                               {/if}
                           </tbody>
                       </table>
                   </td>
                   <td width="25%" style="padding: 5px 10px 5px 10px;">
                       <table>
                           <tbody>
                               <tr>
                                   <td>
                                       <b>Threads:</b> $[total_threads]<br />
                                       <b>Posts:</b> $[total_posts]<br />
                                       View our <a href="$[recent_posts_link.href]"><u>most recent</u></a>
                                   </td>
                               </tr>
                           </tbody>
                       </table>
                   </td>
                   <td width="20%" style="padding: 5px 10px 5px 10px;">
                       <table>
                           <tbody>
                               <tr>
                                   <td>
                                       <b>Categories:</b> $[category.length]<br /><b>Boards:</b>
                                       <script type="text/javascript">
                                           document.write($(".board").length);
                                       </script>
                                       <br />
                                       <b>Sub-Boards:</b>
                                       <script type="text/javascript">
                                           document.write($(".sub-boards a").length);
                                       </script>
                                   </td>
                               </tr>
                           </tbody>
                       </table>
                   </td>
                   <td width="25%" style="padding: 5px 10px 5px 10px;">
                       <table>
                           <tbody>
                               <tr>
                                   <td>
                                       <b>Members:</b> $[total_members]<br />
                                       <b>Newest:</b> $[newest_user]<br />
                                       view today's <a href="/members?dir=asc&sort=name&view=birthdays">birthdays</a>
                                   </td>
                               </tr>
                           </tbody>
                       </table>
                   </td>
               </tr>
               <td colspan="4">
                   <table>
                       <tbody>
                           <tr>
                               <td style="padding: 10px 10px 10px 10px;">
                                   <table>
                                       <tbody>
                                           {foreach $[online_user]}
                                           $[online_user]{if $[online_user.invisible]} <span class="small">(ninja)</span>{/if}$[online_user.comma]
                                           {/foreach}
                                           {if $[total_staff_online] == 0}
                                           {if $[total_members_online] == 0}
                                           There are currently no members online.
                                           {/if}
                                           {elseif $[total_members_online] == 0}
                                           {if $[total_staff_online] == 0}
                                           There are currently no members online.
                                           {/if}
                                           {/if}
                                           {if $[total_online_not_shown]}
                                           , and <a class="$[view_active_members_link.class]" href="$[view_active_members_link.href]">$[total_online_not_shown] more...</a>
                                           {/if}
                                       </tbody>
                                   </table>
                               </td>
                           </tr>
                       </tbody>
                   </table>
               </td>
               <tr>
                   <td colspan="4" style="padding: 5px 10px 5px 10px; border-top: 1px dashed #3a474d;">
                       <table>
                           <tbody>
                               <tr>
                                   <td>
                                       <table>
                                           <tbody>
                                               <tr>
                                                   <td width="33%" style="text-align: center;">
                                                       <a href="/members?dir=desc&sort=last_online&view=online">Currently Online:</a> <a href="#" class="onlinetotal" title="$[total_staff_online] Staff, $[total_members_online] Member{if $[total_members_online] != 1}s{/if}"><u>$[total_online]</u></a> ($[total_guests_online] {if $[view_guests_online_link]}<a href="#" class="$[view_guests_online_link.class]">guest{if $[total_guests_online] != 1}s{/if}{/if}</a>)
                                                   </td>
                                                   <td width="34%" style="text-align: center;">
                                                       <a href="/members?dir=desc&sort=last_online&view=today">Online in the Last 24hrs:</a> <a href="#" class="onlinetotal24" title="$[total_staff_online_24] Staff, $[total_members_online_24] Member{if $[total_members_online_24] != 1}s{/if}, $[total_guests_online_24] Guest{if $[total_guests_online_24] != 1}s{/if}"><u>$[total_online_24]</u></a>
                                                   </td>
                                                   <td width="33%" style="text-align: center;">
                                                       Most users online: $[most_users_online]
                                                   </td>
                                               </tr>
                                           </tbody>
                                       </table>
                                   </td>
                               </tr>
                           </tbody>
                       </table>
                   </td>
               </tr>
           </tbody>
       </table>
   </div>
</div>
{/if}




Now go to Admin > Themes > Advanced Styles and CSS > Style Sheet.
Find line 1260, and you should see: /* Info Centers */
If you don't see that, or can't find it for any reason, simply hit ctrl+f, then type in Info Centers. Press enter, and it should take you to it.


In the same area and add the following to the very bottom:
.stats .content > table > tbody > tr > td { border: @info_inner_border; border-right-width: 0px; border-bottom-width: 0px; width: auto; }
.stats .content > table > tbody > tr > td:first-child { border-left-width: 0px; width: auto; }



Finally, scroll to the very bottom and press enter once or twice, and paste the following in:

/**************************************************************************
*           Users Online + Last 24hrs Legend                             *
**************************************************************************/
/* Users Online Total */
a.onlinetotal {
 position: relative;
 text-decoration: none;
}
a.onlinetotal:hover:before {
 display: inline-block;
 position: absolute;
 padding: .5em;
 content: attr(title);
 min-width: auto;
 text-align: center;
 width: auto;
 height: auto;
 white-space: nowrap;
 top: -32px;
   right: -80px;
 background: rgba(255, 255, 255,.8);
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border-radius: 2px;    
 color: #000000;
 font-size: .86em;
   .box-shadow(0px, 1px, 4px, @shadow_color);
}
a.onlinetotal:hover:after {
 position: absolute;
 display: inline-block;
 content: "";  
 border-color: rgba(255, 255, 255,.8) transparent transparent transparent;
 border-style: solid;
 border-width: 6px;
 height:0;
 width:0;
 position:absolute;
 top: -8px;
 left: -2px;
}

/* Users Online in 24hrs Total */
a.onlinetotal24 {
 position: relative;
 text-decoration: none;
}
a.onlinetotal24:hover:before {
 display: inline-block;
 position: absolute;
 padding: .5em;
 content: attr(title);
 min-width: auto;
 text-align: center;
 width: auto;
 height: auto;
 white-space: nowrap;
 top: -32px;
   right: -80px;
 background: rgba(255, 255, 255,.8);
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border-radius: 2px;    
 color: #000000;
 font-size: .86em;
 .box-shadow(0px, 1px, 4px, @shadow_color);
}
a.onlinetotal24:hover:after {
 position: absolute;
 display: inline-block;
 content: "";  
 border-color: rgba(255, 255, 255,.8) transparent transparent transparent;
 border-style: solid;
 border-width: 6px;
 height:0;
 width:0;
 position:absolute;
 top: -8px;
 left: -2px;
}


If you need assistance for editing the colours, leave a reply asking :)





Updates...
[2nd August 2013]: Moved "Guests", and added link for Guest IPs.


Last Edit: Jan 20, 2014 11:48:43 GMT by Stinky666

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Figured I may as well post 2 mods here that I have done on themes..





PREVIEW:
http://i.imgur.com/JG8rgQ0.png





Start off by going to: Admin > Themes > Layout Templates > Board, and then select the Board List tab.
Replace EVERYTHING in this tab, with the below (use ctrl+a to select all, and then backspace/delete):

<!--Board List Remodel by Stinky666 - http://smangii.proboards.com-->
<table class="list" role="grid">
<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">
<span class="link"><a href="$[board.href]">$[board.icon] $[board.display_name]</a> <!--<font color="#6f8992">({if $[board.posts] == -1}post and thread stats{else}$[board.posts] posts |{/if} {if $[board.threads] == -1}hidden){else}$[board.threads] threads)</font> {/if}-->
{if $[board.num_mods]}

<div style="clear: right; float: right; text-align: right;"> Led By{if $[board.num_mods] != 1}{/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>

{/if}
</span><br />
<p class="description">$[board.description]</p>
<div id="lastpost3" class="last post">
{if $[board.posts] > 0}

{if $[board.last_thread]}
$[board.last_thread.last_post.created_by_user] replied to <font color="c1f93e">'</font>$[board.last_thread.recent_link]<font color="c1f93e">'</font>
<span class="date">$[board.last_thread.last_post.date]</span>
{/if}
{else}
<i>No posts have been made in this board</i>
{/if}
<div style="clear: right; float: right; text-align: right;"><font color="#6f8992">(<b>$[board.posts]</b> post{if $[board.posts] != 1}s{/if} in <b>$[board.threads]</b> thread{if $[board.threads] != 1}s{/if})</font>
</div>
{if $[board.sub_board]}
<tr style="background-color: #3a474d;"><td style="padding: 2px 14px;"><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></td></tr>
{/if}
{else}
<tr id="$[board.content_id]" class="$[board.content_class]">
<td class="icon">$[board.icon]</td>
<td class="main 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}</div>

</td>
</tbody>
</table>






Now go to Admin > Themes > Advanced Colors & CSS > Style Sheet.
Scroll to the very bottom and hit enter a few times to make a gap, and insert the following:

/* Alignment for Stinky666 Board List Remodel */
.main .link img {
vertical-align: bottom;
display: inline-block;
margin-bottom: -11px;
}
/* Sub-boards Link Colour */
.sub-boards a { color: #e0e0e0;
}

/* Last Post */
#lastpost3 {
background-color: #43545B;
border-bottom: 1px solid #43545B;
border-top: 1px solid #43545B;
height: 14px;
margin-left: 0;
margin-top: 0;
padding: 4px;
}



For all of the above, you just need to edit HEX codes (highlighted in blue), to match your forums colours.


Last Edit: Jan 16, 2014 22:17:13 GMT by Stinky666

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Chris Avatar

You'll notice that I'm not actively working on converting the other skins.  That's only temporary, but it isn't my highest priority.  It's better to learn more about PBv5 by perfecting v1.  After that we can jump into converting the remaining skins.



Couldn't agree more. No point rushing to get multiple themes done, to have errors on them all, and it be harder to fix stuff. I really like how this theme looks A LOT like V4 still. I mean, when I cam back today I was like "what the.. I could've sworn they converted to V5", then I had to look at the Nav Tree to see if it was V5 or not lol :P

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Where it says Location and also Joined, wouldn't the best solution be one of two, either center the words for the mini profile, for everything such as "Posts:" "Points:" etc and then have it on a new line automatically, or align/float the images left (more so at least).

Contact + Location are more on the left than the others, but moving them further left could help, and maybe even reduce the font size ? (not for the words "location" etc since I know they are a pixel font and image. It may mean having to redo the divider image though, but that's easy enough.

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
- Action Bar is actually something I really like and find useful. You guys have removed it so now it's strange lol.
- I rather like the navigation tree, too.


Then the stuff you guys have listed also.

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Chris Avatar
Stinky666 Avatar
Large signatures seem to go out of the correct area (Aka. signature area):
i.imgur.com/vF6XSrt.png

Version 31.0.1650.63 m
Technically a violation of forum rules. :( I'll reach out to Smangii


hehe 's gonna get a spanked bottom? I would have thought something like that would resize automatically. Also, to be fair, he had signatures disabled lol.


Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Large signatures seem to go out of the correct area (Aka. signature area):
i.imgur.com/vF6XSrt.png

Version 31.0.1650.63 m

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Happy belated birthday. Although I did wish you it on your actual day :)

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
You can indeed opt out until December of 2013. So lets hope Chris has clicked the opt out button in the Admin Panel :o

PB, as it gets closer to launch is having lots more problems, it's annoying.

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Lucifer Avatar
Having watched this finally, I still have no idea what the fuck you're talking about in your post, Stinky. :P I mean, I can maybe think of 2 things that were like plot twists if that's what you mean by spoilers, but that's all I can decipher from your post. :P


Exactly it :P


Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Well I saw this the other day. Decent enough story line but definitely far from anything special. Nothing really surprised me except for one thing. There's only really 2 spoilers. One of which was VERY obvious, the other also obvious yet not necessarily something you will see.

Overall, a good watch, but not worth wasting your money on.

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Just bumping this up with the new trailer - trailer 3

YouTube Video


Seriously. This looks amazing. Absolutely.

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
⸗April⸗ Avatar
I'm assuming you're excluding the Harry Potter films also? :P Because I think those "sequels" were well-done. Though technically they're not really sequels. Okay, I'm getting off track here.

I agree with what Lucifer said, they usually put more effort into the first and the original stuff has already been used. Pretty much sums it up very nicely. :D



There are definitely certain exceptions. Although the Harry Potter series isn't a set of sequels, it kind of is in a sense. The reason they worked well, and actually got better is the simple fact they got older (the actors/characters), and it had more to it etc.

But typically, sequels definitely don't usually work at all. There's far far more (unfortunately) that are terrible, than what are actually good.

Of course, there are also some sequels that are still great, but not as good as the original.

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
I got Vergil's Downfall DLC, and I gotta admit. At first it was weird getting used to his moves and such, but I really do love using him now. I have it completed on Vergil Must Die, and the others. I just need to do Hell and Hell mode. I'm currently stuck on the Boss fight. Fighting myself is very difficult :(