Page 62 of 124 FirstFirst ... 1252606162636472112 ... LastLast
Results 611 to 620 of 1238
  1. #611
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by rooisnor View Post
    I think I found the problem for now. I logged in as a test account but used the same browser IE. I changed to Firefox and logged in as the Admin and the problem is solved. Otherwise the admin account will bounce back to the 'test account admin'

    Thought I'll just mention this.
    This isn't normal Admin Profiles behavior and sounds like a problem or incompatibility in your local infrastructure. What version of Zen Cart are you using? What version of Admin Profiles?
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by SonyaT View Post
    I am having this issue

    1146 Table 'personal_zc1.zen_admin_allowed_categories' doesn't exist
    in:
    [select admin_id from zen_admin_allowed_categories where categories_id = '0']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    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.
    You are using the prefix "zen_".
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by yellow1912 View Post
    Any news regarding the new update Kuroi?

    Regards

    Raine
    Pressure, pressure.

    I have all the notes, just need a few minutes to actually implement them. Will bump it up the priorities again.
    Kuroi Web Design and Development | Twitter

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

  4. #614
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default HELP WITH Admin Profile Mod

    could someone tell me what the code should b for this im not a coder have no clue on it but i was readin the instructions but all the new updated download talks about is image handler instead of admin profile mod

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

    Default Re: Admin Profiles Support Thread

    The only references to Image Handler in Admin Profiles are as an example in the step-by-step guide to updating box files and have been there for the past two and half years. If you're finding them confusing, just ignore the example.

    If that's still too difficult, then I'm afraid you already have my best shot at explaining this and I would recommend that you either employ somebody from the Commerical Help Wanted section of this forum to do it for you, or wait until I release the next version which I hope will do away completely with the need to change box files.
    Kuroi Web Design and Development | Twitter

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

  6. #616
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    hello, I've installed this mod and it is great, thanks.
    i need this mod to charge products from another person.
    How can I set in way that this person don't see the
    www.mysite.com/admin/index.php ???
    I would that this person don't see my sales.
    How can I do?
    Please.
    Thanks a lot

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by giuly View Post
    How can I set in way that this person don't see the
    www.mysite.com/admin/index.php ???
    I would that this person don't see my sales.
    This was answered in detail earlier in this thread. Use the "search this thread" option to search for "admin home page" and it will be at the top of the list.

    (or maybe 2nd when I post this!)
    Kuroi Web Design and Development | Twitter

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

  8. #618
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    thanks and sorry, I've searched but I write terms traduced from italian, I don't know english at the top, and so I didn't find the post.


    Thanks a lot, now I found and I'll try.

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by giuly View Post
    thanks and sorry, I've searched but I write terms traduced from italian, I don't know english at the top, and so I didn't find the post.

    Thanks a lot, now I found and I'll try.
    No apology needed. I'd guessed that English might not be your first language and that you probably didn't know the search terms needed to find the answer. Good luck.
    Kuroi Web Design and Development | Twitter

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

  10. #620
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    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.

    I have done this, but I see the same all the orders and client.
    My ID number is 3
    I attach my index.zip
    Attached Files Attached Files

 

 

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