Page 32 of 124 FirstFirst ... 2230313233344282 ... LastLast
Results 311 to 320 of 1238
  1. #311
    Join Date
    Apr 2007
    Location
    Guatemala, Central America
    Posts
    10
    Plugin Contributions
    0

    Default 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

  2. #312
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    help question 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.


    Dave

  3. #313
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    help question 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.


    Dave

  4. #314
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by creative View Post
    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.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #315
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by fher98 View Post
    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.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #316
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by daver1510 View Post
    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.


    Dave
    Why not just follow the installation instructions packaged with the mod?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #317
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    help question 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!

  8. #318
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by daver1510 View Post
    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?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #319
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default 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.

  10. #320
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by gilby View Post
    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.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 
Page 32 of 124 FirstFirst ... 2230313233344282 ... LastLast

Similar Threads

  1. v150 Admin New Order [Support Thread]
    By lhungil in forum Addon Admin Tools
    Replies: 121
    Last Post: 5 Feb 2021, 07:51 PM
  2. v150 CSS Buttons for Admin [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 24 Dec 2015, 09:13 PM
  3. Admin-Editable Sidebox - Support Thread
    By kuroi in forum Addon Sideboxes
    Replies: 331
    Last Post: 29 Oct 2014, 04:15 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR