Quote:
Originally Posted by deathemperor
I defined and add 2 new datastores, I successfully added it into the datastore table (totalthreads and totalposts) now I try using
$totalthreads1 = vb_number_format(unserialize($datastorecache['totalthreads']));
$totalposts1 = vb_number_format(unserialize($datastorecache['totalposts']));
to get the value back but I somehow can't, anyone knows a way ?
|
How did you save it to that datastore?
ie
build_datastore('my_datastore', serialize($myvalues));
Or did you just save it manually into the datastore?