The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help with adding a new field to forum table
Hi,
I'm new to vb and need some help. I added the field 'categoryid' to the forum table. Then i tried to print that categoryid in the header, footer(simply for testing purposes)..i added $foruminfo[categoryid] and also tried $forum[categoryid]. But none of 'em worked. I need to be able to use this categoryid in a plugin with the following code: i tried the hook location 'global_start' ob_start(); $categoryid = $foruminfo[categoryid]; include('[domainname]/API/ads.cfm?w=160&h=600&as=2&q=&f=0&categoryid=$catego ryid'); $includedphp = ob_get_contents(); ob_end_clean(); since $foruminfo[categoryid] doesn't print anything, how do i accomplish this.? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|