Page 123 of 124 FirstFirst ... 2373113121122123124 LastLast
Results 1,221 to 1,230 of 1238
  1. #1221
    Join Date
    Nov 2010
    Posts
    84
    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,948
    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,948
    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
    9,704
    Plugin Contributions
    123

    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.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #1227
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,501
    Plugin Contributions
    88

    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
    254
    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
    604
    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. 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