Thanks for quick response!
I have set a MAX of 7 properties in admin panel config, and
a MAX of 6 in user profile.
Also with your new files the addproperty form takes the Max value from admin panel and not from user profile.
So I can publish 7 properties and not 6
And, if when I compile the 7th property I click on Save and New I can publish 8 properties.
After that the save and new button disappear->THIS IS OK!
Delete button now remain->THIS IS OK!
Another question: this default_addproperty.php (but also with the previous)
don't check correctly the Category field on submit form these fields:
- Category
- Country
- State
- Locality
Field type is check correctly.
In order to submit form I have to comment the checks.
I have tried to check also with other operators like " != 0" and so on but no results...