| The Arcive of vBulletin Modifications Site. | |
| 
			 
			#1  
			
			
			
			
			
		 | ||||
| 
 | ||||
|   
			
			hi. is there any possibility to insert a php code into a vbulletin-template? something like that? <?php include ("foo.php"); echo($lnx); ?> I tried so but without success. Perhaps somebody can help. thanks. cu, nordic_blue | 
| 
			 
			#3  
			
			
			
			
			
		 | ||||
| 
 | ||||
|   
			
			the phpinclude-template? don't know that..    okay..I will show that I'm a licensed user but I haven't my login-data here at the moment. monday, when work starts  , and I'm able to get my login-data, I will visit that page. | 
| 
			 
			#4  
			
			
			
			
			
		 | ||||
| 
 | ||||
|   
			
			FireFly, can you please elaborate on how I use this to include files? Thanks in advance.    | 
| 
			 
			#5  
			
			
			
			
			
		 | ||||
| 
 | ||||
|   
			
			Put this code in your phpinclude template: Code: ob_start();
require("http://www.path.com/to/file.html");
$variableToUseInTemplates = ob_get_contents();
ob_end_clean(); | 
| 
			 
			#6  
			
			
			
			
			
		 | |||
| 
 | |||
|   
			
			I'm a complete newbie regarding programming, but I'm working on an alternate quote system similar to the one in legacy BBS/e-mails: > dslgjdsfglfdskgj > dfdsf gdsfgfdgs > dsfdfgfdh dfgdfgk I have made a very rough working version of this by editing the .php-files themselves, but what I really want is to just include the relevant php-code in the quotereply-template. How would I go about doing that? | 
|  | 
| 
 | 
 | 
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
| 
 | |
|  More Information | |
| Template Usage: 
 Phrase Groups Available: 
 | Included Files: 
 Hooks Called: 
 |