- Posts: 150
- Thank you received: 5
radio items on separate rows?
- thepiston
- Topic Author
- Offline
- Premium Member
-
Less
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
Change it to
After that, it will work as expected .
Thanks,
Tuan
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
-
Less
More
- Posts: 150
- Thank you received: 5
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
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.