Huy Posted March 26, 2003 Share Posted March 26, 2003 I added the contribution, but having a slight problem. I am able to insert the link so that it calls up allprods.php in my 'Information' box, but can't get it to show up in my 'Categories' box. I edited information.php with this: find: new infoBox($info_box_contents); and replace with: $info_box_contents[] = array('align' => 'center', 'text' => '<font size=-2><a href="' . tep_href_link(FILENAME_ALLPRODS, '', 'NONSSL') . '">' . BOX_INFORMATION_ALLPRODS . '</a></font>'); new infoBox($info_box_contents); I then attempted to do this for categories.php instead of information.php but it doesn't seem to work. I've done the exact same find/replace...but no results. Should I be replacing something else? Link to comment Share on other sites More sharing options...
toolcrazy Posted March 26, 2003 Share Posted March 26, 2003 Read this thread, I have explained this already. Between what you have learned and this thread you should figure it out. Steve ------------------------- Link to comment Share on other sites More sharing options...
toolcrazy Posted March 26, 2003 Share Posted March 26, 2003 Read this thread, I have explained this already. Between what you have learned and this thread you should figure it out. http://www.oscommerce.com/forums/viewtopic.php...&highlight=link Steve ------------------------- Link to comment Share on other sites More sharing options...
Huy Posted March 27, 2003 Author Share Posted March 27, 2003 I fixed my problem. Basically, I just did the same thing that I did for the information box to add a llink, but I had to clear my cache for the categories box in admin. The link showed up in the categories box after this. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.