OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Adding new fields

plima (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Adding new fields 11 Years, 10 Months ago
Karma: 0  
Hi,

I've only bought the PRO version because it said:

2. The data is now stored in the database as the index - now you have the ability to create your own structure of fields, with minimal knowledge in programming

And as I need to create a bunch of new fields, I though that it would be better to spend the money and having the work more easy!

But as far as I can see, the work is the same as I would have in the free version...

This is not fair! If I will have the same work, I want the refund as that's the only reason I've paid the PRO version for...

Regards,
Pedro
Logged Logged
The administrator has disabled public write access.
vanderhulst (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Adding new fields 11 Years, 10 Months ago
Karma: 1  
Yes my problem is the same?! But ordasoft is not answering.
How are you going to do this?

The script is very bad.. (and I am a noob with scripting but saw a lot)
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Adding new fields 11 Years, 10 Months ago
Karma: 101  
Hello,

Sorry, we reply to all questions, but some time not so quickly as we wish.

And last version we change data definition structure.

Most simply way now add new field to property definition - that rename any fields
what you no need with help language file.
{yours site}/components/com_realestatemanager/language

also with help language file you may change options in all property combobox
(options) fields

Also - any empty fields will not show at frontend


Below small customization manual:
n Real estate manager you may do that self, or you may hire us for that

ours component have Open source,

it have two parts admin and frontend.

in admin you will see two files:
{yours
site}/administrator/components/com_realestatemanager/admin.realestatemanager.html.php
site}/administrator/components/com_realestatemanager/admin.realestatemanager.php


admin.realestatemanager.html.php - responsible for show data
admin.realestatemanager.php - responsible for prepare data

exactly for frontend
{yours site}/components/com_realestatemanager/realestatemanager.html.php
site}/components/com_realestatemanager/realestatemanager.php

realestatemanager.html.php - responsible for show data
realestatemanager.php - responsible for prepare data

All connection between what user press in Browser - do wit help TASK variable.

also if you wish all Joomla class methods work. E.g when you create new House
with help
mosRealestatemanager class. you need also edit file
site}/components/com_realestatemanager/realestatemanager.class.php

and add to class definition all new fields what you added to database

Most simply way now add new field to property definition - that rename any fields
what you no need with help language file.
{yours site}/components/com_realestatemanager/language

also with help language file you may change options in all property combobox
(options) fields

Also - any empty fields will not show at frontend

Also we added to ours component very many module template positions - so you
may add any module to very many places in Real estate manager manager - with
help Joomla module manager


If you give full details what exactly you wish, we will self create that for
you.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»