Re: Admin Profiles Support Thread
Quote:
Originally Posted by
rooisnor
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?
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
SonyaT
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.
Quote:
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_".
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
yellow1912
Any news regarding the new update Kuroi?
Regards
Raine
Pressure, pressure. :cry:
I have all the notes, just need a few minutes to actually implement them. Will bump it up the priorities again. :wink:
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
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.
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
:smile:
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
giuly
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!)
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.:blush:
Thanks a lot, now I found and I'll try.:P
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
giuly
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.:blush:
Thanks a lot, now I found and I'll try.:P
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.
:wink:
1 Attachment(s)
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
kuroi
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
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