Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Need to change Values of active Custom Field

Need to change Values of active Custom Field 14 years 8 months ago #7462

  • bdonner
  • bdonner's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 128
  • Thank you received: 2
Hello Nathan and all!

We are using three dropdown custom fields to be able to register which sessions on an event a registrant wants to attend.

Now, a few sessions need to change time and day. So, for instance "Sat 09:30 Risk Management|Sat 09:30 Advanced rescues|..." would need to change into "Sun 09:30 Risk Management|Sat 09:30 Advanced Rescues|... ".

The problem is, doing this would zero the count of persons who have registered to the first session. Would replacing (in the SQL database) all "Sat 09:30 Risk Management" to "Sun 09:30 Risk Management" work? Which tables are in use for the operation; only dtregister_user and dtregister_fields ?

Regards, Ben

Please Log in or Create an account to join the conversation.

Need to change Values of active Custom Field 14 years 8 months ago #7470

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Yes, if you change the values, you will need to update the database directly. Update these tables:
jos_dtregister_user
jos_dtregister_group_member

Replace any occurrence of the old value with the new value.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.116 seconds