restricted access

Mike001

No avatar

2007-11-21 11:50

It is possibly to set restricted access to the e-shop administration? User could see just the page with orders. Thanks

» Quick.Cart v1.x

merci

No avatar

2007-11-22 08:28

Mike001 - do I understand you right? You want to have possibility to create another admin account and this admin should be able to see only orders site?

Mike001

No avatar

2007-11-22 20:47

Yes, you understand correctly. I need another admin account that can see only order page.

merci

No avatar

2007-11-23 09:06

Mike001 - well, this modyfication is hard, because it is connected with handle with session, and database modyfications so it needs quite good PHP knowledge. I'm not able to describe it here, sorry... We have payed plugin for that (http://opensolution.org/os/templates/en_plugins.html#AD), but maybe some programmer will also write something similar for you.

spamex

No avatar

2007-11-24 17:40

one esay way (but same user/pass)
copy /templates/admin/page.tpl to page_user.tpl
delete what you don't want for user to see

copy admin.php to user.php

change last line from user.php
echo $tpl->tbHtml( 'page.tpl', 'HEAD'.$sBlockPage ).$content.$tpl->tbHtml( 'page.tpl', 'FOOTER'.$sBlockPage );
to
echo $tpl->tbHtml( 'page_user.tpl', 'HEAD'.$sBlockPage ).$content.$tpl->tbHtml( 'page_user.tpl', 'FOOTER'.$sBlockPage );

please rename admin.php to something like 1Ae8Z0.php for better security
and delete folder /admin
so you can see with same user/pass the true admin menu or the user menu

give user the link http://shop_url/user.php

another solution is to know php and modify source code...

Mike001

No avatar

2007-11-27 20:46

Spamex, thank's a lot. How simple. ;)

Back to top
about us | contact