2005-07-01, 02:08 AM
(This post was last modified: 2005-07-01, 02:09 AM by southerner.)
Alright, I realise nobody has posted here in a while.
Anyways, Im making a mod that will automatically colour the posts of all admin.
Im just not sure what would be best, storing the chosen colour in the mySQL database or use PHP's write to file option to write it into a file and retrieve the colour from the file each time.
Other problem is deciding whether to add the prefix
and then the suffix
*Where the colour is the chosen colour*
Anyways, Im making a mod that will automatically colour the posts of all admin.
Im just not sure what would be best, storing the chosen colour in the mySQL database or use PHP's write to file option to write it into a file and retrieve the colour from the file each time.
Other problem is deciding whether to add the prefix
[ color=blue ]
*and then the suffix
[ /color ]
to each message, or use "showthread.php" to change the colour should they be part of the admin usergroup.*Where the colour is the chosen colour*