roughrider Posted March 12, 2006 Posted March 12, 2006 How can I divert "contact us" to "outside link" due to spam? I want it to point to my live support link instead until I can fix this major spamming problem. Can you please direct me step by step? Many Thanks Ride It Like You Stole It
Silverado05 Posted March 12, 2006 Posted March 12, 2006 Their is a easy way but first need to know how many Contact Us links you have an where are they, or do you just have the one in the information box? Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.
roughrider Posted March 12, 2006 Author Posted March 12, 2006 Their is a easy way but first need to know how many Contact Us links you have an where are they, or do you just have the one in the information box? Hi I just need to change the one in the information box. Thanks Ride It Like You Stole It
ozcsys Posted March 12, 2006 Posted March 12, 2006 HiI just need to change the one in the information box. Thanks includes/boxes/information.php The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
roughrider Posted March 12, 2006 Author Posted March 12, 2006 includes/boxes/information.php Yes but how do I change this '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); to link to this? http://www.mysite.co.uk/mclivehelp/livehelp.php?department=1 Ride It Like You Stole It
Silverado05 Posted March 12, 2006 Posted March 12, 2006 Replace: '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); With '<a href="http://www.mysite.co.uk/mclivehelp/livehelp.php?department=1">' . BOX_INFORMATION_CONTACT . '</a>'); Hope this helps Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.
roughrider Posted March 12, 2006 Author Posted March 12, 2006 You diamond Nick. Works a treat .. thanks. Don't suppose you got answers to this post have you before it gets lost in space? http://www.oscommerce.com/forums/index.php?act=ST&f=11&t=199029 :P Ride It Like You Stole It
Jack_mcs Posted March 12, 2006 Posted March 12, 2006 You should add target="_blank" to that code or you may cause a loss of session ID's. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
roughrider Posted March 12, 2006 Author Posted March 12, 2006 You should add target="_blank" to that code or you may cause a loss of session ID's. Jack Got it, thanks Jack Ride It Like You Stole It
johlin Posted March 12, 2006 Posted March 12, 2006 How can I divert "contact us" to "outside link" due to spam?I want it to point to my live support link instead until I can fix this major spamming problem. Can you please direct me step by step? Many Thanks You could always create a new Yahoo! (or whatever) email account and direct osCommerce mails to it rather than your main email account...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.