Show Expired Paid Subscription Notification
I want this to be shown for a certain period, not forever.
I tried modifying this code, but it just didnt do any change:
PHP Code:
if ($vbulletin->options['subexp_exp'] && $sub_expires < (TIMENOW)){ $sub_when=1; $sub_phrase = '1'; } // already expired
to
PHP Code:
if ($vbulletin->options['subexp_exp'] && $sub_expires < (TIMENOW + (86400 * -5))){ $sub_when=1; $sub_phrase = '1'; } // already expired