![]() |
vBulletin.org Staff Display (Showgroups.php)
I find the vbulletin.org staff introduction really interesting, and I'd like to do something similar on my site. I've figured out how to make my own staff template and link it up to the forum site, but I'm still puzzled how I can make each admins/mods profile information show up on the staff site.
Maybe there is a MOD available to do this kind of thing? Thanks for your help :) |
There hasn't been one released, to my knowledge. I imagine it would be relatively easy to do, using the Forum Leaders page as a guide - as it is basically the same concept.
|
Thanks Kirk, I'm basically looking for something like the "Forum Leaders" page, but with a more fancy design like the vbulletin.org page :) I've made a custom page loaded through "information.php?do=staff", but I'm having problems pulling the data from the vbulletin database.
All the basic html in the custom template shows up just fine, but none of the data like admin/mod usernames, posts, avatars, joindates etc. How can I pull that data from the database into the custom page? Do I have to create extra plugins or hooks? I'm not sure what I'm missing out on here, but your help is much appreciated. |
How are you pulling the data?
|
Quote:
What do I have to add to my custom php file in order to pull the avatars, last online, user title info from the database? I imagine the code I have to add would be something like: HTML Code:
<if condition="$show['avatar']"> Thanks in advance |
Do I have to make a hook or plugin to pull avatars into a custom page?
|
Global_start (hook)
Content: Code:
require_once('./includes/functions_user.php'); Code:
<if condition="$show['avatar']"> http://www.vbulletin-ressources.com/...ead.php?t=6636 |
thanks a million Allan, appreciate your help! It worked like a charm too :) The only problem is that the page I am making is a custom page to display info (including avatars) of moderators and admins. I want the avatars of the mods/admins to be displayed, not my own avatar.
Could you please tell me what I have to change to display the avatars of the admins/mods instead of my own? Thanks Allan! :) PS: Looked at your forum btw, looks awesome!! Unfortunately my french knowledge is very very limited :) |
Anyone willing to help me make the slight change to Allan's little hook/script so I can display staff info, in this case the avatars on a custom page? :)
|
hey perhaps one if you guys could help me out..?
i added the hook as decribed and wanted to add it in whoviewed my profile, but it only shows my own avatar and of course i want them visitors avatars to be displayed on there like $avatarurl[userid] ?? -------- for example please login at http://www.my3dprofile.com/forums/Kaasie username: vBulletin password: org ---------- I would appreciate it very much and any help or tip i am really thankful for |
All times are GMT. The time now is 01:44 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:
|