Quote:
Originally Posted by Zombo
hi
nice mod, is it possible for the lines to disappear instead having default status and moods?
in other words, if someone choose not to set a mood and a status, the 2 lines in the postbit disappear so theres no wasted space.
also how do u revert to default mood?
|
It is currently not possible to do that but is something we would probably add in a future version.
Reverting to default mood is something we'll probably also add in a future version.
In the meantime you can just use the following query:
[SQL]UPDATE (((YOUR TABLE PREFIX HERE)))user SET dbtech_status_mood = 0[/SQL]
- David