Page 5 of 5 FirstFirst ... 345
Results 41 to 48 of 48
  1. #41
    Join Date
    Jul 2010
    Posts
    101
    Plugin Contributions
    0

    Default Re: Windows Live Messenger addon version 1.0

    Quote Originally Posted by gbengoose View Post
    Does anyone have a solution to this?
    Any help? Any one? Please!

  2. #42
    Join Date
    Mar 2011
    Posts
    2
    Plugin Contributions
    0

    Idea or Suggestion Re: Windows Live Messenger addon version 1.0

    For everyone who's interested, I bypass the ssl security by disabling the external MS link. So when entering the HTTPS there's no messenger icon anymore and no annoying warning too.

    I realize it's not a very nice solution, however, when most customers enter the secure part they already know what they want to buy :-)

    the complete code for tpl_messenger_live.php (located in your /includes/templates/template_default/sideboxes):

    PHP Code:
    <?php
    /**
     * Side Box Template
     *
     * @package templateSystem
     * @copyright Copyright 2009 Bouncing Limited, Philip Clarke
     * @copyright Modified 2010, Clive Vooght
     * @copyright Copyright 2003-2005 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     */

     
    if ($request_type == 'NONSSL') {

     
    $content '
    <div id="messengerliveContent" class="sideBoxContent">
    <center>
    <script type="text/javascript" src="http://settings.messenger.live.com/controls/1.0/PresenceButton.js"></script>
    <div
      id="Microsoft_Live_Messenger_PresenceButton_'
    .MESSENGER_INVITEE.'"
      msgr:width="100"
      msgr:backColor="#D7E8EC"
      msgr:altBackColor="#FFFFFF"
      msgr:foreColor="#424542"
      msgr:conversationUrl="http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee='
    .MESSENGER_INVITEE.'@apps.messenger.live.com&mkt=nl-NL"></div>
      <script type="text/javascript" src="http://messenger.services.live.com/users/'
    .MESSENGER_INVITEE.'@apps.messenger.live.com/presence?dt=&mkt=nl-NL&cb=Microsoft_Live_Messenger_PresenceButton_onPresence"></script>
    <br>'
    .BOX_TEXT_MESSENGER_LIVE.'</center>
    '
    ;
    }elseif(
    $request_type == 'SSL') {
     
    $content '
    <div id="messengerliveContent" class="sideBoxContent">
    <center>
    <!-- PUT HERE SOME TEXT IF YOU LIKE TO INFORM YOUR CUSTOMERS -->
    <br>'
    .BOX_TEXT_MESSENGER_LIVE.'</center>
    '
    ;
    }
    To answer the last question:

    Read the manual provided with the plugin, when login on to http://settings.messenger.live.com/a...bSettings.aspx
    choose for the most right option (single icon)

    Replace:

    <script type="text/javascript" src="http://settings.messenger.live.com/controls/1.0/PresenceButton.js"></script>
    <div id="Microsoft_Live_Messenger_PresenceButton_'.MESSENGER_INVITEE.'"
    msgr:width="100"
    msgr:backColor="#D7E8EC"
    msgr:altBackColor="#FFFFFF"
    msgr:foreColor="#424542"
    msgr:conversationUrl="http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee='.MESSENGER_INVITEE.'@apps.messenger.live.com&mkt=nl-NL"></div>
    <script type="text/javascript" src="http://messenger.services.live.com/users/'.MESSENGER_INVITEE.'@apps.messenger.live.com/presence?dt=&mkt=nl-NL&cb=Microsoft_Live_Messenger_PresenceButton_onPresence"></script>

    for:

    <a target="_blank" href="http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee='.MESSENGER_INVITEE.'@apps.messenger.live.com&mkt=nl-NL"><img style="border-style: none;" src="http://messenger.services.live.com/users/[email protected]/presenceimage?mkt=nl-NL" width="16" height="16" /></a>

    and then replace:

    <img style="border-style: none;" src="http://messenger.services.live.com/users/[email protected]/presenceimage?mkt=nl-NL" width="16" height="16" />

    for:

    <img style="border-style: none;" src="/path/to/your/image"
    width="16" height="16" />

    Regards,
    Ronald

  3. #43
    Join Date
    Jul 2011
    Location
    Illinois
    Posts
    20
    Plugin Contributions
    0

    Default Re: Windows Live Messenger addon version 1.0

    I successfully installed this add-on on my own custom template, but I recently decided to use a free template. If I turn on the sidebox with this add-on in it, my page stops loading after the header.

    I'm using v 1.3.9h and the Ashley Pink template.

    http://shoplittlemissk.com

    I currently have the sidebox turned on.

    Is there a conflict between the image slideshow and this add-on? When I turn the sidebox off, the page loads fine.

  4. #44
    Join Date
    Jul 2011
    Location
    Illinois
    Posts
    20
    Plugin Contributions
    0

    Default Re: Windows Live Messenger addon version 1.0

    Anyone?

  5. #45
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,090
    Plugin Contributions
    0

    Default Re: Windows Live Messenger addon version 1.0

    Quote Originally Posted by shoplittlemissk View Post
    Anyone?
    Have you tried putting the button in the header or footer, or even in a product description (just to test), and not in a sidebox?. If you do that, and it works fine, then you can determine its a sidebox conflict rather than two things not working together. I use this mod in my header navigation and it works brilliantly.

  6. #46
    Join Date
    Jun 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Windows Live Messenger addon version 1.0

    http://settings.messenger.live.com/a...bsettings.aspx
    on this page i click on the box to allow anyone on the web to see
    but when i go to save
    i get the following error

    Sorry, your settings can't be saved right now. Please try again later.

    so then if i click on the create html section, am i right to pressume the number after the
    <iframe src="http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee= xxxxxxxxxx - wont work, as it has not saved on the prior page

    how can i fix it so i can save , or is it just a problem with window live mail at the present time

  7. #47
    Join Date
    Jun 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Windows Live Messenger addon version 1.0

    i am only new to all this, so please put up with my stupid questions

    i am using zen cart 1.3.9
    cpanel flie manager v3
    and when i open the cpane l section
    i have the file - www
    but from there i dont have the file catalog
    this is the files i have once i open www -

    /public_html/_private
    /public_html/_vti_bin
    /public_html/_vti_cnf
    /public_html/_vti_log
    /public_html/_vti_pvt
    /public_html/_vti_txt
    /public_html/adminarea
    /public_html/ajax
    /public_html/bmz_cache
    /public_html/cache
    /public_html/cgi-bin
    /public_html/cron
    /public_html/download
    /public_html/eDitorSecRet777
    /public_html/email
    /public_html/extras
    /public_html/images
    /public_html/includes
    /public_html/media
    /public_html/min
    /public_html/myfiles1
    /public_html/plugins
    /public_html/pub
    /public_html/tempEP

    so out of all these files which one would i use to install the files to

  8. #48
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Windows Live Messenger addon version 1.0

    Does this sidebox still work following the messenger changeover to skype?

 

 
Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. Yahoo Messenger Addon?
    By Rich219 in forum Addon Sideboxes
    Replies: 0
    Last Post: 6 Jan 2011, 10:13 PM
  2. Windows Live Messenger - can someone test for me?
    By rbarbour in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 19 Nov 2010, 03:03 PM
  3. Windows Live Messenger for Zen ca rt -icon not appear
    By navido in forum General Questions
    Replies: 0
    Last Post: 3 Apr 2010, 05:56 AM
  4. how to add msn messenger into live help 1.1?
    By G4man in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Dec 2008, 05:26 PM
  5. how to add msn messenger into live help1.1 sidebox?
    By G4man in forum Addon Sideboxes
    Replies: 1
    Last Post: 30 May 2007, 04:31 AM

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