The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Please help for toggle_collapse
Hello,
just found out the hard way that the old toggle_collapse function has been removed.. completely returns only false; here is the code snippet in vb4.... HTML Code:
// ############################################################################# // Collapsible element handlers // TODO ; Delete toggle_collapse /** * Toggles the collapse state of an object, and saves state to 'vbulletin_collapse' cookie * * @param string Unique ID for the collapse group * * @return boolean false */ function toggle_collapse(objid, forcestate) { return false; } can anybody help on how i can add a collapse for a box the new vb4 way? thanx for any help.. Felix |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|