dynamok Posted October 3, 2002 Share Posted October 3, 2002 I know many of you guys have integrated forums into your sites. I'm looking to do the same. Where do I start, what do I do, what did you guys use? Thank you Link to comment Share on other sites More sharing options...
osfdeath Posted October 4, 2002 Share Posted October 4, 2002 I believe there is a NewPage hack that'll do that. Check out http://www.oscommerce.com/downloads.php/contributions Troy Link to comment Share on other sites More sharing options...
fantazia Posted October 9, 2002 Share Posted October 9, 2002 :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 More sharing options...
veverkap Posted October 9, 2002 Share Posted October 9, 2002 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 More sharing options...
fantazia Posted October 9, 2002 Share Posted October 9, 2002 COULD IT BE SOMETHING TO DO WITH PERSISTANT CONNECTIONS? Link to comment Share on other sites More sharing options...
fantazia Posted October 9, 2002 Share Posted October 9, 2002 TRY THIS URL FOR NOW :arrow: http://217.39.81.152/shop/catalog MY SQL DATABASE SEEMS TO BE BROKEN :cry: Link to comment Share on other sites More sharing options...
veverkap Posted October 9, 2002 Share Posted October 9, 2002 now you have it redirecting to localhost. Patrick Patrick Link to comment Share on other sites More sharing options...
veverkap Posted October 9, 2002 Share Posted October 9, 2002 now it works beautifully. excellent work. great graphic design, too. Patrick Patrick Link to comment Share on other sites More sharing options...
fantazia Posted October 9, 2002 Share Posted October 9, 2002 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 More sharing options...
Guest Posted October 10, 2002 Share Posted October 10, 2002 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 More sharing options...
tmccormick Posted December 16, 2002 Share Posted December 16, 2002 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.