Page 1 of 5 123 ... LastLast
Results 1 to 10 of 44
  1. #1
    Join Date
    Apr 2008
    Location
    UK
    Posts
    5
    Plugin Contributions
    0

    Default 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?

  2. #2
    Join Date
    Jun 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: craftysyntax Live Help module HELP!

    Find the help_sidebox_defines.php page and replace the text with your Crafty Syntax code

  3. #3
    Join Date
    May 2008
    Posts
    7
    Plugin Contributions
    0

    Default 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

  4. #4
    Join Date
    Oct 2007
    Location
    MA, USA
    Posts
    385
    Plugin Contributions
    0

    Default 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.
    Thank you, Sincerely, MagicMan

  5. #5
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    help question 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&amp;pingtimes=15&amp;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.

  6. #6
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Default Re: craftysyntax Live Help module HELP!

    Quote Originally Posted by MagicMan View Post
    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.
    Attached Files Attached Files
    Last edited by shocker; 16 Dec 2008 at 05:22 AM. Reason: added readme.zip

  7. #7
    Join Date
    Oct 2007
    Location
    MA, USA
    Posts
    385
    Plugin Contributions
    0

    Default 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!
    Thank you, Sincerely, MagicMan

  8. #8
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    help question Re: craftysyntax Live Help module HELP!

    Quote Originally Posted by MagicMan View Post
    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.

  9. #9
    Join Date
    Dec 2008
    Posts
    42
    Plugin Contributions
    0

    Default 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.

  10. #10
    Join Date
    Oct 2007
    Location
    MA, USA
    Posts
    385
    Plugin Contributions
    0

    Default Re: craftysyntax Live Help module HELP!

    What happens when it gets hacked? Does it screw up your Zen Cart Also?
    Thank you, Sincerely, MagicMan

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. CraftySyntax Live Help Sidebox image is empty
    By skywalker826 in forum Addon Sideboxes
    Replies: 0
    Last Post: 15 Jul 2011, 09:30 AM
  2. Need Help with Crafty Live Help Module
    By chrisb in forum General Questions
    Replies: 6
    Last Post: 14 Jan 2008, 08:04 PM
  3. Replies: 2
    Last Post: 17 May 2006, 09:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR