The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hi
My Problem is equivalent to this vb4 related: https://vborg.vbsupport.ru/showthread.php?t=250923 Now, I want to port my plugin to vb3 as well. Unfortunately, this method doesn't give me any results at all: PHP Code:
In the datastore database table, I can see that the data has been stored there successfully, only the "get-data-from-datastore" seems to fail at the moment. Any help on this? |
|
#2
|
||||
|
||||
|
I use this in the init_startup hook for my spiders display mod:
Code:
if (THIS_SCRIPT == 'index')
{
$datastore_fetch[] = "'wol_spiders'";
}
|
|
#3
|
||||
|
||||
|
The do_db_fetch() should work anywhere.
Boofos method will also work (and I believe it would also work on vb4). |
|
#4
|
||||
|
||||
|
Yes, it works for both vb3 and vb4.
|
|
#5
|
||||
|
||||
|
The problem is global_state_check is not a valid hook in VB3.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|