The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
In config i have:
Code:
$config['Datastore']['class'] = 'vB_Datastore_Memcached'; When i update settings via sql - forum still use the old settings because of cache. Is there any command to put it in script and reload cache after sql requests? |
|
#2
|
|||
|
|||
|
Looks like the adminCP calls build_options() (in includes/adminfunctions.php).
|
|
#3
|
||||
|
||||
|
So i just can put
Code:
build_options(); ![]() --------------- Added [DATE]1312225802[/DATE] at [TIME]1312225802[/TIME] --------------- this worked: ![]() Code:
require_once("./includes/adminfunctions.php");
call_user_func(build_options);
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|