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


Quick Links:



Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009


You honestly can't see?
As a coder, you know that 5px does not equal to that. Look at how huge that gap is, it's a lot more than 5px :P

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Chris Avatar
Stinky666 Avatar
These work perfectly, so thankies :D

Edit:
Any chance of more stats, for example "avg posts per topic" and "avg posts per board" ?


<script type="text/javascript">var posts = "$[total_posts]".replace(/,/g,"")-0; var threads = "$[total_threads]".replace(/,/g, "")-0; document.write((posts/threads).toPrecision(4)); </script>

Wherever you want it to appear on the main page. :)


You're awesome. Thanks :D

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
It partly works.
5px gap:
i.imgur.com/956YyTx.jpg

35px gap:
i.imgur.com/sxBx0Fi.jpg

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Chris, what would be the easiest way to increase or decrease the gap size for the posts?
Is there something I can add somewhere to do this? Much appreciated.

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Hey chris. I'm using this

<script type="text/javascript">document.write($(".board .icon img[title^='New']").length);</script>

But since adding the below it has stopped working:

                       <span class="moderators">
                       {if $[board.icon.title] == "New Posts"}
                               <span style="color: #8f8c85; background-color: #1a1918; margin-left: -3px; margin-bottom: 5px;">new</span>
                       {/if}



Edit:
Got this fixed now =D


Last Edit: Feb 8, 2013 1:43:45 GMT by Stinky666

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
The only experience I had with DMC was DMC 4 demo, and I really enjoyed that.
I never got the game, even though I did want it, but I tried the DmC demo yesterday, and I seriously loved it.

If it wasn't so expensive, I would get it for sure.
I do indeed love the pull stuff too, nd the combo's are great. I love the demons that have the chainsaw, and come at you. I cracked up laughing in a "wtf" way when they first did it to me haha.

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Chris Avatar
I love how you guys describe the skins by the two largest features of ALL the skins... you know, our motto and the japanese. :P

But alrighty. I'll try to get us upgraded as soon as the templates are done. The only thing that might not be done are the new smilies.


We like to be helpful :P
Smilies, most of them transfer over, it's only a couple that don't.

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Texas Avatar
Do you have yootil installed on your forum?


I assumed I did, because I used other plugins that uses it.
But I remember removing loads of plugins haha.

Works :D Thanks

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Wooohoo. thank you. :D

Slight problem though haha.
exdat.freemessageboards.com/
When I select a theme and click "accept", it does nothing at all. So far I have left it for about 5mins, and nadda :-/


I use Firefox

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Not sure what skin I am using but it says "zero barriers. zero limits" on the banner.
Personally I would say, even if you have all themes done and ready, wait for more bugs etc to be ironed out first.

But hey, it's up to you guys at the end of the day :P

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Bahahahahahahahahahahaaaa that makes more sense :P
Ok done and the result is...

*drum roll*

it works :D
Cheers ears

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
Wouldn't recopying just break the & again though?
I will do anyway but this time it's the entire Post List tab




Last Edit: Jan 15, 2013 12:35:34 GMT by Stinky666

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
I did save. It's been in there ever since I replied, and nothing.
See exdat.freemessageboards.com/thread/10411/kittens?scrollTo=85469&page=1


Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
I only noticed a little while ago, but this actually doesn't work for me :(

Edit:

<div class="content-head ui-helper-clearfix">
<div class="info">
                           <span class="thread-link">$[post.thread]</span>
<span id="post-text-$[post.id]" class="post-method"></span>
<script type="text/Javascript">
{if $[post.index] == 0}
var post = { page: location.href.match(/page=(\d+)/)?RegExp.$1-0:1, index: 0 };
{/if}
var index = (post.page-1)*15 + post.index++;
if(!location.href.match(/(\?|\&)q=/) && proboards.data("route").name == "thread"){
$("#post-text-$[post.id]").html(index == 0?"Thread started on ":"Reply #"+index+" on ");
}
</script>

<span class="date">$[post.date]</span>


What I have..


Last Edit: Jan 14, 2013 12:15:50 GMT by Stinky666

Stinky666

Stinky666 Avatar

****
Senior Member

422


December 2009
These work perfectly, so thankies :D

Edit:
Any chance of more stats, for example "avg posts per topic" and "avg posts per board" ?


Last Edit: Jan 14, 2013 12:16:36 GMT by Stinky666