This is a discussion on Adding outside links to info boxes within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I installed a forum and topsite section in my web site. I made a box called extras, In extas I ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I made a box called extras, In extas I need to link to these programs which are located outside the catalog directory ie... http://forums.mysite.com instead of www.mysite.com/forums. My question is how do I write the link to go directly to the forum? I type it in as a url link in boxes/extras and osc adds the mysite.com before forums.mysite.com. so it looks like this..... http://www.mysite.com/forums.mysite.com which of course does not work. Any suggestions? |
|
#2
| ||||
| ||||
| I am not sure if you followed the instructions in the guide, but this is normally where you would add the link info: file: /catalog/includes/boxes/yourcustombox.php Simply hardcode your url into this section. That should work for you. See the last link in this example: Code: $info_box_contents[] = array('align' => 'left',
'text' => '<a href="' . tep_href_link(FILENAME_TESTPAGE1, '', 'NONSSL') . '">' . BOX_TEST_LINK1 . '</a><br>' .
'<a href="' . tep_href_link(FILENAME_TESTPAGE2, '', 'NONSSL') . '">' . BOX_TEST_LINK2 . '</a><br>' .
'<a href="' . tep_href_link(FILENAME_TESTPAGE3, '', 'NONSSL') . '">' . BOX_TEST_LINK3 . '</a><br>' .
'<a href="http://yourlink.com">AAbox Hosting</a>'
|
|
#3
| |||
| |||
| Thanks for your help.... Now if you want to upload all 4000 products for me i would be even more greatful RFL You guys are great! |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| image headers in info boxes? | Dragonmom | osCMax v2 Customization/Mods | 4 | 12-20-2006 08:13 AM |
| Customization of info boxes | islander | osCMax v2 Customization/Mods | 6 | 03-05-2006 01:46 PM |
| New pages and straight links in info block(box) | thedesignbase | osCMax v1.7 Discussion | 2 | 01-29-2005 08:11 AM |
| how do I increase the width of the info boxes ? | twinklep | osCommerce 2.2 Modification Help | 1 | 09-09-2004 08:38 PM |
| boxes and links help me | andes1 | osCommerce 2.2 Modification Help | 0 | 07-08-2004 10:13 AM |