The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have a template that display my top nav bar (home, register, etc). Inside the template (below the nav bar) I want to call and display my photopost/index.pl
How do I do this? I know my link that gets the entire process fired off must href to a .php file and I have created a .php that does the following <?php error_reporting(7); $templatesused="photogallery"; require('./global.php'); if ($bbuserinfo['userid']!=0) { eval("dooutput(\"".gettemplate('photogallery')."\" );"); header("Location: http://www.xxx.info/photopost/index.pl"); } else { eval("dooutput(\"".show_nopermission()."\");"); } ?> I can get the template to display, but it seems as though the code will not execute the call to display the index.pl what am I doing wrong? thanks! - jeff |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|