We are considering buying a license for vbulletin but would like to insinuate it into our current navigation scheme which uses include statements. Is that going to be a problem? Anyone else using vbulletin and server side includes? Thanks!
Announcement
Collapse
No announcement yet.
Can we use Server Side Includes with vBulletin?
Collapse
This topic is closed.
X
X
-
you can use the php equivalent of php includes in your forum...
so it's possible to include your site's navigation into your forum:: Always Back Up Forum Database + Attachments BEFORE upgrading !
:: Nginx SPDY SSL - World Flags Demo [video results]
:: vBulletin hacked forums: Clean Up Guide for VPS/Dedicated hosting users [ vbulletin.com blog summary ] -
Follow Up Question
Eva, thanks so much for the prompt response.
Second question: What do you mean use the PHP equivalent? I'm not at all familiar with PHP, only shtml.
Let me be specific and then maybe you can tell me if this will work.
Our index page ends with .shtml. All our pages end in .shtml.
We can call .html pages but are you saying I would have to call a .php page to use the bulletin board? We had UBB and that was calling .cgi pages.
Thanks!Comment
-
okay tradition SSI as you know it calling
filename.shtml in page.shtml
Code:<!--#include virtual="/path/to/filename.shtml" -->
filename.shtml in page.php
Code:<?php include ("/path/to/filename.shtml"); ?>
:: Always Back Up Forum Database + Attachments BEFORE upgrading !
:: Nginx SPDY SSL - World Flags Demo [video results]
:: vBulletin hacked forums: Clean Up Guide for VPS/Dedicated hosting users [ vbulletin.com blog summary ]Comment
-
Also check out the virtual() function: http://www.php.net/manual/en/function.virtual.phpRaz - KMC ForumsComment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment