Quote:
Originally posted by NTLDR
You need to change the code in fuctions.php that eval's the postbit and specify which template should be eval'ed based on which usergroupid is viewing the board.
|
How do I write that in PHP?
Obviously (in my language, not in PHP)...
If usergroup is unreg show postbit_unreg
else if usergroup is banned show postbit_band
else show postbit
--
How do I write that in PHP?