Log in

View Full Version : PHP Files


Mastar
06-08-2007, 12:40 AM
How can I get php code to show in a custom vbulletin template? Thanks!

Dismounted
06-08-2007, 09:44 AM
You will need to have your PHP code in a plugin.

Mastar
06-11-2007, 03:46 AM
You will need to have your PHP code in a plugin.

Can you give me an example please?

I have created a vbulletin page using the tuts from here:
https://vborg.vbsupport.ru/showthread.php?t=62164



I have test.php file so the url would be http://www.mysite.com/test.php

When that page is displayed I would like content from 2 to other php files.... 1.php and 2.php in that new template that I have created.... I've done it using iframes but I would like it to show without the iframe. Thanks!

Dismounted
06-11-2007, 06:18 AM
<a href="http://www.vbulletin.com/docs/html/main/templates_externalfiles" target="_blank">http://www.vbulletin.com/docs/html/m..._externalfiles</a>

Mastar
06-11-2007, 07:23 PM
http://www.vbulletin.com/docs/html/main/templates_externalfiles

1000000000 x THANKS!

Perfect!