Guest Posted July 24, 2005 Share Posted July 24, 2005 I am going to download a free version of boldchat, which is a live chat for support. There is a html sniplet that you need to add to your index page, in order for it to communicate with thte client software on my PC. Is this possible to use this? And what file would I add this sniplet too??? Any help would be apreciated. Thanks in advance!!! Link to comment Share on other sites More sharing options...
mi_jaiten Posted July 24, 2005 Share Posted July 24, 2005 I am going to download a free version of boldchat, which is a live chat for support. There is a html sniplet that you need to add to your index page, in order for it to communicate with thte client software on my PC. Is this possible to use this? And what file would I add this sniplet too??? Any help would be apreciated. Thanks in advance!!! <{POST_SNAPBACK}> Q. Can I install BoldChat to osCommerce??? A. Yes of course you can! Q> Where do you want to put it The only problem will be when you go to an https:// page on your site it will create an error because the image comes from outside your site. So to resolve this add this code infront of wherever you put the LiveChat code: <?php if ($request_type == NONSSL) { ?> This will stop LiveChat trying to open on the SSL, https:// pages but it will always open on the non SSL, http:// pages Another Tip: Set define('ENABLE_SSL_CATALOG', 'false'); like this in admin/configure.php Reason: There is nothing in admin that needs to be encrypted by setting to true your pages will load slower and LiveChat will appear on less places What's the url of your site? Good Luck. Kind Regards, Michelle. Link to comment Share on other sites More sharing options...
Guest Posted July 24, 2005 Share Posted July 24, 2005 Q. Can I install BoldChat to osCommerce??? A. Yes of course you can! Q> Where do you want to put it The only problem will be when you go to an https:// page on your site it will create an error because the image comes from outside your site. So to resolve this add this code infront of wherever you put the LiveChat code: <?php if ($request_type == NONSSL) { ?> This will stop LiveChat trying to open on the SSL, https:// pages but it will always open on the non SSL, http:// pages Another Tip: Set define('ENABLE_SSL_CATALOG', 'false'); like this in admin/configure.php Reason: There is nothing in admin that needs to be encrypted by setting to true your pages will load slower and LiveChat will appear on less places What's the url of your site? Good Luck. Kind Regards, Michelle. <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
♥Vger Posted July 24, 2005 Share Posted July 24, 2005 Yes, you can add it, but the question has to be why would you want to? Bold Chat has to be one of the more rubbish chat systems in existence - and takes forever to load up (java is never quick to load and Bold Chat's servers are sloooooooooow). Vger Link to comment Share on other sites More sharing options...
Guest Posted July 24, 2005 Share Posted July 24, 2005 I tried what you said to do, but just keeps getting the error on the index page... Here is the html link for boldchat <!-- BoldchatPlus Live Chat Button HTML v1.10 (Type=Web,ChatButton=- None -,ChatWindow=- None -,Website=- None -) --> <table cellpadding="0" cellspacing="0" border="0"> <tr><td align="center"><a href="http://chat.boldcenter.com/aid/4289553472577488016/bc.chat" target="_blank" onClick="this.newWindow = window.open('http://chat.boldcenter.com/aid/4289553472577488016/bc.chat?url=' + document.location, 'Chat', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=64 0,height=480');this.newWindow.focus();this.newWindow.opener=window;return false;"><img alt="Live chat by BoldchatPlus" src="http://cbi.boldcenter.com/aid/4289553472577488016/bc.cbi" width="133" height="34" border="0"></a></td></tr> <tr><td align="center"><font size="1" face="Arial"><a href="http://www.boldcenter.com" style="text-decoration: none"><font color="black">CRM Software by </font><b><font color="#AD3100">Bold</font><font color="#003163">center</font></b></a></font></td></tr> </table> <!-- /BoldchatPlus Live Chat Button HTML v1.10 --> And here is my index.php, where would I put this link??? <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', 'This shop is running on osCommerce version <font color="#f0000"><b>' . PROJECT_VERSION . '</b></font>.'); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', '100% Hardcore Dvds'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> Link to comment Share on other sites More sharing options...
Guest Posted July 24, 2005 Share Posted July 24, 2005 Well VGER wht do you suggest I do for support??? Link to comment Share on other sites More sharing options...
♥Vger Posted July 25, 2005 Share Posted July 25, 2005 Well, I'd take out this image and replace it with a button of my own, and then set it up in its own info box. <img alt="Live chat by BoldchatPlus" src="http://cbi.boldcenter.com/aid/4289553472577488016/bc.cbi" width="133" height="34" border="0"> The rest of it (below) is just the href link: <a href="http://chat.boldcenter.com/aid/4289553472577488016/bc.chat" target="_blank" onClick="this.newWindow = window.open('http://chat.boldcenter.com/aid/4289553472577488016/bc.chat?url=' + document.location, 'Chat', & #39;toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480');this.newWindow.focus();this.newWindow.opener=window;return false;"> Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.