Not Solved <blank> years of service
#28
Not Solved
(2015-07-19, 09:10 AM)Krytic Wrote: Or:

<setvar years>floor((TIME_NOW-$post['regdate'])/(60*60*24*365))</setvar>
<span class="service-{$GLOBALS['tplvars']['years']}">{$GLOBALS['tplvars']['years']} years of service</span>

(The number will be an integer, ie 1, 2, 3, instead of one, two, three)

Then, in global.css, stuff like this works:

.service-1 {
color: pink;
}

.service-2 {
color: yellow;
}

.service-3 {
color: red;
}

.service-4 {
color: orange;
}

et cetera, where the number is the number of years of service.

(2017-02-14, 07:24 PM)SvePu Wrote: Ok...you're right, but this should work:
<?php
switch($x)
{
  case ($post['regdate']+(60*60*24*30) <= TIME_NOW):
  echo '<div class="postbit-time-1month">1 month on MMH</div>';
  break;
 
  case ($post['regdate']+(60*60*24*62) <= TIME_NOW):
  echo '<div class="postbit-time-2month">2 months on MMH</div>';
  break;
  
  case ($post['regdate']+(60*60*24*182) <= TIME_NOW):
  echo '<div class="postbit-time-halfyear">1/2 year on MMH</div>';
  break;
  
  case ($post['regdate']+(60*60*24*365) <= TIME_NOW):
  echo '<div class="postbit-time-year">1 year on MMH</div>';
  break;
 
  default:
  echo '';
  break;
}
echo $x;
?>



Thanks for the post. a good guide to customize Big Grin

+1.
Cool
Reply


Messages In This Thread
<blank> years of service - by LucidiousXIV - 2015-07-19, 08:02 AM
RE: <blank> years of service - by Sazze - 2015-07-19, 08:15 AM
RE: <blank> years of service - by Krytic - 2015-07-19, 09:10 AM
RE: <blank> years of service - by LucidiousXIV - 2015-07-19, 05:17 PM
RE: <blank> years of service - by Destroy666 - 2015-07-20, 01:04 AM
RE: <blank> years of service - by LucidiousXIV - 2015-07-20, 02:16 AM
RE: <blank> years of service - by Krytic - 2015-07-28, 08:50 AM
RE: <blank> years of service - by luciferakasatan - 2015-11-12, 09:41 PM
RE: <blank> years of service - by Zeeks - 2016-01-08, 10:44 AM
RE: <blank> years of service - by Corey H - 2016-01-08, 12:47 PM
RE: <blank> years of service - by .m. - 2016-01-08, 11:08 AM
RE: <blank> years of service - by Dr_The_One - 2016-01-09, 06:37 AM
RE: <blank> years of service - by Corey H - 2016-01-09, 12:38 PM
RE: <blank> years of service - by Dr_The_One - 2016-08-21, 03:08 AM
RE: <blank> years of service - by Cryptexinside - 2016-08-21, 05:16 PM
RE: <blank> years of service - by eNvy - 2016-08-21, 07:46 PM
RE: <blank> years of service - by Cryptexinside - 2016-08-21, 09:16 PM
RE: <blank> years of service - by Nasyr - 2016-11-22, 10:45 PM
RE: <blank> years of service - by DaNnIbOi - 2017-02-13, 10:10 PM
RE: <blank> years of service - by Corey H - 2017-02-13, 10:34 PM
RE: <blank> years of service - by DaNnIbOi - 2017-02-14, 06:09 PM
RE: <blank> years of service - by SvePu - 2017-02-14, 06:24 PM
RE: <blank> years of service - by DaNnIbOi - 2017-02-14, 06:35 PM
RE: <blank> years of service - by SvePu - 2017-02-14, 07:24 PM
RE: <blank> years of service - by DaNnIbOi - 2017-02-14, 07:41 PM
RE: <blank> years of service - by Livewire - 2017-09-09, 08:06 PM
RE: <blank> years of service - by User 120799 - 2018-12-19, 10:05 PM
RE: <blank> years of service - by DiegoPino - 2020-01-16, 11:12 PM
RE: <blank> years of service - by Kiddo Monster - 2020-06-08, 07:25 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)