Page 123 of 124 FirstFirst ... 2373113121122123124 LastLast
Results 1,221 to 1,230 of 1233
  1. #1221
    Join Date
    Nov 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    I had a restore of my admin path...all is OK now but I would still like to install this mod...I am using the Apsona ShopAdmin mod. Is this uncompatble with it and is there problems with the query language used in the install patch? Should that install patch be run in the window in admin? I did a browse and upload.


    Quote Originally Posted by gotlogos View Post
    Tried uninstallign the mod and now all I get is blank scren...desperately need some help...

  2. #1222
    Join Date
    Dec 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Hi love this mod . Could you tell me when it might be updated for 1.5
    Thanks

  3. #1223
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,855
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    deleted...meant to respond to a different post.

  4. #1224
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,855
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by lee2 View Post
    Hi love this mod . Could you tell me when it might be updated for 1.5
    Thanks
    Admin Profile functionality is now included (and improved upon) by default in Zen Cart 1.5.

  5. #1225
    Join Date
    Aug 2012
    Location
    Amsterdam
    Posts
    1
    Plugin Contributions
    0

    Default Re: Admin Profiles (for v1.3.x only!) Support Thread

    i'm busy whit upgrade my store to version 1.5.0 (it on a localhost) looking of de module still works. but i'll ran into an problem. it's an beautiful addision the admin profiles, but most of the modules only works for superuser. if got one module that works well "sales report", but i can figure it out why that one work, and the other ones not.

    if install easy populate too ( but that one only work for superuser too)
    not for users whit an other profile ( and il check it on at admin profile settings)

    does any one have the same problem?
    or even better an solutions

  6. #1226
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,510
    Plugin Contributions
    127

    Default Re: Admin Profiles (for v1.3.x only!) Support Thread

    Admin Profiles 1.3.9 users: if you use the Pinterest.com Pin It Button mod, you must REMOVE the ".com" from the configuration_group entry for this mod; otherwise, you won't be able to turn on the configuration page for this button in admin profiles (you will check the button and do a save but the save won't stick). This issue has been fixed in 1.5.1 (and probably 1.5.0) where admin profiles is built in, but it does affect the 1.3.x Admin Profiles mod.

    Removing all the ".com" strings from the install.sql file is probably the easiest way to do this.
    If you have already installed Pinterest and are having this problem, go into mysql and modify the configuration_group table to change "Pinterest.com Pin-It Button" to "Pinterest Pin-It Button", then make the same change in the admin_files table.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  7. #1227
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    1,979
    Plugin Contributions
    21

    Default Re: Admin Profiles (for v1.3.x only!) Support Thread

    Quote Originally Posted by Brothers View Post
    i'm busy whit upgrade my store to version 1.5.0 (it on a localhost) looking of de module still works. but i'll ran into an problem. it's an beautiful addision the admin profiles, but most of the modules only works for superuser. if got one module that works well "sales report", but i can figure it out why that one work, and the other ones not.

    if install easy populate too ( but that one only work for superuser too)
    not for users whit an other profile ( and il check it on at admin profile settings)

    does any one have the same problem?
    or even better an solutions
    If you check the plugins that don't work, my bet is that they have their filename (usually in a .php file present in /YOUR_ADMIN/includes/extra_datafiles) in the form
    Code:
    define('MY_PLUGIN_FILENAME', 'my_plugin.php');
    The trailing .php causes a mismatch in the plugin validation for non-superusers because only the 'basename' of the plugin is included in the search. You can correct the problem (on a plugin-by-plugin basis) by modifying the extra_datafile to read
    Code:
    define('MY_PLUGIN_FILENAME', 'my_plugin');

  8. #1228
    Join Date
    Sep 2012
    Posts
    66
    Plugin Contributions
    0

    Default Re: Admin Profiles (for v1.3.x only!) Support Thread

    kj
    Last edited by southshorepizza; 29 Oct 2012 at 08:08 AM.

  9. #1229
    Join Date
    Dec 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Admin Profiles (for v1.3.x only!) Support Thread

    Quote Originally Posted by lat9 View Post
    If you check the plugins that don't work, my bet is that they have their filename (usually in a .php file present in /YOUR_ADMIN/includes/extra_datafiles) in the form
    Code:
    define('MY_PLUGIN_FILENAME', 'my_plugin.php');
    The trailing .php causes a mismatch in the plugin validation for non-superusers because only the 'basename' of the plugin is included in the search. You can correct the problem (on a plugin-by-plugin basis) by modifying the extra_datafile to read
    Code:
    define('MY_PLUGIN_FILENAME', 'my_plugin');
    Thank you very much, It's very helpfull for me.

  10. #1230
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    613
    Plugin Contributions
    0

    Default Re: Admin Profiles (for v1.3.x only!) Support Thread

    Hi There,

    I was wondering if there is a way to modify a file to disable admin profiles mod?

    I'm using zen cart 1.39h. Been using admin profiles without issues for a couple years and made no changes.

    For some unknown reason my admin login stopped working. The admin email also apparently is incorrect.

    I have run a sql query (http://www.zen-cart.com/content.php?44) and added an admin account.

    I CAN login to admin now BUT can't edit anything as admin profiles mod is blocking access.

    "Sorry, your security clearance does not allow you to access this resource.

    Please contact your site administrator if you believe this to be incorrect.

    Sorry for any inconvenience."

    Under tools I can't see the admin profiles option.

    I'd rather not un install the whole mod if there is a better option would be great.

    Any help appreciated!
    That wasn't the plan!

 

 

Similar Threads

  1. Admin-Editable Sidebox - Support Thread
    By kuroi in forum Addon Sideboxes
    Replies: 322
    Last Post: 22 May 2013, 10:07 AM
  2. Admin Simple Create Order [Support Thread]
    By ivan.kristianto in forum All Other Contributions/Addons
    Replies: 112
    Last Post: 5 Feb 2013, 08:33 AM
  3. PO Box Ban [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 23
    Last Post: 28 Oct 2009, 11:58 PM
  4. Admin Activity Report [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 6 Aug 2009, 12:47 PM
  5. Admin Users - Restrict Product Categories Support Thread
    By anafor in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Aug 2008, 09:30 AM

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
  •