The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
You should find it in the database in the table "NODE"
If you look at the link you provided, HTML Code:
http://www.minibuggy.net/forum/projects-progress/19848-mini-raptor-k-fab-style.html Subsequent posts are also in the node table where the the parentid field in the node table = nodeid from your link above. To get the first post Code:
select * from node where nodeid = 19848; Code:
Select * from node where parentid = 19848; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|