Page 48 of 124 FirstFirst ... 3846474849505898 ... LastLast
Results 471 to 480 of 1238
  1. #471
    Join Date
    Mar 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    still good to see you here.. and now understand your absence .
    as for your reply, it opens more concerns and would seem to further complicate the the idea. for example doing as you suggest would work for a Specific admin user, this would have to be hard codes each time a new admin user was added ?, and not controllable thu the super admin.
    Another question would be, are there any changes needed in the database to reflect or control these sub users, or are these already accounted for.....
    Can you recommend someone who could code this for me?, really hard to find a reliable source on the freelance boards.

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by AndyII View Post
    still good to see you here.. and now understand your absence .
    as for your reply, it opens more concerns and would seem to further complicate the the idea. for example doing as you suggest would work for a Specific admin user, this would have to be hard codes each time a new admin user was added ?, and not controllable thu the super admin.
    Another question would be, are there any changes needed in the database to reflect or control these sub users, or are these already accounted for.....
    Can you recommend someone who could code this for me?, really hard to find a reliable source on the freelance boards.
    It would be difficult to "further" complicate this idea. It's inherently complicated due to the wide range of interventions into some of the the most complex and non-overrideable core code that would be needed to achieve it.

    I certainly wouldn't recommend hard-coding this for specific admin users. The Admin user system should be extended to make setting user access to categories maintainable.

    The forum is not the place for offering recommendations about coders. But I will say that this would require advanced knowledge of Zen Cart and I suspect that there are just a handful of people who could carry it off. I would very much doubt that any of them would need to go to the freelance boards to source business.
    Kuroi Web Design and Development | Twitter

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

  3. #473
    Join Date
    Mar 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    The forum is not the place for offering recommendations about coders. But I will say that this would require advanced knowledge of Zen Cart and I suspect that there are just a handful of people who could carry it off. I would very much doubt that any of them would need to go to the freelance boards to source business.
    Understood, I would have expected a PM if you did know of some opposed to a forum recommendation because of the nature of the request.
    I have found that the freelance boards are not what they were a couple years back.
    Any suggestions on where to look would be appreciated

  4. #474
    Join Date
    Jan 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by kuroi View Post
    There are no switches to turn this off (though they are on the TO DO list for a future version of Admin Profiles.

    For the time being you would have to make code changes. These would be done in in the admin/index.php file as follows:

    1) Find out what your admin ID is (you can see it to the left of your name on the Admin Settings page

    2) Open admin index.php and fin the following lines
    PHP Code:
    <div id="coltwo">
    <
    div class="reportBox"
    3) Insert the following between them
    PHP Code:
    <?php if ($_SESSION['admin_id'] == <your admin ID>) { ?>
    4) Go down 12 lines and insert the following immediately after the </div> line
    PHP Code:
    <?php ?>
    5) Now do the same between the following lines
    PHP Code:
    <div id="colthree">
    <
    div class="reportBox"
    and after the first </div> line a further 12 lines down.
    Excellent solution Sir. You are a stellar example of the Zencart spirit!

    Thank you.

  5. #475
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by kuroi View Post
    Kuroi has been working back-to-back 16 hour days to deliver a complex site in an impossibly short timeframe, and even though that's pretty well done and dusted, is still working crazy hours to catch up on work for other clients that got delayed as a result.
    Sounds like Kuroi needs to avail himself of my father-in-law's old saying:
    "The day has 24 hours.....THEN comes the night."
    Welcome back.

  6. #476
    Join Date
    Mar 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    im getting the 1146 Table 'MY_DB.admin_menu_headers' doesn't exist

    problem, but i dont know how to run the script properly in phpmyadmin

    any help?

  7. #477
    Join Date
    Jan 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Hi,

    I am having a problem with th 3rd party mods, if I give the permission once and then later uncheck it the third party mods do not disappear from the menu, they donot allow the user to make changes but still appear in the menu as a list item, this happens only with the third party mods, not with the others.

    Also I have made the file changes for 1.38a and rechecked my changes to the box files it all seems to as it should be.

    Please help...

  8. #478
    Join Date
    Mar 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Kuroi
    on the user_tracking_tools_dhtml.php, how is it called?, maybe I'm just looking in the wrong area......

  9. #479
    Join Date
    Mar 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    scratch that last post......

    on the user_tracking_tools_dhtml.php,
    I get an error after uploading and then accessing admin
    Fatal error: Call to undefined function: page_allowed() in........user_tracking_tools_dhtml.php on line 30

  10. #480
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    I will second the thanks to Kuroi from Vitalwares on how to modify index.php. I only wanted the employees to see the 'orders' and 'new orders' info so I suppressed half of column one and all of column two. Worked like a charm.

 

 
Page 48 of 124 FirstFirst ... 3846474849505898 ... 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