Hi
I installed the oscommerce contribution: customer testimonial v 2.1 .
I uploaded all the files, import the sql, do all the modification for all the mentioned files.

In admin, where there should be a MENU "testimonial manager" from admin > tools > testimonial manager, i couldn't find any.
Is there anything else I should do after I edit this php line? from oscommerce to oscmax.

FILE: catalog/admin/includes/boxes/tools.php

Find the following code:

$contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_BACKUP) . '" class="menuBoxContentLink">' . BOX_TOOLS_BACKUP . '</a><br>' .

Add the following line directly after it:
'<a href="' . tep_href_link(FILENAME_TESTIMONIALS_MANAGER) . '" class="menuBoxContentLink">' . BOX_TOOLS_TESTIMONIALS_MANAGER . '</a><br>' . // customer testimonials
I already modified all the other database table and filename.php in admin/includes.
I haven't modified the column left or column right, as I should work with them in BTS.

Please help....