Skip to Content Skip to Menu

No updating of the avatar image in fronted

  • lszlsz
  • lszlsz
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
  • Add-ons
8 years 5 months ago #281728 by lszlsz
Hi all!

I just discovered that users can register but not add or change their avatar picture. The dropdown selector that offers the feature is not showing. The source code shows it is there but set to invisible by "display=none"

In the backen it show up fine and I can upload or change profile pictures.

I checked all setting and had a look at the CSS but don't seem to find anything.

Can you help me?

Kindly,
Lorenz

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

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
8 years 5 months ago #281761 by nant
No idea.

Things seem to work ok on a clean CB 2.0.14 install.

Maybe you have configured it to not allow uploads?

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

8 years 4 months ago #281819 by crearimagen
Replied by crearimagen on topic No updating of the avatar image in fronted
encontraste la solucion , tengo el mismo problema actualiza el avatar pero al guardar muestra la imagen pordefecto
tengo cb2.0.14

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

  • lszlsz
  • lszlsz
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
  • Add-ons
8 years 4 months ago #281823 by lszlsz
Replied by lszlsz on topic No updating of the avatar image in fronted
Hi

Yes, I found a fix:

In bootstrap .css at line 7148

.cb_template .form-auto .form-control,
.cb_template .form-inline .form-control,
.cb_template .form-auto .form-control-static,
.cb_template .form-inline .form-control-static {
display: inline-block !important;
width: auto;
}

Add !important to the display property

:-)
lorenz

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

Moderators: beatnantkrileon
Powered by Kunena Forum