The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
You can do something like this:
Code:
$forumid = X; // set to forumid $active = 0; // set to 0 or 1 $open = 0; // set to 0 or 1 $forumdata =& datamanager_init('Forum', $vbulletin, ERRTYPE_CP); $forumdata->set_existing($vbulletin->forumcache[$forumid]); $forumdata->set_bitfield('options', 'active', $active); $forumdata->set_bitfield('options', 'open', $open); $forumdata->save(); |
Благодарность от: | ||
evenmonkeys |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|