Code: Select all
$boarddays = (time() - $config['board_startdate']) / 86400;
Code: Select all
$boarddays = ceil((time() - $config['board_startdate']) / 86400);
I only have subsilver2 themes, works fine. Just don't forget the edit in the subsilver2 xml file and everything should work finewolf2009 wrote:is this mod compatible with a subsilver2 based theme ?
I'm trying to install it on my site here
http://alienbabeltech.com/abt/index.php
Code: Select all
{TOTAL_POSTS}
Code: Select all
{POSTS_PER_DAY}
Code: Select all
•
Code: Select all
|
i got the first part to add {POSTS_PER_DAY} before {TOTAL_POSTS} in that line.MartectX wrote:Just search forand In-line Add beforeCode: Select all
{TOTAL_POSTS}
Depending on your style insertCode: Select all
{POSTS_PER_DAY}
orCode: Select all
•
between the two.Code: Select all
|
If you made the edits I posted you are done.wolf2009 wrote:What I didn't get is the style part.
MartectX wrote:If you made the edits I posted you are done.wolf2009 wrote:What I didn't get is the style part.
Users browsing this forum: No registered users and 14 guests