View Full Version : How to make vB & phpNuke appearance uniform?
BabyU
03-22-2002, 05:54 PM
I'm wondering if there is an easy way to "bring" vB into phpnuke so that the site looks uniform throughout? Is there a way to use the nuke header & footer in vB? Or is there a better way?
I tried making vB a module of nuke, but the links were all goofed up and besides, when you clicked on one of them, the next page it took you to lost the nuke header & footer.
I also tried uncommenting the lines in the PHP Parsed code and inserting the path to the nuke header.php file, but that resulted in a blank page.
Hope this makes sense -- basically I want my boards to look just like the rest of my nuke site. Any suggestions??
download vbPortal instead
Dexter
03-23-2002, 07:45 PM
make it a PHPNuke module,that means place it in a folder in /modules/,
and add in every .php file:
<?php
include ("header.php")
?>
and at the bottom:
<?php
include ("footer.php")
?>
BabyU
03-23-2002, 09:14 PM
Thanks! Have you done this successfully? When I access the forums as a module, I get my nuke header and footer, but nothing where the forums should be.
If I try access the forums by going to /modules/forums/index.php, the forums come up, but there are several errors such as:
Failed opening 'header.php' for inclusion
and
Cannot add header information - headers already sent by (output started
I'm working with nuke 5.5 and vB 2.2.4
I appreciate the help!
Dexter
03-23-2002, 09:38 PM
Originally posted by BabyU
Thanks! Have you done this successfully? When I access the forums as a module, I get my nuke header and footer, but nothing where the forums should be.
If I try access the forums by going to /modules/forums/index.php, the forums come up, but there are several errors such as:
Failed opening 'header.php' for inclusion
and
Cannot add header information - headers already sent by (output started
I'm working with nuke 5.5 and vB 2.2.4
I appreciate the help!
i'm only guessing too,
but you should call(in PostNuke that is):
modules.php?op=modload&name=forums&file=[filename]
you should change every URL in every template to the path specified above!
AZPROSPORTS
03-24-2002, 04:29 PM
I am trying to accomplish the same mission here and have been totally unsuccessful.
I'd be willing to pay for someone to do this for my web site, as well as setting up my php-nuke to utilize the logins from vbulletin.
I give up trying it myself. Please do not recommend vbportal either. It just does not fulfill my complete needs. I do not want to post stories in my message board, which, unless I am mistaken, that is what vbportal does.
Any takers? I don't have a lot of cash, but I am willing to listen to offers.
bob@azprosports.com
Steve Machol
03-24-2002, 05:10 PM
If you're willing to wait a while there will be an official CMS from Jelsoft shortly after vB 3.0 is released.
http://www.vbulletin.com/forum/showthread.php?s=&threadid=42287
AZPROSPORTS
03-24-2002, 05:23 PM
Thanks. Not sure how long I can wait at this point. I have been trying to launch a re-design of my site for about a month, and I have until the middle of April to get it finalized.
Any idea on a possible release date?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.