|
----------------------------------- Installation Video Available at:
Note: You need to have PHP
enabled on your domain for My Contact Station to work.
Edit the config file with your settings and information. The config file is commented to make this process easier. 2. mcsbasic/components/first.js Replace the default URL with the path to your URL. OPTIONAL CHANGES template/Thanks.html You can edit the default thank you message with one of your own. /demo.html To see the script in action and to test it on your domain, you can modify the
demo.html file. Just follow the comments. PLACING THE CODE ON YOUR SITE(S) MyContactStation works via javascript, so in order to use it on all your pages you need to insert the js link before the end Body tag of all the pages you want the contact station to work. Place this before </body> <script type="text/javascript" src="http://www.yourdomain.com/mcsbasic/components/mcs.js"></script> Placing javascript before the end body tag lets the rest of your page load before loading the script. IMPORTANT - YOUR PAGES MUST have a DOCTYPE Statement at the Top of each page. They should anyhow, but if they don't read here to see why... http://htmlhelp.com/tools/validator/doctype.html Once that is done all you need to do is insert the links to the contact station anywhere you want the links to appear. Replace yourdomain.com with your domain path. Here are some examples.. <a rel="nofollow" href="javascript:displayWindow('http://www.yourdomain.com/mcsbasic/','0');">Contact</a> Once you complete the above, MCSBasic should be working on your site. ------------------------------------------------------------- CHANGING THE HEADER TO YOUR OWN LOGO If you'd like to replace the Header in your Contact Station with your own graphic it's very easy... Do the following... 1. Make your Header Graphic 478 x 43 background:url(yourheadername.jpg); 4. In your Config.php file.. Remove the Contact Header Title.. Leave "" That's it.. -------------------------------------------------------------
|