Guest Posted December 19, 2004 Posted December 19, 2004 hi there, i need to change the links in the boxes in the bottom left hand side of the main page that link to contacts,terms and condition etc so that they link to an external; web page, anybody have any ideas? much apreciated Cheers
ozcsys Posted December 19, 2004 Posted December 19, 2004 hi there, i need to change the links in the boxes in the bottom left hand side of the main page that link to contacts,terms and condition etc so that they link to an external; web page, anybody have any ideas?much apreciated Cheers <{POST_SNAPBACK}> The links are found in your includes/boxes/information.php file, you can edit them there. If you are linking to an external page just use html for the links. 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??
Guest Posted December 19, 2004 Posted December 19, 2004 The links are found in your includes/boxes/information.php file, you can edit them there. If you are linking to an external page just use html for the links. <{POST_SNAPBACK}> thank you for that sorry to be a pain could you give me a small example i did try changing just using a href but made the page unloadble. thank you
Jack_mcs Posted December 19, 2004 Posted December 19, 2004 Find this line in includes/boxes/information.php '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . and right after it add this line '<a title="Some Title" href="http://www.mysite.com/">Some Name</a><br>' . 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
Tom in AZ Posted December 21, 2004 Posted December 21, 2004 Awesome stuff, now is there a way to make your Box with its own name?
Jack_mcs Posted December 21, 2004 Posted December 21, 2004 All you need to do is copy the information.php file and rename it. The references in that file will need to be changed (BOX_HEADING_INFORMATION) and you should also place an entry in the filenames.php but it is not required. 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.