The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hello all
is there any way to embedded a php script inside vbulletin? I have some white-label shop i'd like to display to my users inside my vbulletin theme... thanks all for any suggestion regards Manuel |
#2
|
||||
|
||||
![]()
Put it in an iframe like this as a custom template called custom_templatename, the link would then be
Code:
http://www.yoursite.com/forum/misc.php?do=page&template=templatename Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle]</title> </head> <body> $header $navbar <!-- Custom Code Start Here --> <center> <iframe src="http://www.linktopage.com" width="90%" height="600"></iframe></center> <!-- / Custom Code Ends here --> $footer Give it a name as per above, paste the code in and replace url to suit your page and site, save. Add link to Navbar....done, it will be framed in your VB style with header navbar and footer. |
#3
|
|||
|
|||
![]()
ETA: or...
There's a manual page that shows how to include the output from an external php script: http://www.vbulletin.com/docs/html?m...rsion=30806601 search for "Including External Files". Or if you want to take the opposite approach and make your script a custom vBulletin page there's an article that shows how to do that: https://vborg.vbsupport.ru/showthread.php?t=62164 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|