Log in

View Full Version : Show reputation in Welcome area


Mellymonster
04-21-2009, 06:10 PM
Is there away I can show my reputation points on my forum in the

"Welcome, Username
You last visited:
Private messages:"

Area?

Thanks,
Melly

Lynne
04-21-2009, 06:56 PM
If you look at your user table, there is a field called 'reputation', so try putting that there ($bbuserinfo[reputation]). I don't use reputation on my site, so I'm not positive that is correct.

Mellymonster
04-21-2009, 07:23 PM
is this "user table" the same user table in my database? Or is this something in my admin control panel?

Lynne
04-21-2009, 07:26 PM
I'm talking about the table called "user" in your database. It's the one that saves several bits of information about the user.

Mellymonster
04-21-2009, 10:46 PM
In case someone wants to know, this did work, Thanks Lynne :)