Ive just hit a major major snag with my code using
PHP Code:
$vbulletin->datastore->fetch(array('menu_left', 'menu_right'));
to fetch data.
It appears in global_start it occurs too late in the process and overwrites certain datastore objects (because it requeries all default datastore objects and fetches them as well) causing the time offset to be incorrect.
How do you guys currently retrieve datastore objects? Just a query? File edits?