you can control this behaviour with the setting mailbeez > configuration > mailhive > early check
early check = false: all potential recipients are listed
early check = true: only those who have not gotten the email yet are listed
so you can chose yourself how you like it (there have been many question like "I run the module and now the list is empty - why" - so seems to be very depending on personal preferences)
cheers
cord
please tripple check you have the files
your-admin/includes/boxes/extra_boxes/mailbeez_tools_dhtml.php
your-admin/includes/extra_datafiles/mailbeez.php
(there is a include directory for the store and another for the admin - those are different directories)
cheers
cord
Just sent it.
Thanks.
you have a "keepalivetimer" code section which loads jquery a second time - this kills the MailBeez code.
please try to exclude the marked line
Code:<p>Do you want to continue your session?</p> </div> <link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css" type="text/css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js" type="text/javascript"></script> <script src="includes/javascript/jquery.idletimer.js?t=1351175259" type="text/javascript"></script> <script src="includes/javascript/jquery.idletimeout.js?t=1351175259" type="text/javascript"></script> <style type="text/css">a.ui-dialog-titlebar-close{display:none;}.ui-widget-overlay{background:green;opacity:.40;filter:Alpha(Opacity=40);}</style> <script type="text/javascript"> //setup the dialog $("#keepalivetimer").dialog({
The archive downloaded from www.mailbeez.com doesn't have file mailbeez_tracking.php
ReadMe.txt file included in archive sais that there should be 4 files.
admin:
my_admin/includes/boxes/extra_boxes/mailbeez_tools_dhtml.php
my_admin/includes/extra_datafiles/mailbeez.php
store:
includes/extra_datafiles/mailbeez.php
includes/extra_configures/mailbeez_tracking.php
File includes/extra_configures/mailbeez_tracking.php is NOT included in the archive. All other 3 files was copied to correct folders.
the mailbeez_tracking.php file is missing on purpose - the readme.txt is not updated (this is a mistake)
do you have any addon which is managing admin access to menu-entries?
in a default zencart installation the menu entry will show up when you placed all files as described
cheers
cord
Bookmarks