(2017-02-14, 06:24 PM)SvePu Wrote: Please, try this:
<if $post['regdate']+(60*60*24*30) <= TIME_NOW then> <div class="postbit-time-1month">1 month on MMH</div> <elseif $post['regdate']+(60*60*24*61) <= TIME_NOW then> <div class="postbit-time-2month">2 months on MMH</div> <elseif $post['regdate']+(60*60*24*182) <= TIME_NOW then> <div class="postbit-time-halfyear">1/2 year on MMH</div> <elseif $post['regdate']+(60*60*24*365) <= TIME_NOW then> <div class="postbit-time-year">1 year on MMH</div> </if>
It got rid of the 2 boxes but it's left me on "1 month" yet i've been a member over 2?