Skip to Content Skip to Menu

delete field password in edit profil

  • maroqui
  • maroqui
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
12 years 4 months ago #201798 by maroqui
Replied by maroqui on topic Re: delete field password in edit profil
hummm it's interesting, what's a path and name of CSS page please ?

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

  • maroqui
  • maroqui
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
12 years 4 months ago #201799 by maroqui
Replied by maroqui on topic Re: delete field password in edit profil
i found with firebug this
<td id="cbfv_51" class="fieldCell

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

12 years 4 months ago - 12 years 4 months ago #201800 by pepperstreet
Replied by pepperstreet on topic Re: delete field password in edit profil

maroqui wrote: This parameter hides many field but no password !

Ooops, you are right. Never used this parameter seriously. I was not sure, sorry.

what i can do in joomla options ?

AFAIK, not important for CB. Its the same setting, but for Joomla core profile and registration.

Sorry for my english im french ;)


Nobody is perfect ;-)
Last edit: 12 years 4 months ago by pepperstreet.

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

12 years 4 months ago - 12 years 4 months ago #201801 by pepperstreet
Replied by pepperstreet on topic Re: delete field password in edit profil

maroqui wrote: hummm it's interesting, what's a path and name of CSS page please ?

i found with firebug this
<td id="cbfv_51" class="fieldCell


You may change the template.css in your CB template.
Or just add it to your main template CSS file with !important.

The "td" is a bit too deep... look some lines above it. Since your default fields have also the ID#51, you should be fine with my example CSS.
Last edit: 12 years 4 months ago by pepperstreet.

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

  • maroqui
  • maroqui
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
12 years 4 months ago #201802 by maroqui
Replied by maroqui on topic Re: delete field password in edit profil
THANK YOU SO MUCH I MANAGED THANKS YOU !
SOLUTION IN TEMPLATE.CSS

.cbEditProfile #cbfr_51__verify
{
display: none;
}
.cbEditProfile #cbfr_51
{
display: none;
}

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

12 years 4 months ago #201805 by pepperstreet
Replied by pepperstreet on topic Re: delete field password in edit profil
You are welcome! (Hit my Karma Button ;-) )

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

Moderators: beatnantkrileon
Powered by Kunena Forum