Re: Admin Profiles Support Thread
Hi, does this plugin works for ZC 1.3.7???
Cuz I only see updates for 1.3.6 on the archive..
thanks
Re: Admin Profiles Support Thread
Did I miss something?
I copied admin_control to admin.
I copied denied to admin.
I copied icon_permissions to admin/images.
I copied config_admin_profile to admin/includes/auto_loaders.
I copied product_music+extras.dhtmp to admin/includes/boxes/extra_boxes.
I copied catalog_dhtml, configuration_dhtml, customers_dhtml, extras_dhtml, gv_admin_dhtml, localazation_dhtml, modules_dhtml, reports_dhtml, taxes_dhtml, tools_dhtml
to admin/includes/boxes.
I copied admin_profile_data to admin/includes/extra_datafiles.
I copied admin_profile to admin/includes/functions.
I copied int_admin_auth to admin/includes/int_includes/overrides.
I copied button_edit_permissions to admin/includes/languages/english/images/buttons.
I copied english (from the extras_patches) to admin/includes/languages.
I copied user_tracking_tools_dhtml to extras.
also I updated file with install_admin_profiles, and upgrade_admin_profile.
It still doesn't work. What did I do wrong.
:frusty:
Dave
Re: Admin Profiles Support Thread
Did I miss something?
I copied admin_control to admin.
I copied denied to admin.
I copied icon_permissions to admin/images.
I copied config_admin_profile to admin/includes/auto_loaders.
I copied product_music+extras.dhtmp to admin/includes/boxes/extra_boxes.
I copied catalog_dhtml, configuration_dhtml, customers_dhtml, extras_dhtml, gv_admin_dhtml, localazation_dhtml, modules_dhtml, reports_dhtml, taxes_dhtml, tools_dhtml
to admin/includes/boxes.
I copied admin_profile_data to admin/includes/extra_datafiles.
I copied admin_profile to admin/includes/functions.
I copied int_admin_auth to admin/includes/int_includes/overrides.
I copied button_edit_permissions to admin/includes/languages/english/images/buttons.
I copied english (from the extras_patches) to admin/includes/languages.
I copied user_tracking_tools_dhtml to extras.
also I updated file with install_admin_profiles, and upgrade_admin_profile.
It still doesn't work. What did I do wrong.
:frusty:
Dave
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
creative
I wanted to share how I solved the problem of "the missing P" cited in some of the previous posts for this thread. Following the whole template override idea, I tried to carry this over to the admin section when copying the admin.php file. For example, I instinctively placed Kuroi's admin.php as admin\yourtemplate\admin.php since there was already an admin.php in existence and I didn't want to overwrite it.
Guess that doesn't really work for admin side? I'm not sure, but since I haven't altered the admin.php for my site and had a backup copy, I used Kuroi's file and placed it directly in the admin folder, overwriting the original. Magically, the "P" appeared and everything works great.
If I'm making a huge mistake in doing this, someone please comment so others don't do the same. Thanks!
You're not making a mistake at all. The over-ride system hasn't yet been extended to the Admin part of Zen Cart, so currently you must overwrite rather than override the file there.
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
fher98
Hi, does this plugin works for ZC 1.3.7???
Cuz I only see updates for 1.3.6 on the archive.
Yes. There was no need to upgrade it for 1.3.7 or 1.3.7.1.
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
daver1510
Did I miss something?
I copied admin_control to admin.
I copied denied to admin.
I copied icon_permissions to admin/images.
I copied config_admin_profile to admin/includes/auto_loaders.
I copied product_music+extras.dhtmp to admin/includes/boxes/extra_boxes.
I copied catalog_dhtml, configuration_dhtml, customers_dhtml, extras_dhtml, gv_admin_dhtml, localazation_dhtml, modules_dhtml, reports_dhtml, taxes_dhtml, tools_dhtml
to admin/includes/boxes.
I copied admin_profile_data to admin/includes/extra_datafiles.
I copied admin_profile to admin/includes/functions.
I copied int_admin_auth to admin/includes/int_includes/overrides.
I copied button_edit_permissions to admin/includes/languages/english/images/buttons.
I copied english (from the extras_patches) to admin/includes/languages.
I copied user_tracking_tools_dhtml to extras.
also I updated file with install_admin_profiles, and upgrade_admin_profile.
It still doesn't work. What did I do wrong.
:frusty:
Dave
Why not just follow the installation instructions packaged with the mod?
Re: Admin Profiles Support Thread
Maybe I'm missing something. I found the install_admin_profiles.sql file, but could not find the install_adminlevels.sql file.
If you are using a database prefix for your Zen Cart tables, you must either: run the install_adminlevels.sql file using Zen Cart's Admin > Tools > Install SQL Patch facility, or edit the file to change the prefix for all create table and insert statements, before running it using your preferred tool.
If you are not using a database, simply run the install_admin_profiles.sql file using your preferred tool for executing SQL (e.g. phpMyAdmin
I dropped the admin folded in my shop and checked everything is where it should be but I still do not get the "P".
Help!
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
daver1510
Maybe I'm missing something. I found the install_admin_profiles.sql file, but could not find the install_adminlevels.sql file.
I dropped the admin folded in my shop and checked everything is where it should be but I still do not get the "P".
That you should run install_admin_profiles.sql and not install_adminlevels.sql has been covered several times previously in this support thread.
Which option did you select for step 3?
Re: Admin Profiles Support Thread
Is there an abilty to tie a particular user to an IP address with this mod?
I would like to restrict a users access to a work computer.
They shouldn't be able to have access from another computer away from work.
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
gilby
Is there an ability to tie a particular user to an IP address with this mod?
Not currently, but it's on the To Do list and not that far from the top now.