Hi There,
I couldn't get what this ment:
TIP:
If you know a little about PHP, you can apply formatting to usernames in other areas of your board by simply querying for the userid, username, and usergroupid:
$somearray=$DB_site->query_first("SELECT userid, usergroupid, username FROM user WHERE userid=1");
etc... then doing this:
$username=formatusername($somearray);
its quite simple if you know what you are doing and know a little about PHP, just make sure that the $somearray contains the userid, usergroupid, and username.
where to use this:
$somearray=$DB_site->query_first("SELECT userid, usergroupid, username FROM user WHERE userid=1");
and this:
$username=formatusername($somearray);
and vb db, or where
Thanks a lot
|