Hello all,
I am working on an installation of ME (Danko: once it will go live i will indeed send you my support

).
So far i found no problems but i am not a php developer/coder... my bad: i started coding in vbscript and asp.
As many of us already pointed out most installations require tuning and customization: i am no different, my client asked me little modifications, some of which i managed to deal with and others not.
The modifications:
I had to modify the object list in order to show it sorted by ref.id and to include price, location details (street). DONE
I had to modify (although the original request was 'we'd like to have three fields that only us can see from admin panel'

the template to hide two of the four text fields, so that those 2 could be used a private fields to add info about hte properties.
The last request, the one that i can't manage to get working is the choice to public or not the financial details..
This is what i tried:
Since there is plenty of attributes for the object i can use some that are irrelevant to the market in italy (for instance cable tv and dsl) and to use one of those attributes are a trigger.
I fairly easily and quickly remove the attributes checkboxes from the admin panel and renamed the DSL one to 'Public' and placed it nicely into the Financial Info box. So far so good, works flawlessly. the problem i can't cope with is how the hell i can access this value with something like "if($this->dsl == 1)......" ??
I can't manage to get it working.
Can anyone help?
Thanks in advance.
Simone