Posted by Israel
2013-11-16

Hi Tom.

Thanks for the application is excelent.

Install the Address Book Mini.

How do I get to display only the data without the option to edit and necesisda directly without entering the password?

That is only for reference and the admisntrador separately.

Excuse my English.


Best Regards
Posted by Tom
2013-11-16

OK, so you want to show data to visitors without asking them to log in. First, open web/staff/app/cls_sys_base.inc.php, then replace the $spec_sys_base array with the following code:
$spec_sys_base = array(
XA_CLASS=>'cls_sys_base',
XA_DEFAULT_PAGESET=>'addresses',
);
Now, visitors can see data without logging in.