1. Lysa
  2. General
  3. Wednesday, December 31 2014, 03:45 PM
I would like to make a form with few informations asked on a page ( like your forum with "share location";) to populate a large profile. How to do that ?
admin Accepted Answer
Admin
Hi,
this forum is not build with Easy Profile, so "share location" function not is present in EP. Easy Profile is a profiler component, we have a Google Map field like our registration/edit profile form.
  1. more than a month ago
  2. General
  3. # 1
Lysa Accepted Answer
ok is it a possible evolution ?
Can you send me by mail the code for the Google Map and Calendar field ?
I love your design.
Thanxs in adavance.
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
ok is it a possible evolution ?
I think not, Easy Profile is a user profiling component.

The code of these fields are in following files:
- /administrator/components/com_jsn/helpers/fields/date.php
- /administrator/components/com_jsn/models/fields/date.php
- /administrator/components/com_jsn/helpers/fields/gmap.php
- /administrator/components/com_jsn/models/fields/date.php
  1. more than a month ago
  2. General
  3. # 3
Lysa Accepted Answer
Back from deads. I'll try to see how it works but i can't understand how and where you call these fields (especially map).
Can you explain me please ? Thanx.
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
Fields are called by our users plugin, you can find it into /plugins/users/jsn_users/jsn_users.php

Joomla create a forms using xml files, our user plugin (jsn_users) create a dynamic xml . everything else does Joomla with JForm class.

in /administrator/components/com_jsn/models/fields/ are defined all our Field models not included by Joomla by default (for example Gmap not is already available in Joomla, Text type is already available)

in /administrator/components/com_jsn/helpers/fields/ there are functions to create/remove DB columns, search functions, function to create XML for this field and in some case are present also a function to create output on profile page.
  1. more than a month ago
  2. General
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.