Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Integrading a forum into OSC


dynamok

Recommended Posts

:lol: Hi ALL...

 

I have managed to kind of integrate php BB into OSC

 

Basically rather than including the actuall php board, i included a HTML page which consists of an <IFRAME> containing the PHP BB. It works quite well whilst keeping the dynamic pages alive, unlike some sites what have used HTML lookalike pages.

I did however have to create a redirect top open the BB in a new window if the users screen resolution is below 800X600 Just so things dont get to squashed...

 

Take a look, site isnt completely finished yet but you get the idea.

 

:arrow: http://www.gamexchanger.co.uk/shop/catalog/default.php

Link to comment
Share on other sites

Warning: User [email protected] has already more than 'max_user_connections' active connections in /www.northgate-cars.com/shop/catalog/includes/functions/database.php on line 19

 

Warning: MySQL Connection Failed: User [email protected] has already more than 'max_user_connections' active connections in /www.northgate-cars.com/shop/catalog/includes/functions/database.php on line 19

Unable to connect to database server!

Patrick

Link to comment
Share on other sites

INTEGRATION CONSISTED OF a copy of default.php and changing the code inside <!-- body_text//--> to:

 

 

<!-- body_text //-->

<td width="100%" align="center" valign="top"><table valign="top" border="0" width="100%" cellspacing="0" cellpadding="0">

 

<td>

<table valign="top" border="0" width="100%" cellspacing="0" cellpadding="0">

 

<tr>

<td class="main">

<iframe src="http://www.gamexchanger.co.uk/shop/catalog/BB/index.php" name="BB" frameborder="0" id="BB"style="possition:absolute; border: 0px; left:2px; top:0px; width:100%; height:2000px"></iframe>

</td>

</tr>

</table>

</td>

</tr>

</table></td>

<!-- body_text_eof //-->

Link to comment
Share on other sites

I have invisionboard on my site you can see it here

www.formulaframed.com

Just click on the link for forums.

 

Although it doesnt look like part of the site, I am doing a skin for it, so when the skin is finished you wont know the difference. IVB is also free, and really easy to set up and use!

 

Another great feature, is that when someone signs upto the site they are also automatically signed up for the forum. There is a forum username field on the sign up form, and the password is the same. Once logged into the site, you should be logged into the forum too! However, you may have to log in once, and your all set to go :)

Link to comment
Share on other sites

  • 2 months later...

On the topic of integrating a forum into osCommerce, I am curious about whether and how it would be possible to build a site that integrated Slashcode (for forum features) with osCommerce's shopping-cart, etc. features. Does anyone know if anything like this has been attempted, or how it could be done?

thanks, Tim.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...