| The Arcive of vBulletin Modifications Site. | |
| 
			 
			#1  
			
			
			
			
			
		 | |||
| 
 | |||
|  set $show['misc_options'] to false? 
			
			i want to disable misc options...and on newthread template i have seen: Code: <vb:if condition="$show['misc_options']"> how can i do that? i have tried Code: $show['misc_options'] = false   | 
| 
			 
			#2  
			
			
			
			
			
		 | |||
| 
 | |||
|   
			
			If you want to set that to false you can create a plugin using hook newthread_form_complete and this code: HTML Code: $show['misc_options'] = false; | 
|  | 
| 
 | 
 | 
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
| 
 | |
|  More Information | |
| Template Usage: 
 Phrase Groups Available: 
 | Included Files: 
 Hooks Called: 
 |