new block on join page but...

I made a new block on JOIN page. I set it up as a multiple checkbox list. My question is if there is any way to make a few rows out of it rather than a single row as its kind of long?

 

Thanks

 

THINK FOR YOUSELF! Its not illegal...YET ! www.NebLife.com
Quote · 4 Mar 2012

Wow, nobody knows how to do this or its so easy,  i have overlooked something.

THINK FOR YOUSELF! Its not illegal...YET ! www.NebLife.com
Quote · 5 Mar 2012

You could try to add this code:

if (0 == ((++$j) % 2))
    $sDivider = '<br />';
else
    $sDivider = "\t";

(2 is for two columns) after this:

// attach new input to complex
$sOptions .= ($sNewInput . $sDivider);

in BxBaseFormView.php file, and modify css to have fixed width for checkbox labels.

 

 

Rules → http://www.boonex.com/terms
Quote · 5 Mar 2012

Sorry man, didnt do anything. Still have like 30 items in a single row

 

THINK FOR YOUSELF! Its not illegal...YET ! www.NebLife.com
Quote · 6 Mar 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.