Hi,
when a user is banned, he gets two notifications:
1) $bannedwarning = <div class="red_alert"?>You are banned etc.<div>
2) error_no_permission = <td class="trow1">{$error}</td> = You don't have permission etc.
In my opinion the second notification is not necessary since everyone knows that if you are banned, you don't have permission for anything. That's why I created this thread, seeking an alteration of the error_no_permission template for banned users.
Since nobody provided me with the information I am seek yet, I thought of an alternate solution. The solution is to put both notifications together and thus making them appear like one single notification.
So my questions is, how can I put $bannedwarning in the error template and making it work? It won't work just by moving $bannedwarning to the error template. Additional things have to be done to make it work.
I hope somebody can help me
Thanks
when a user is banned, he gets two notifications:
1) $bannedwarning = <div class="red_alert"?>You are banned etc.<div>
2) error_no_permission = <td class="trow1">{$error}</td> = You don't have permission etc.
In my opinion the second notification is not necessary since everyone knows that if you are banned, you don't have permission for anything. That's why I created this thread, seeking an alteration of the error_no_permission template for banned users.
Since nobody provided me with the information I am seek yet, I thought of an alternate solution. The solution is to put both notifications together and thus making them appear like one single notification.
So my questions is, how can I put $bannedwarning in the error template and making it work? It won't work just by moving $bannedwarning to the error template. Additional things have to be done to make it work.
I hope somebody can help me
Thanks