View Single Post
  #4  
Old 04-13-2006, 01:22 AM
 
shakes shakes is offline
 

Newbie
  
Join Date: Apr 2006
Location: Canada
Posts: 6
 

Default

well, i just figured out another way of doing it using skypes script, which comes with a very cool dropdown button, what do you guys think of it?

Code:
{* $Id: skype.tpl,v 0.1 2006/04/06 FS Exp $ *} {capture name=skype} <table width="100%" border="0" cellpadding="0"> <tr> <td><div align="center"> <script type="text/javascript" src="http://download.skype.com/share/skypebuttons/buttons/transparent_dropdown/dropdown.js"></script> <script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script> <div id="skypeTransparentDrp"> <div id="skypeDropdown-transparent-head">[img]http://download.skype.com/share/skypebuttons/buttons/transparent_dropdown/call.png[/img][img]http://download.skype.com/share/skypebuttons/buttons/transparent_dropdown/down.png[/img]</div> <div id="skypeDropdown-transparent" style="display: none;"> [img]http://download.skype.com/share/skypebuttons/buttons/transparent_dropdown/2.png[/img] [img]http://download.skype.com/share/skypebuttons/buttons/transparent_dropdown/3.png[/img] [img]http://download.skype.com/share/skypebuttons/buttons/transparent_dropdown/4.png[/img] [img]http://download.skype.com/share/skypebuttons/buttons/transparent_dropdown/5.png[/img] </div> </div> </tr> </table> {/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title="Skype contact us" menu_content=$smarty.capture.skype }

Of course, replace my userid with yours

Code:
<a href="skype:yourskypeuserid?call">

Also, if you want to let customers send you files, you can add this to the bottom of the code for another drop down menu item. I didn't want it so i axed it.


this way you don't need to use the .js file.

sorry, i'm no coding expert so sorry about the mess.

see it in action: http://soloboardshop.com/shop/home.php
__________________
XCART Version 4.0.18
Reply With Quote