DigitalDesktops
25 Jun 2003, 16:40
I think its a hassle to make those 1 - 3 Sentence error messages.
Heres an easier in IMO to make those Error templates: :D
1. Create a New Template Called: global_error, put this inside of it:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
2. Instead of calling each error template seperately:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
call all of them from one template:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I hope someone finds this useful. :)
Heres an easier in IMO to make those Error templates: :D
1. Create a New Template Called: global_error, put this inside of it:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
2. Instead of calling each error template seperately:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
call all of them from one template:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I hope someone finds this useful. :)