MyBB Community Forums

Full Version: Need help to rebuild forum cache from outside!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

Can someone help me how to update_forum() cache from outside mybb?

Coz im not familiar how you guys serialize the entry to datacache.

Coz i'm adding forum manually to the dbase because im integrating it to BOONEX DOLPHIN script.. so basically im doing a bridge for SSO which is already done and some features when creating a group, it should also create a forum embed into it.

Can someone guide me please! Thank you!.


Best regards,


and more power to MYBB.
Easiest method is to include global.php then run the function.
Wow that was fast..

How exactly can i call it?

$dcache = new datacache;

$dcache->update_forums() ; right? or im just confuse?