Jump to content

Looking for Years of Service or Years of Flaking?


mr-pimpen

Recommended Posts

I am looking for the code for Years of Flaking like webflake as I been trying to get this since 2016 there are different forums that have this.

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

<div class="custom">
 {{$date_joined = floor((strtotime("now")-strtotime("{$comment->author()->joined}"))/86400) ;}}  
<span class="leftinfo"><i class="fa fa-calendar"></i> $time of fappig:</span>
<span class="rightinfo">{$date_joined} Days</span>
</div>              

Tho you will need to make a check for month and year, and replace  "Days/Months/years" depending on that This currently is for days

Edited by S!r.ReaDy
  • Upvote 1
Link to comment
Share on other sites

  • 4 weeks later...
On 8/5/2019 at 3:20 PM, S!r.ReaDy said:

<div class="custom"> {{$date_joined = floor((strtotime("now")-strtotime("{$comment->author()->joined}"))/86400) ;}} <span class="leftinfo"><i class="fa fa-calendar"></i> $time of fappig:</span> <span class="rightinfo">{$date_joined} Days</span> </div>


<div class="custom">
 {{$date_joined = floor((strtotime("now")-strtotime("{$comment->author()->joined}"))/86400) ;}}  
<span class="leftinfo"><i class="fa fa-calendar"></i> $time of fappig:</span>
<span class="rightinfo">{$date_joined} Days</span>
</div>              

Tho you will need to make a check for month and year, and replace  "Days/Months/years" depending on that This currently is for days

How would i go about adding this pal what else would i need to add

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...