Community Add-Ons

Add file to this package
Top » InfoBoxes

InfoPages_v0.1
for osCommerce Online Merchant v2.2

This is a variation of the Information Unlimited v1.1a contribution from Joeri Stegeman. The vast majority of the code is what was submitted by him, with a few modifications:

InfoPages allows for unlimited additions to either the existing "Information" infobox or the creation of a new infobox for holding links to additional pages you may want to create. Either option is achieved through the Admin area of osC.

Legend:  Download   Report
Expand All / Collapse All
Problem Fix peterpil19 7 Sep 2005  

If anyone had the same problem as me entering the admin area, getting an error message saying that the application_top.php could not be located.....error in line....

Locate admin/includes/application_top.php,

try changing

// Module: InfoPages
require(DIR_WS_INFOPAGES . 'application_top.php');

to

// Module: InfoPages
require(DIR_WS_MODULES . 'infopages/application_top.php');

This seems to stop the problem. I've included the original instructions with that change.

InfoPages_v0.1b Stuart Owens/Greg Williams 2 Mar 2003  
infopages_manager fix Stuart Owens/Greg Williams 2 Mar 2003  
InfoPages_v0.1 Stuart Owens/Greg Williams 2 Mar 2003