Need help with Joomla? We are available for hire to help with Joomla customization, upgrades, maintenance, and custom development.
Explore our services

vertical checkboxes

  • stockmom123
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 1 month ago #17745 by stockmom123
vertical checkboxes was created by stockmom123
How do you make the checkboxes vertical? I tried the cols rows but it didn't change anything.

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

More
14 years 1 month ago #17762 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: vertical checkboxes
Hi

In this case, you will need to edit code alitle. Please open the file components/com_jdonation/helper/fields.php, find the code below :
Code:
define('NUMBER_OPTION_PER_LINE', 3) ;

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

After that, it should work as expected.

Regards,

Tuan

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

More
13 years 11 months ago #19939 by fireflybrigade
Replied by fireflybrigade on topic Re: vertical checkboxes
hi tuan,

did as instructed but still being displayed horizontally. help.

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

More
13 years 11 months ago #19967 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: vertical checkboxes
Hi

In the latest verison, you can simply change the Size attribute of the custom field to 1 and It will work as expected. No need to edit code anymore

Tuan

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

More
13 years 11 months ago #19997 by fireflybrigade
Replied by fireflybrigade on topic Re: vertical checkboxes
great! thanks tuan!

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

Moderators: Mr. DamDang Dam