User Tools

Site Tools


sphinx:modifycats

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
sphinx:modifycats [2007/02/07 21:01]
helphand
sphinx:modifycats [2007/02/07 22:08] (current)
helphand
Line 1: Line 1:
 +^  :!: 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.
 +
 +  - Open the cats/constants.php file with a text editor and add the following line at line 57.<code>
 +define('DATA_ITEM_RESUME',    500);</code>
 +  - Open the cats/js/lib.js file with a text editor and add the following line at line 45.<code>
 + DATA_ITEM_RESUME    = 500;</code>
  
sphinx/modifycats.txt ยท Last modified: 2007/02/07 22:08 by helphand