Paradisebg Posted December 7, 2006 Posted December 7, 2006 I have osCommerce in mysite/catalog And phpBB in mysite/forum I want when user open mysite/forum to see header.php; footer.php; column_left.php and column_right.php from osCommerce on the middle of page my phpBB forum. Please help me Quote
kbking Posted December 10, 2006 Posted December 10, 2006 Hi! One way of doing it, is by using iframes, something along these lines: <TABLE BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="2"> <TR height=600><td width="550" height="100%" valign="top"> <iframe src="http://www.domain.com/forum/" height="1500" width="540" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=yes></iframe> <ilayer src="http://www.domain.com/forum/" visibility="show"></ilayer></TD></TR></TABLE> Quote
Paradisebg Posted December 10, 2006 Author Posted December 10, 2006 Hi!One way of doing it, is by using iframes, something along these lines: <TABLE BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="2"> <TR height=600><td width="550" height="100%" valign="top"> <iframe src="http://www.domain.com/forum/" height="1500" width="540" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=yes></iframe> <ilayer src="http://www.domain.com/forum/" visibility="show"></ilayer></TD></TR></TABLE> I know for iframe but I dont want I want when user open http://www.domain.com/forum/ to see my forum with header.php; footer.php; column_left.php and column_right.php from osCommerce Quote
rszrama Posted December 18, 2006 Posted December 18, 2006 You won't find much help theming a phpBB site in the osC forums. You really ought to look into support at http://www.phpbb.com. That said, you'll need to modify the template for you forum to include the appropriate files from your catalog directory. I've got not clue how to do that, I just know it needs to be done. Quote
insomniac2 Posted December 19, 2006 Posted December 19, 2006 (edited) If you go back to the version 2.08 implementation as I did you will be able to merge it with oscommerce. Than you will have to do any extra modding or code yourself to bring it up to snuff to the lates phpbb version .. as I have had to do, but still am working on some glitches. Heres the link to the old contribution to start from: http://www.oscommerce.com/community/contri...ll/search,phpbb --------------------------------- Or you can go with Anderskiel's newer mods released. Although I have not tried his implementation .. so don't know how his works. Link: http://www.oscommerce.com/community/contri...ll/search,phpbb Edited December 19, 2006 by insomniac2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.