hi i would like to add the column " status " in the user_payment.html " to member.html so user would see clearly their satus in red if expired subscription, or at leat make the period that exired in the member.html be in red when exipred. any one please can help roni never mind i did it, thanks
from admin\user_payments.html copy code from status column {if $p.completed} {if $p.expire_date >= date('Y-m-d') and $p.begin_date <= date('Y-m-d') } Active {elseif $p.expire_date < date('Y-m-d') } Expired {elseif $p.begin_date > date('Y-m-d') } Future {/if} {else} Not-Paid {/if} and past it next to code in date column in the member.html , make sure there is space between the two codes, i did it that way. best regards http://www.abcapitalllc.net/