I recently upgraded to 2_3_5 in an attempt to get custom fields to display correctly and now they are not showing up at all...I\'ve tried deleting and recreating them to no avail, have checked that they are published, but they just don\'t show up in my Fields list at all...
I uninstalled the component and then reinstalled ok, didn\'t lose any of my settings, etc.
Has anyone else encountered this? I\'m running Joomla 1.5.
Go to the Event Management management page and click on the event you want to manage. There is now an Required column for the custom fields. Select Yes for the fields you want to include.
Hi and thanks to both of you for the replies...I found the custom field at the bottom but when I select it to appear for an event and then Save, it does not save...it returns to not being selected...I\'ve tried making it required and the result is the same...
headbump - when you upgraded, did you actually uninstall and reinstall the component or just update the files? I ask because I\'m curious if you have the needed database fields that were added in recent releases.
Check your database for the table: jos_dtregister_field_event (of course, you may have a different prefix than \"jos\")
In this table, make sure you have the following fields:
id
field_id
event_id
showed
group_behave
required
The xml file for DT Register would have the details of each of these fields. First, check to make sure they are they. If not, you either didn\'t install correctly or something didn\'t work right on the install process.
Yes those fields are all there and I compared with the sql query in the xml file, they seem to be built correctly...I changed something else for an event just to see if it would change and it did save the change, but just not for this field...I don\'t need any of the plugins or mod\'s to be active other than the component, do I?