MyBB Community Forums

Full Version: UserCard
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
You know how there's a MyBB Signature? I've been fiddling with it for hours now, and I can still can't get it.
Can someone make me a basic signature providing their avatar, username, usergroup, postcount, and reputation.
Well, just the strings and possible how I can get:
usercard.php?uid=1
To work, I'd really appreciate this.
I just need to know how to do those, I can design the card myself.
Thanks in advance!
I would also kill for this.
Agreed this seems like a great Idea.
Well, basically, I know how to do it, but I need to know a few strings first.
Hmm what strings? I may know of.
I thought you were talking about strings, as variable type xD

But hey, are you making a UserCard for MyBBoard.net users? or for your sites?
I guess when I'm done, I'll release it as plugin, with credits to anybody who's helped.
Yay! Is it up at the mod section?

edit: i fail
I'm looking into doing something like this for my site, but it would revolve around scores and awards rather than post counts ...

Looking forward to seeing this.
I think this should be in the development section.
Regarding the usercard.php?uid=1
just do $uid = intval($_GET['uid']);
then check if the user id is valid and then process information
Pages: 1 2