Page 29 of 124 FirstFirst ... 1927282930313979 ... LastLast
Results 281 to 290 of 1238
  1. #281
    Join Date
    Jun 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    It's showing up on mine now. What I did was just to put it the patches in admin.php from the install text file included.

  2. #282
    Join Date
    Jun 2007
    Posts
    4
    Plugin Contributions
    0

    bug Fatal Error on Install

    Hi there,

    I've just tried to install this Admin Profiles modification to my new install version of Zen 1.3.7 which has no extra 'mods' installed on it.

    Followed all the steps but when I now go to my Admin log-in, I get the following message.....

    Fatal error: Call to undefined function: menu_header_visible()
    in /homepages/34/d204809067/htdocs/zen/admin/includes/boxes/configuration_dhtml.php on line 13

    This was reported once earlier on these forums - but it's not a corrupt file as I've checked the remotely hosted version and all is well.

    I've checked my database tables based on some of the talk on these threads. I am Admin User ID 1 and all my tables start with the prefix I'd selected on install.

    So now I'm 'snookered' in that I can't get into Admin at all! Any solution to this show-stopper?????? (My fingers are tightly crossed!)

  3. #283
    Join Date
    Jun 2007
    Posts
    4
    Plugin Contributions
    0

    Default Temporary Fix?

    What seems to have worked (although I've yet to fully test as got to run....) - Is that I've simply copied the function it moaned about straight into the page that was trying to access it.

    That caused it too moan about another missing function - so I did the same, and repeat a few more times.

    Now I get my admin menus back including this excellent new 'Admin Settings' one which I'll try later.

    Question though - Do you forsee any problems arising from this fix I've done???? Obviously still grateful if there's a answer to the main issue (my prior post) as I'd prefer to understand from those that really know what they're doing!!!!

    Thanks!

  4. #284
    Join Date
    Jun 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Hi Kuroi,

    Nice Job. I had installed this and working fine. Thank you very much for this wonderful job. But I want to restrict users to categories and product label. Any idea How to do that. I am running a store where the retail shopkeepers will advertise their product in their own category. This is where I need to restrict users of admin section to view their products/category only. Would you pls suggest how to do that.

    Thanks
    Biren

  5. #285
    Join Date
    Oct 2006
    Posts
    2
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    This mod sounds like what I need. Will this work with 1.3.7?

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by rbobzin View Post
    OK, but keep in mind this will all be based on recollections served up by an increasingly fault-prone memory!
    Don't I know that feeling!!

    I'm puzzled by this. If it weren't for your recollection of the order in which you did things, I would have suggested that you may have accessed Super Orders before adding the specific box files for that mod. However, it's not a mod that I actually use, and it's the 2nd most challenging for Admin Profiles to interpret, so there may be something else going on in there.

    I would recommend going to the admin_files database table to obtain the IDs for the two rogue pages (and delete the records), and then go to the admin_allowed_pages table and delete all records that have those page_ids.
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by mlbracewell View Post
    I installed this mod successfully early in the year. I'm running ZC 1.37.

    My client has gone in and added categories and products. She has full permissions to access the Catalog but now cannot access most of the products.

    What do I need to do?
    This doesn't sound like an Admin Profile problem. AP is much more all or nothing as it cuts of access to particular functions such as editing categories and doesn't get involved at the level of individual products or categories.

    Could you describe what happens when she is unable to access a product? Is there an error message? Is she redirected away from the page? Does her browser fall over?
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by msrache View Post
    I've just uploaded Admin profiles after creating several admin accounts already. When I logged in again using other accounts, the menus are gone, but when I log in using my main account, it lets me access every admin menu. Sounds okay since I haven't set up permissions yet..
    Your analysis is correct.
    Quote Originally Posted by msrache View Post
    My question is, why is the P icon not showing up in my Admin Settings? How do I change permissions for individual admins then?
    Sounds as though you haven't fully implemented step 3 of the installation instructions. Do you have the "Edit Permission" button?

    [Aha see from your later post that you've now found the patches! ]
    Last edited by kuroi; 26 Jun 2007 at 01:16 PM. Reason: Read later post
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Temporary Fix?

    Quote Originally Posted by IslandGuy View Post
    Question though - Do you forsee any problems arising from this fix I've done????
    Probably not, though it's not ideal.
    Quote Originally Posted by IslandGuy View Post
    Obviously still grateful if there's a answer to the main issue (my prior post)
    Can you post the full path for the admin_profiles.php file on your remote server.
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by brianpat View Post
    I want to restrict users to categories and product label. Any idea How to do that. I am running a store where the retail shopkeepers will advertise their product in their own category. This is where I need to restrict users of admin section to view their products/category only. Would you pls suggest how to do that.
    Admin Profiles doesn't do this as it restricts access to admin functions not individual categories or products.

    What you're after is a much requested feature, but would be complex and difficult to maintain as am add-on module, as it would involve going into the category and product files. These change fairly frequently and are also amended by other mods with which it would clash.

    Your best bet therefore is the re-write of the whole Admin scheduled for Zen Cart 1.6, when hopefully something like this might get built into the core code.
    Kuroi Web Design and Development | Twitter

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

 

 
Page 29 of 124 FirstFirst ... 1927282930313979 ... 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