The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Stupid phpinclude
Is there any way to get a phpinclude to actually display inside the template?
I tried dumping the phpinclude before the template output and its before the template and the template is underneath. Then when I moved it below it was below everything. So I installed the limited php functionality template hack and then dumped the phpinclude in the template, and its back up at the top. Any suggestions or ideas? |
#2
|
|||
|
|||
templates dont read php code.
what do you have that you need to use a php include for? you could always declare whatever in the proper php file and call it with the declared variable IE Code:
if ( $activepm ) { $templatesused.= ',home_pmloggedin'; } |
#3
|
|||
|
|||
I need to include a php file from something i am working on integrating with vB.
|
#4
|
|||
|
|||
not sure if this will work. but can you create another php file to upload the stdout to the template row in your forum dbase?
more over, there is a web template hack to integrate non vb pages into the vb style scheme... |
#5
|
|||
|
|||
I don't need it integrated to the style scheme, I need it to be displayed within a template.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|