![]() |
I wanna add numer of users of all titles to my index page, so can some one help me to do that ;) thx.
ex: 1 adminstrator 8 moderators 165 joniour member 78 member 15 senior member and I wish I can add it too other php page too. thx for help. |
Good suggestion, SilverBoy! :)
Would certainly make a useful small hack for lots of vBulletin users out there. Could someone please create this hack? Thank you! :D |
I want it plz make it to me.
|
I'll give it a try. :)
|
u are gentel man. ;)
|
Good luck with the hack, PeF! :)
|
Iam still waiting ?????? :D
|
Add this code to the page you want to show the user totals on:
PHP Code:
Easy peasy :) |
I'm late. As usual. :D
|
I will try it and replay later, thx ;)
|
thx Kier but I tried it on vb115 and work fine, but it is not what i want, I wanna to display usertitles not usergroups, sorry for bothering u but can u to modify it.;)
|
Replace Kier's SQL query with this:
SELECT user.usertitle, COUNT(userid) AS users FROM user GROUP BY user.usertitle Hope this helps. |
Lol Pef,don't forget that Kier is the better php coder's of the World (for vbulletin ;) )
|
I have 4 users in my test board, and when I test it, it gived me a list without titles only numbers, and they was 3 numbers only, but I have 4 titles to those users, any help???:confused:
|
try the sql query if you have this.
|
I didnt get ur meaning, sorry
|
Do you know if you have phpmyAdmin access to your site? If you have, run the SELECT statement I posted and see if you get the result you wanted.
|
I checked in phpmyadmin and it was very nie, I think there are some modification in the rest of kier code to display every thing correctly in the index page, any help.
|
can u do it with new select statment?
|
PHP Code:
not 100% sure. |
it works fine now, thx for ur help all.
|
All times are GMT. The time now is 07:55 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|