User Tools

Site Tools


sphinx:modifycats
:!: This Documentation Applies to CATS Version 0.6.1 :!:
The CATS Team has since released new versions, the material documented here likely will not work on the new versions without modification.

Modify the Base CATS System

The following alteration to constants.php adds a new data item, resume, for use by the base CATS system in tracking saved searches from the new Search page.

  1. Open the cats/constants.php file with a text editor and add the following line at line 57.
    define('DATA_ITEM_RESUME',    500);
  2. Open the cats/js/lib.js file with a text editor and add the following line at line 45.
     DATA_ITEM_RESUME    = 500;
sphinx/modifycats.txt · Last modified: 2007/02/07 22:08 by helphand