radio items on separate rows?

  • thepiston
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
14 years 5 months ago #6301 by thepiston
radio items on separate rows? was created by thepiston
Is that not possible to have each radio item on its own row?

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

More
14 years 5 months ago #6303 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: radio items on separate rows?
Hi

To change that, please open the file components/com_eventbooking/helper/fields.php, look at line 10
Code:
define('NUMBER_OPTION_PER_LINE', 3) ;

Change it to
Code:
define('NUMBER_OPTION_PER_LINE', 1) ;

After that, it will work as expected .

Thanks,

Tuan

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

  • thepiston
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
14 years 5 months ago - 14 years 5 months ago #6304 by thepiston
Replied by thepiston on topic Re: radio items on separate rows?
didn't work for me - only works for checkboxes, not my radios:
www.pbcoa.org/2011seminar?task=individua...istration&event_id=1
Last edit: 14 years 5 months ago by thepiston.

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

Moderators: Tuan Pham Ngoc