banners and skype button

Discussion in 'Templates customization' started by ccwjames, May 2, 2015.

  1. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    trying to work out how to add a skype button for live support and also add some 468x60 banners

    i want to put them in the member/index page

    banner to right of the username and logout

    also the skype button right off
    Your Membership Information


    any help?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You need to modify templates.
    Login information block is displayed from /amember/application/default/views/_top,phtml template so you can add your code here.
    Skype button can be added to /amember/application/default/views/member/layout.phtml
  3. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    will look later thanks alex
  4. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    ok so the code for chat is

    <script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script>
    <div id="SkypeButton_Call_username1">
    <script type="text/javascript">
    Skype.ui({
    "name": "chat",
    "element": "SkypeButton_Call_username1",
    "participants": ["uk_sat"],
    "imageSize": 24
    });
    </script>
    </div>

    i can only get it way under the member information and not to the "N" but will look more
  5. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    i wanted to put banners alex as per image and have a skype small "S" at end of N of informantion

    Attached Files:

Share This Page