
02-05-2009, 02:58 PM
|
|
|
Join Date: Oct 2007
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by GreasySpoon
This Plug-In does't using the cache from vbulletin because it doesn't read out the tagcloud from the datastore.
You have to add a new plug-in for the init_startup hook and add this lines:
PHP Code:
if (THIS_SCRIPT == "index"){
$datastore_fetch[] = "'tagcloud'";
}
This will save two querys for each visit on forum home.
Greetz
|
Where do you add this?
|