The Arcive of vBulletin Modifications Site. | 
    |
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			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: 
						
  |