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