Everything is working OK now, I just wanna say ?Thanks?
if you have time, I?ll report something it may help:
- The Avatars / Signatures don?t appear after the hack because of this condition:
Code:
<if condition="$post['signature'] AND (($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)">
I?ve modify it to:
Code:
<if condition="$post['signature'] AND ($vboptions[warn_sig_thresshold]<=0 OR $post[warning_level] < $vboptions[warn_sig_thresshold])">
and I did the same with the Avatar condition syntax
- When I was translating the phrases, I found that you are using about 3 variables for same phrase. I think you may reduce them.
Ex: aws_user_warnings_total, aws_warnings, aws_warnings_member_profile and aws_total_warnings_profile are the same phrase
At last, AWS was such an awesome Professional hack. and you make it much easier to use and customize
Thank you both sv1cec & Delphiprogrammi
Best Regards