PDA

View Full Version : the xtra option under your user names ??


N00BIE
04-06-2002, 08:57 PM
Ok i already have to post count,

post : xxxx

but how can i add more e.g

post : xxx
hacks:xxx
codes: xxx

and how will the option like hacks update itself ??
so if someone uploaded a hack what makes the HACK: option add 1 to the user name ??
so it reads
Hack:1

???

Logician
04-08-2002, 08:12 AM
if it's an already existing field which kept in $bbuserinfo[xx] variable then you simply add this to your template and it will show up. This will work for user profile fields for instance..

If it does not reside in this variable then you need to write a hack, create a variable that will keep your data, put that variable in your templates and write codes to get/put data from/to your database and variable. Not so simple in another words..