Quote Originally Posted by Godowsky View Post
Hello. Very Nice mod. but i have a problem.. dont know how to exit also because none seems to have it. Everything is working but in the admin area i cant see the menu entry. At its place i see only after configuration:
BOX_REWARD_POINTS, 'link' => zen_href_link(ADMIN_FILENAME_REWARD_POINTS, '', 'NONSSL')); ?>
and there is no entry in catalog. I checked a lot of times and i placed all the files in the correct folder. any ideas? thanks
Check this file admin/includes/boxes/èxtra_boxes/reward_points_catalog_dhtml.php- it should read

PHP Code:
<?
  $za_contents[] = array('text' => BOX_REWARD_POINTS, 'link' => zen_href_link(ADMIN_FILENAME_REWARD_POINTS, '', 'NONSSL'));
?>