How to Include PHP files in Vbulletin?
I want to include a php file into FORUMHOME so it displays on the main page,vBulletin version is 3.8.4 and plugins are enables. I have tried php includes but it doesn't work.
I have tried to create a Plug-in for global_start with these contents:
ob_start();
include('path/to/this/file/myfile.php');
$includedphp = ob_get_contents();
ob_end_clean();
But when I turn it on my forum displays a blank white page
Anybody know how to do this?
Thanks
Status:
Open Dec 23, 2009 - 07:01 AM
PHP, files, forum, vBulletin, Includes
2answers
Answers
Mar 08, 2010 - 07:12 AM
Hi!
If you have questions concerning with php form you may access to these php form tutorial:http://phpforms.net/tutorial/html-basics/php-forms.html
Mar 31, 2012 - 10:59 AM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment