• Please take a moment to look over the Suggestions & Feedback rules before making a post: READ RULES HERE

Account Upgrades page - "x days"

Status
Not open for further replies.

High_Stakes_Ads

Failed to resolve a dispute resolution thread.
Joined
Apr 19, 2023
Messages
592
Reaction score
270
found a mini bug!

1222.png

it says "1 days"

it can be easily fixed by:

Code:
$timeINforum = (int) timeINforum; // amount of days registered

if ($timeINforum < 59) {
  echo "days";
}elseif($timeINforum == 59){
  echo "day";
}

Also, another request would be to have a live counter on when I can upgrade to jr vip! :D
 
found a mini bug!

View attachment 263436

it says "1 days"

it can be easily fixed by:

Code:
$timeINforum = (int) timeINforum; // amount of days registered

if ($timeINforum < 59) {
  echo "days";
}elseif($timeINforum == 59){
  echo "day";
}

Also, another request would be to have a live counter on when I can upgrade to jr vip! :D
+300 posts in less than 2 months.

This doesn't look good brav :D
 
Thanks for your suggestion - we'll look into it.
The 1 day(s) is your countdown ;)
Closed.
 
Status
Not open for further replies.
Back
Top