RE: Adding Links

Wizzud <[email protected]>
Newsgroups gmane.comp.web.oscommerce.suggestions
Message-ID <179dfc018f0d6b4c6cb3e92ef0671fa5@osCommerce-Forums>
This message was sent from: Suggestions and Proposals
http://forums.oscommerce.com/viewtopic.php?p=186878#186878
----------------------------------------------------------------

The information box is constructed by [b]includes/boxes/information.php[/b]. In there you'll find a list of the links that it displays, for example
[code]'<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .[/code]
The links in your information box are more than likely all internal to osCommerce so they use definitions such as FILENAME_PRIVACY, which is defined in [b]includes/application_top.php[/b] as 'privacy.php'. If you want an external link just put in the full url instead. The text for the link, BOX_INFORMATION_PRIVACY, is defined in each of the language files, eg. [b]includes/languages/english.php[/b].
If you want lots of external links there is an excellent Links Manager contribution available that you might want to investigate ... 
http://www.oscommerce.com/community/contributions,1256/page,9
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.