Re: Admin Profiles Support Thread
Yes, you need to go into your TOOLS>Admin Settings, and select the P icon (for permissions) for you user login.
Then, make sure you select all the menus/tools/mods that you want your logon to have access too! (It's the purpose of this mod to allow you to set what permissions/access each admin logon has access too, as part of that, you have to make sure you give your "master" admin access to everything!)
For the Apsona access, you need to make sure you have checked/selected the following:
salemaker info
salemaker popup
apsona index
Once you have given yourself permission to these contributions, then you should be able to input that address into your browser address bar, and it should take you to the Apsona module.
Re: Admin Profiles Support Thread
Thanks, but also other mods like amazon mod doesnt work show up in the admin menu at all... Hopefully there will be a fix so that you can use things without typing in specific locations. Although this mod is awesome for security/control of other admin users.
Re: Admin Profiles Support Thread
Simple way to restrict access within pages
e.g stats on the main page
Get the admin id's that you want to allow access to the content
Insert above
The first <div class="reportBox"> about line 80
<?php if ($_SESSION['admin_id = 1,2,4,']) { ?>
Insert below the second closing </div> around line 167
<?php } else { ?> Insert any Content here you want to show to restrited access<?php } ?>
It's simple but it works, hope it helps
Cheers
Re: Admin Profiles Support Thread
WOW, pls help me I changed my admin progfile and canīt access any part of my shopbackend! Pls can anybody tell me how to revert this. How will I get my menu items back? PLS Help.
Kind regards Patrick
Re: Admin Profiles Support Thread
ZC Version: 1.3.9h
Upgraded from 1.3.8a to latest; all working perfectly, then tried to upgrade Admin Profiles and all I get are white pages. Have checked the code for white space, syntax errors etc and I can't see why or how it's happening...any assistance would be greatly appreciated.
Re: Admin Profiles Support Thread
Peek in the /cache directory and it should show debug logs to indicate where the problems may be ...
If you see no error logs then make sure the /cache directory is writable ...
Re: Admin Profiles Support Thread
No error logs and directory was 777, so went for uninstall/reinstall and it's now working great.
Re: Admin Profiles Support Thread
Hi,
I tried to install Admin Profiles and CEON URI Mapping. The problem is that you can't access CEON module in the Admin panel if you have Admin Profiles installed.
Do you know the way how to fix this problem?
Thanks.
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
Igor_
Hi,
I tried to install Admin Profiles and CEON URI Mapping. The problem is that you can't access CEON module in the Admin panel if you have Admin Profiles installed.
Do you know the way how to fix this problem?
Thanks.
You may not have allowed Admin to show you CEON. Try going into Admin and checking (often at the bottom of the page) access to CEON. I do not know if that is it but people often forget to give themselves access to new programs.
Sawhorse
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
Sawhorse
You may not have allowed Admin to show you CEON. Try going into Admin and checking (often at the bottom of the page) access to CEON. I do not know if that is it but people often forget to give themselves access to new programs.
Sawhorse
Thanks a lot. It was in permission screen for main admin account. I was sure that for main admin everything is switched on by default. So, it's working now.