Posted by simo
2013-11-22

hello tom, I tried to do as told, but it does not work, most likely I'm wrong. I opened the file cls_ps_ (- table-your-name-here -). Inc.php but it is not there, most likely this is what you call cls_ps_contacts.inc.php. Inside the file at line 221 I found "edit_inp", "edit_done", "reg_inp", "reg_done", "del_multi." Here I tried to add the string homes 'edit_inp': if (! $ This-> sys-> IsAdmin ()) exit, and repeat for the other, maybe not? does not work. Thank you Simone.
Posted by Tom
2013-11-22

>most likely this is what you call cls_ps_contacts.inc.php.

That's right.

OK, I recommend you use one of Address Books instead of Contact Books. In address books, the table name is always "addresses", and you can use examples of the quick guide without replacing every occurrence of "addresses" with "contacts." I think it will prevent you from making typos. Also, make one modification at a time. Before you make another modification, run and test the script. If you made a typo, you would notice it immediately. If a modification does not work, try it in a fresh copy of the script. Your odds to find typos will greatly increase that way.