Hi Jeff,
Petter stated previously in this thread that he will not be able to continue work on the User Tracking mod:
http://www.zen-cart.com/forum/showpo...2&postcount=79
Can you integrate your UT code updates into a new version and upload to the ZC download area? Maybe we could "beta" test your updates here before uploading a new version?
BTW I just installed your updated /admin/user_tracking.php file. And I like.
I do note the content associated with the ENTRY_START_DATE and ENTRY_START_DATE_TEXT defines do not display. Is there another file we are suppose to upload or patch or icon images which need uploaded? The snippet below is where the defines are called in /admin/user_tracking.php
Woody<tr>
<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
<td class="main"><?php echo ENTRY_START_DATE; ?></td>
<td class="main">
<?php
echo zen_draw_pull_down_menu('sdate_month', $date_month, $start_date_month_val);
echo zen_draw_pull_down_menu('sdate_day', $date_day, $start_date_day_val);
echo zen_draw_pull_down_menu('sdate_year', $date_year, $start_date_year_val);
echo zen_not_null(ENTRY_START_DATE_TEXT) ? '<span class="inputRequirement">' . ENTRY_START_DATE_TEXT . '</span>': '';
?>
</td>
<td class="main" align="left"><?php echo zen_image_submit('button_report.gif', 'Update Report'); ?></td>
</tr>



Reply With Quote
