CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Civicrm standard form field types
Pages: [1]

Author Topic: Civicrm standard form field types  (Read 493 times)

jgregory

  • I post occasionally
  • **
  • Posts: 55
  • Karma: 1
  • CiviCRM version: 4.5.3
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.40
  • PHP version: 5.3.29
Civicrm standard form field types
July 07, 2011, 04:05:11 pm
Does Civicrm add any form field types to the standard Joomla ones. I'm trying to update a Joomla 1.5 module (mod_civievent) to a 1.6 module. Here's the code from the xml file.

Quote
             <field
                name="multievent"
                type="eventlist"
                default="0"
                label="MOD_CIVIEVENT_FIELD_MULTIEVENT_LABEL"
                description="MOD_CIVIEVENT_FIELD_MULTIEVENT_DESC"/>

That doesn't create a drop down list of events to select in the parameters section of the module manager... and as it did in Joomla 1.5. Do I need to replace "eventlist" with something else?

- beginner, struggling, civicrm "developer" John
« Last Edit: July 07, 2011, 04:12:10 pm by jgregory »

jgregory

  • I post occasionally
  • **
  • Posts: 55
  • Karma: 1
  • CiviCRM version: 4.5.3
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.40
  • PHP version: 5.3.29
Re: Civicrm standard form field types
July 07, 2011, 04:11:49 pm
Disregard that question. The depth of my ignorance is staggering... Looks like there is an additional php file in the module that I don't understand called eventlist. I expect it has something to do with my current problem.

- john

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Civicrm standard form field types

This forum was archived on 2017-11-26.