Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


here is fix for multiple checkboxes vertical list!
Date: 2008/05/09 08:58 By: carsten888 Status: User  
Karma: 0  
Junior Joomlapolitan

Posts: 46
graphgraph
Don't you hate those multiple checkboxes not being underneath eachother in a nice list? I did, very much so. totally unacceptable. anyway I fixed it.

file:
administrator/components/com_profiler/comprofiler.class.php
line: 305
Code:

 $html[] = "<input type=\"checkbox\" name=\"$tag_name\" $isReq value=\"".$k."\"$extra $tag_attribs /> <label for=\"" . $id . "\">" getLangDefinition($t) . "</label>";



add a break behind the end-label-tag like so:
Code:

 $html[] = "<input type=\"checkbox\" name=\"$tag_name\" $isReq value=\"".$k."\"$extra $tag_attribs /> <label for=\"" . $id . "\">" getLangDefinition($t) . "</label><br />";



I spent hours on this, but it was worth it.

joomla 1.0.15
CB 1.1.0

Post edited by: carsten888, at: 2008/05/09 09:03
www.joomlapi.com www.safelogin.com
Click here to see the profile of this user The administrator has disabled public write access.

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC4)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC4, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers and now also to all registered joomlapolitans.

CB Login