Avium Posted March 30, 2003 Share Posted March 30, 2003 Hi guys, I want to add an external link from one of my infoboxes, specifically to link to an external forum at a different domain name altogether. How should it be inserted? Thanks! Link to comment Share on other sites More sharing options...
Kristofor Posted March 30, 2003 Share Posted March 30, 2003 hi, go into the relevent boxes php file. for example the information box. you should have something like this $info_box_contents[] = array('align' => 'left', 'text' => '<a href="' . tep_href_link(FILENAME_SHIPPING, '', 'NONSSL') . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY, '', 'NONSSL') . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS, '', 'NONSSL') . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US, '', 'NONSSL') . '">' . BOX_INFORMATION_CONTACT . '</a>' all you do is change the bo xinformation stuff into a html link. it should work then. im not the best at explaining it sorry.. Don't die with the music in you!!! Failure is just another boundary to sucess!!! But that doesn't mean your getting somewhere... Link to comment Share on other sites More sharing options...
Avium Posted March 30, 2003 Author Share Posted March 30, 2003 Tried that, didn't work. That's why I posted here. Okay, let's say we use an example URL of http://www.12345.com/12345, and I want the link to say '12345' in the information infobox. Can someone help me based on this eg? Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.