| 
Welcome, Guest
  • Page:
  • 1
  • 2

TOPIC: getting rid field description etc. on reg. form

getting rid field description etc. on reg. form 7 years 4 weeks ago #10832

  • beckysoll
  • beckysoll
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 4
  • Karma: -
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 administrator has disabled public write access.

Re:getting rid field description etc. on reg. form 7 years 4 weeks ago #10837

  • beat
  • beat
  • ONLINE
  • Administrator
    Administrator
  • Posts: 6983
  • Karma: 335
b]As this is not a bug-->thread moved to installation forum[/b

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:1]#cbIconsTop, #cbIconsBottom {
display:none;
}[/code:1]

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 - Community Builder Team Member
If you use Community Builder, please take a minute to post a rating and a review at the Joomla! Extensions Directory. :cheer:
Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info
The administrator has disabled public write access.

Re:getting rid field description etc. on reg. form 7 years 4 weeks ago #10846

  • beckysoll
  • beckysoll
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 4
  • Karma: -
duh! thanks... i alwasy forget about the display in css..
The administrator has disabled public write access.

Re:getting rid field description etc. on reg. form 6 years 10 months ago #16419

  • hansmeiser
  • hansmeiser
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 12
  • Karma: 2
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 administrator has disabled public write access.

Re:getting rid field description etc. on reg. form 6 years 10 months ago #16438

  • Kzimir
  • Kzimir
  • OFFLINE
  • Junior Boarder
    Junior Boarder
  • Posts: 25
  • Karma: -
Hi, i added your code on the top of my CB template file but nothing happens...
did i miss something ?
The administrator has disabled public write access.

Re:getting rid field description etc. on reg. form 6 years 10 months ago #16877

  • flaxter
  • flaxter
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 2
  • Karma: -
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 administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.203 seconds