Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information Unlimited help


dave111

Recommended Posts

Posted

Hey i installed information unlimited and everything seems to work, in admin area you can create no information pages, and the links show up in the information box, but the links dont work....please take a look and see you can help: http://www.xtreme-pc.org/junkyard

Thanks

Posted

sorry i meant "You CAN create new information pages" not "you can create no information pages"

Posted

These are the readme instructions for installing:

Add adown changes to following files

================================

 

## ADMIN AREA ##

includes/configure.php:

// Module: Information Unlimited

require(DIR_WS_MODULES . 'information/configure.php');

--------------------------------------------------------------

includes/application_top.php:

// Module: Information Unlimited

require(DIR_WS_INFORMATION . 'application_top.php');

-------------------------------------------------------------

includes/column_left.php:

// Module: Information Unlimited

require(DIR_WS_INFORMATION . 'boxes/information.php');

--------------------------------------------------------------

 

## CATALOG AREA ##

includes/application_top.php:

// Module: Information Unlimited

require(DIR_WS_MODULES . 'information.php');

===============================

 

1. Create database table 'information' (file 'information.sql').

2. Copy the files from the catalog and admin directories in this archive to your site.

 

Note: catalog/includes/boxes/information.php - Existing file will be overwritten!!

3. Congratulation! All is OK

 

I did all of them, what other files do i need to modify?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...