I am facing a problem and cant seem to grab the general idea of how datastore caching works in vBulletin 3.5.x.
I created a new row in datastore:
Code:
title data
radiocache info that updates every few minutes via cron file.
Now this data is to be displayed in Index.php and basically here's where the problem starts. In 3.0.x version I just edited init.php and added radiocache in "$specialtemplates" and used $datastore[radiocache] in template to display the data. But now, I am a bit confused with how things work in vb 3.5.0
I searched around but didnt find enough information to solve my problem. I am not very good with php/mysql. Here's what I tried so far:
I edited index.php and added radiocache to the $specialtemplates array. How do I go about it from there? Any help will be much appreciated. I am sure this will also help other coders who are interested in datastore.