The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Hi Boofo!!
Thank you very very much for your help this has been driving me insane for hours. I still cant get it going though... In my test, this cron builds the datastore: Code:
<?php $kwdStr="I will not show at the end of every post!"; build_datastore('glossary_links', serialize($kwdStr),1); ?> Code:
if (method_exists($vbulletin->datastore,'do_fetch')) { // Datastore extension exists, use it $vbulletin->datastore->do_fetch('glossary_links',$errors); if ($errors[0]) { // Fetch failed, use original datastore $vbulletin->datastore->do_db_fetch("'glossary_links'"); } } else { // No extension, use original datastore $vbulletin->datastore->do_db_fetch("'glossary_links'"); } $glossary_links = $vbulletin->glossary_links; $this->post['message'] .= $glossary_links; ![]() Am I doing something wrong when I try and output the data? It's a plain string I am storing in the datastore, not an array or anything. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|