The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Changing Advanced Search Tag Cache
Over at this thread Lynne showed me how to change the tag cache when searching from the tag search page:
https://vborg.vbsupport.ru/showthread.php?t=263219 Quote:
Code:
if (!($vbulletin->GPC_exists['nocache'] AND $vbulletin->GPC['nocache'])) { $results = vB_Search_Results::create_from_cache($current_user, $criteria); } But the Advanced Search page uses search.php and at around line 600 there is this: Code:
if (!($vbulletin->debug AND $vbulletin->GPC_exists['nocache'] AND $vbulletin->GPC['nocache'])) { $results = vB_Search_Results::create_from_cache($current_user, $criteria); } if (!$results) { $results = vB_Search_Results::create_from_criteria($current_user, $criteria); Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|