|
|
|
getting rid field description etc. on reg. form
|
|
Date: 2006/04/24 01:34
|
By: beckysoll
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
hi, does anyone know of a way to get rid of this area:
"Field description: Move mouse over icon | * This Field is required | + This Field IS visible on profile | - This Field IS NOT visible on profile"
Really, i want to get rid of "this field is visible/not visible" on profile, Because i am mostly just using community builder to be able to accept or not accept user registration... I do not want ot confuse people with the whole profile thing..
does anyone know of a way to get rid of these descriptions?
|
|
The topic has been locked. |
|
|
|
Re:getting rid field description etc. on reg. form
|
|
Date: 2006/04/24 02:06
|
By: beat
|
Status: Admin
|
|
|
Karma: 243  
|
|
Admin  | Posts: 4066 |   | |
|
[As this is not a bug-->thread moved to installation forum]
beckysoll wrote: hi, does anyone know of a way to get rid of this area:
"Field description: Move mouse over icon | * This Field is required | + This Field IS visible on profile | - This Field IS NOT visible on profile"
Really, i want to get rid of "this field is visible/not visible" on profile, Because i am mostly just using community builder to be able to accept or not accept user registration... I do not want ot confuse people with the whole profile thing..
does anyone know of a way to get rid of these descriptions?
You can add following statements to your CSS file either of your site template or of your CB template:
| Code: | #cbIconsTop, #cbIconsBottom {
display:none;
}
|
It's as simple as that (it has been designed for that...
By putting only one of the two names, you can selectively hide the one or the other
Power of CSS... Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The topic has been locked. |
|
|
|
|
Re:getting rid field description etc. on reg. form
|
|
Date: 2006/04/24 05:40
|
By: beckysoll
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
|
duh! thanks... i alwasy forget about the display in css..
|
|
The topic has been locked. |
|
|
|
|
Re:getting rid field description etc. on reg. form
|
|
Date: 2006/07/03 17:33
|
By: hansmeiser
|
Status: User
|
|
|
Karma: 2  
|
|
Fresh Joomlapolitan  | Posts: 12 |   | |
|
hi, is there a class for the icons on the right of the form-filds as well?
and thanks for that great useful tip!
|
|
The topic has been locked. |
|
|
|
|
Re:getting rid field description etc. on reg. form
|
|
Date: 2006/07/03 21:54
|
By: Kzimir
|
Status: User
|
|
|
Karma: 0  
|
|
Junior Joomlapolitan  | Posts: 25 |   | |
|
Hi, i added your code on the top of my CB template file but nothing happens... did i miss something ?
|
|
The topic has been locked. |
|
|
|
|
Re:getting rid field description etc. on reg. form
|
|
Date: 2006/07/11 15:14
|
By: flaxter
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
The class for the icons to the right of the fields is cbFieldIcons.
On a related note, has anyone taken the time to fix the tragic misuse of tables (rather than labels, fieldsets, and css) in the user registration page? Ugh...
|
|
The topic has been locked. |
|
|