View Full Version : Displaying Member Number
wreckless
Sun 11th May '08, 2:57pm
My members are wondering who joined first and I cant find anywhere on how to display their member number in their posts or profile, is there a way? I did find if I right click on their name and do properties at the end of that line of code it looks to show a u-(place number here) which I think is their member number, but that does not help me display it.. Any suggestions? Thanks
falconking
Sun 11th May '08, 3:37pm
Tell them to hover with their mouse over their userid. They'll see their member number in the status bar of iexplorer as you see in the attached.
Another way is to change the view of your board from the CP, so you can view more member info:
vB Options >>> Language and Style Settings >>> Thread and Post View
Change it to Yes.
wreckless
Sun 11th May '08, 4:35pm
I was hoping to be able to possibly have it shown in their post so I dont have to go dig for their numbers. How about organizing the members page according to member number and not alphabetic. Would that be possible?
falconking
Sun 11th May '08, 5:09pm
I think you can do that by enabling the 'member list' viewing from the cp. Then they can sort the list by 'join date' (see attached).
Ted's a Rat
Sun 11th May '08, 5:11pm
Tell them to hover with their mouse over their userid. They'll see their member number in the status bar of iexplorer as you see in the attached.
Another way is to change the view of your board from the CP, so you can view more member info:
vB Options >>> Language and Style Settings >>> Thread and Post View
Change it to Yes.
I too am running 3.7, but when in the ACP I get to the Language and Style Settings & cannot find Thread and Post View
so I can change it to Yes.
I agree with wreckless it would be WAY cool if the member # could be seen next to the users name. Is that possible ?
falconking
Sun 11th May '08, 5:52pm
Sorry I was translating from a non-English version. Try this:
vB Options >>> Language and Style Settings >>> Use Legacy (Vertical) Postbit Template
Change it to Yes.
Ted's a Rat
Sun 11th May '08, 6:02pm
Thanks Falconking. I tried that but it just made the post template do exactly what it said it would do, changed it from a horizonal to vertical format. I changed it back.
I must be reading wreckless question wrong, because I thought they wanted to know if it's possible to put the member number (meaning "when" they joined as far as in what order they joined compared to others.) Not join date,,,etc, just their user number.
I went one step farther and wanted to know if it is possible to have this user number showing some where next to the user name.
Sorry for the mix up.
wreckless
Wed 14th May '08, 1:12pm
Thanks Falconking. I tried that but it just made the post template do exactly what it said it would do, changed it from a horizonal to vertical format. I changed it back.
I must be reading wreckless question wrong, because I thought they wanted to know if it's possible to put the member number (meaning "when" they joined as far as in what order they joined compared to others.) Not join date,,,etc, just their user number.
I went one step farther and wanted to know if it is possible to have this user number showing some where next to the user name.
Sorry for the mix up.
No thats exactly what I was wondering. My members want to have their member numbers dispaly next to their ID..
Ted's a Rat
Thu 15th May '08, 6:35pm
I thought thats what you meant. Does anyone know if this can be done ?
Thank You
D. Thomas
Mon 26th May '08, 2:18am
I thought thats what you meant. Does anyone know if this can be done ?
Thank You I would like to do this too. It was a standard feature when we were a UBB forum, so it's surprising that VB apparently doesn't attach any importance to such a basic desire. :(
gerber
Mon 26th May '08, 3:16pm
you mean like this?
sockwater
Mon 26th May '08, 3:27pm
Put the following code in a plugin on the postbit_display_start hook and enable it. $template_hook['postbit_userinfo_left'] = '<div class="smallfont">Member #' . $post['userid'] . '</div>';
pirate4x4lance
Fri 6th Jun '08, 5:20pm
Put the following code in a plugin on the postbit_display_start hook and enable it. $template_hook['postbit_userinfo_left'] = '<div class="smallfont">Member #' . $post['userid'] . '</div>';
Cool, but how could we get it below the user's avatar, instead of above it?
sockwater
Sat 7th Jun '08, 1:47pm
Cool, but how could we get it below the user's avatar, instead of above it?
Edit your postbit or postbit_legacy template and put $post[userid] wherever you want it to show up.
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.