Posted by nidhi
2014-07-11

hi i am using your script for my project which also contains some other features so i already have created a database for the project therefore will it be possible to change the table name across the script. the script is fantastic thanks for it and plzzzzzzz help!!!!!!!11
Posted by Tom
2014-07-11

Hi nidhi,

>will it be possible to change the table name across the script.

Yes, you can change the table names. Open web/codelib/cfg/config.table_name.inc.php in a text editor and edit the following code:
define( 'TBL_GENLOG', TBL_PREFIX . 'genlog' );
define( 'TBL_STAFF', TBL_PREFIX . 'staff' );
define( 'TBL_LEAD', TBL_PREFIX . 'lead' );