craftysyntax Live Help module HELP!
I have installed craftysyntax live help and installed the appropriate module sidebox (which may be out of date as its quite old!). I am running v1.3.7.
However I'm now stuck!
I have generated the HTML code from craftysyntax but am totally lost as to where abouts to place it in "\includes\templates\template_default\sideboxes\tpl_craftysyntax_sidebox.php "
Have tried filling in the details from the readme file that comes with the sidebox mod but that just gives me a sidebox called Live Help with nothing there!
Can anyone offer any assistance?
Re: craftysyntax Live Help module HELP!
Find the help_sidebox_defines.php page and replace the text with your Crafty Syntax code
Re: craftysyntax Live Help module HELP!
Even i am facing the same issue, can some one help, I just get a blank side box without anything, I have followed the installation instructions, nothing seems wrong
Re: craftysyntax Live Help module HELP!
No Go: Cannot get the code into the right place within ZenCart. When I insert it pages go blank or cannot display cart information.
Where doe the code go once we load the Cragty Sidebox which is Blank after uplaoding files. Thanks.
Re: craftysyntax Live Help module HELP!
I can run the client from a separate html page created by the Generate HTML, but on my site under the sidebox it doesn't show.
the html that Zen Cart generates is
Code:
<div class="rightBoxContainer" id="craftysyntaxsidebox" style="width: 125px;">
<h3 class="rightBoxHeading" id="craftysyntaxsideboxHeading">Live Help</h3>
<div id="craftysyntaxsideboxContent" class="sideBoxContent centeredContent"><script type="text/javascript" src="/http://www.nahidfashions.com/livehelp/livehelp_js.php?department=2&pingtimes=15&username=Guest"></script></div></div>
This should work because the html file that I'm using to test is
Live Help
Can anyone tell me what's wrong with the Zen Cart generated code.
1 Attachment(s)
Re: craftysyntax Live Help module HELP!
Quote:
Originally Posted by
MagicMan
No Go: Cannot get the code into the right place within ZenCart. When I insert it pages go blank or cannot display cart information.
Where doe the code go once we load the Cragty Sidebox which is Blank after uplaoding files. Thanks.
My sidebox is still blank, but just so that you are correctly installed, you must edit the
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_craftysyntax_sidebox.php
see the readme file that comes with CSLH for the edits that are needed.
Re: craftysyntax Live Help module HELP!
I got it to work and it is pretty cool for a free app. This is what I did.
Forget the Crafty Syntax Sidebox. Too confusing.
I installed the blank sidebox located in the mods section. In the Zen downloads area do a search for Blank Sidebox. Upload files to correct directories. Make sure you are using your custom template.
Install the Blank Sidebox and look at it on your web site first so that you can get a good understanding of the changes that you will make and how it affects the side box.
Generate the code from Crafty Syntax program and insert it into this Blank SideBox File by replacing this text: "You can include text, links, images, HTML markup and even PHP code" I removed the <P></P> make sure to leave the ' '.
I also removed this entire line from same file:
$content .= '<p>' . TEXT_BLANK_SIDEBOX . '</p>';
Once I did this, the Crafty Chat image was perfectly centered and all extra space was gone. Works great!
Here is the file to edit and place the code:
>>>includes/templates/YOURTEMPLATE/sideboxes/tpl_blank_sidebox.php
You will also have to edit this file as well. These are the changes that I made:
>>>includes/languages/english/extra_definitions/YOURTEMPLATE/blank_sidebox_defines.php
define('BOX_HEADING_BLANK_SIDEBOX', 'Live Chat Help');
define('TEXT_BLANK_SIDEBOX', 'Status:');
Good luck and hope this helps.
Merry Christmas!:clap:
Re: craftysyntax Live Help module HELP!
Quote:
Originally Posted by
MagicMan
I got it to work and it is pretty cool for a free app. This is what I did.
Forget the Crafty Syntax Sidebox. Too confusing.
I installed the blank sidebox located in the mods section. In the Zen downloads area do a search for Blank Sidebox. Upload files to correct directories. Make sure you are using your custom template.
Install the Blank Sidebox and look at it on your web site first so that you can get a good understanding of the changes that you will make and how it affects the side box.
Generate the code from Crafty Syntax program and insert it into this Blank SideBox File by replacing this text: "You can include text, links, images, HTML markup and even PHP code" I removed the <P></P> make sure to leave the ' '.
I also removed this entire line from same file:
$content .= '<p>' . TEXT_BLANK_SIDEBOX . '</p>';
Once I did this, the Crafty Chat image was perfectly centered and all extra space was gone. Works great!
Here is the file to edit and place the code:
>>>includes/templates/YOURTEMPLATE/sideboxes/tpl_blank_sidebox.php
You will also have to edit this file as well. These are the changes that I made:
>>>includes/languages/english/extra_definitions/YOURTEMPLATE/blank_sidebox_defines.php
define('BOX_HEADING_BLANK_SIDEBOX', 'Live Chat Help');
define('TEXT_BLANK_SIDEBOX', 'Status:');
Good luck and hope this helps.
I thought about doing this, or just gutting the tpl_craftysyntax_sidebox.php and replacing it with the generated html, but I'm going to play around with the current code to figure out why it doesn't work.
Anyway thanks for letting us know this works as an alternative.
Re: craftysyntax Live Help module HELP!
If your host has Fantastico just install Crafty Syntax and use EZ pages in your Zencart to activate as a sidebox - Pretty simple to do that rather than alter any html files and thats what i did as all you need to do is insert some code into the EZ pages box then activate it as a sidebox.
I uninstalled Crafty though because it seems every 3 months or so it gets hacked and i decided i can live without a Help module.
Re: craftysyntax Live Help module HELP!
What happens when it gets hacked? Does it screw up your Zen Cart Also?