The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I include an .html file in the footer ?
How can I include an .html file in the footer?
Thanks in advance! |
#2
|
|||
|
|||
For download or to show/say something?
|
#3
|
|||
|
|||
just an .html produced by another prg to show data... just text. I want it to display at the bottom of the forums.
|
#4
|
|||
|
|||
anyone have any ideas? can it not be done? thanks
|
#5
|
|||
|
|||
You could create a plugin using the "global_setup_complete" hook and modify the $footer variable at that point (you'd need php code to read in the file, which I guess could get complicated if it includes styles or javascript) Of course you could just copy the HTML you want to the footer template, but I guess if that would work for you you'd have done it already.
|
#6
|
|||
|
|||
Quote:
|
#7
|
|||
|
|||
OK, how about this: http://www.vbulletin.com/docs/html/t..._externalfiles
(Someone just asked about including php output in another thread, but the manual has instructions for HTML as well). |
#8
|
||||
|
||||
is this what you're talking about
SHTML or ASP: <!--#include virtual="/path_relative_to_site" --> PHP: <?php include("../path_relative_to_document") ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|