The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Can write to datastore, but not retrieve.
I made a cron which writes to the datastore, but I cannot retrieve it in any plugins.
Just to be sure Im not going mad I changed my cron code to a very very simple Code:
<?php build_datastore('glossary_links', 'thisistestdata'); ?> Now I have tried every which way that I can to retrieve this data and have tried several hook locations but no matter what I do I cannot retrieve the data from out the datastore again. I've tried Code:
global $vbulletin; $glossary_links = $vbulletin->glossary_links; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|