The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
A PHP module could be created and be placed in the forum page. There seems to be no API to fetch the moderators given a forum nodeid. But in the PHP module you could do an SQL query to moderator table.
"SELECT userid from " . TABLE_PREFIX . "moderator WHERE nodeid=<forum nodeid>" ; where <forum nodeid> can be retrieved by calling getRoute method from route API passing the URL of the forum. Then upon getting all the userids of the moderators, you call the fetchProfileInfo method from user API to get info for each user. I would post here when I get a chance to do the whole code for this. |
Благодарность от: | ||
Dave_The_Don |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|