The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
creating forum
Hi,
I have to create a forum from my java application(by inserting a record into forum db). For creating a forum what are the table records I need to insert?. Thanks in advance |
#2
|
||||
|
||||
Track what happens when vBulletin creates a forum - it will use the forum data manager (class_dm_forum.php). I believe there is more than just a query when creating forums.
|
#3
|
|||
|
|||
I am completely new to php, let me look into that.
Thanks for the reply. |
#4
|
|||
|
|||
I am not completly understanding how data manager is working at the time of forum creation. When I tried to create forum through vB, I could not see any other table updated other than forum and I could able to see the forum online. I am not able to see the forum online if I insert a record into forum, I got a message 'you do not have permission to see this forum'. Looks I am missing something at permissions part. With vB 1.1 we used to insert a record into forumpermission table, that way permissions are defined but vB 3.6 is entirely different, Here you folks looks good at PHP, please help me to solve this problem.
Thanks, |
#5
|
|||
|
|||
Instead of trying to duplicate the actions in Java, it might be easier if you create a small php-script, using the datamanagers to insert the new forum, and call this php-script from your Java application.
PS Yes more tables are involved beside the 'forum' table. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|