The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
Yes! I was just running that as you typed that! And it wouldn't be fun if it wasn't easy
![]() Seems it a combination of the fields of the "forum" table in the vbulletin database and something else I have yet to figure out. EDIT: Looks like the last part of it is the permissions for the forum. Here is a list from what I got for anyone that is interested. PHP Code:
--------------- Added [DATE]1198887483[/DATE] at [TIME]1198887483[/TIME] --------------- Just to note, I just checked the database, and I can confirm that the first part of the array will be the forum number, and the second part of the array will be whatever is listed in your "forum" database, and the final part of the array will be yet another array of the permissions Example: Forum # = 3, Title = "Main", Description = "Whatever" echo $vbulletin->forumcache[3]["Title"] ... will print "Main" echo $vbulletin->forumcache[3]["Description"] ... will print "Whatever" --------------- Added [DATE]1198887656[/DATE] at [TIME]1198887656[/TIME] --------------- I have to also note that this doesn't help my original goal, because this does not contain the "last post", "views" and "posts" columns like I original thought it would. Back to the drawing board. Hopefully this helps someone else. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|