The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Get a specific forumbit via a $forumid
Hello all!
I want to get a specific forumbit row (like forum home forumbits: title, last post, stats etc), let's say for forumid, $forumid. I detect function construct_forum_bit (file: includes/functions_forumlist.php), but it don't return something: PHP Code:
|
#2
|
||||
|
||||
From what I just found, it returns a string of HTML for all of the forums which are children of $forumid. If $forumid points to a forum with no children, then a NULL string is returned.
|
#3
|
||||
|
||||
Thanks for your reply MarkFL
So, I have to develop from scratch what I want to do? Just see those function and think that I could do what I want with an integrated function... Thank you |
#4
|
||||
|
||||
Yeah, I would likely write a db query joining the forum and thread tables to get that information.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|