Welcome, Guest
Username Password: Remember me

Problema de visualización del perfil después de hacer un post.
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Problema de visualización del perfil después de hacer un post.

Problema de visualización del perfil después de hacer un post. 1 year, 8 months ago #16966

Problema de visualización del perfil después de hacer un post.

Parece que después de hacer un post en el localhost la foto de perfil no se puede mostrar en la trayectoria de url no es visible en la página de vivir.

¿Hay una manera que después de la entrada, la URL a la imagen del perfil se puede parecer tanto de lado local del sitio y el lado publicados

De lo que puedo ver tiene que ver con la ($ avatar = JURI:: root) y la raíz es diferente entre el localhost lado del sitio y el lado publicados

Se puede cambiar esto para ver la ruta del perfil por ambos lados y si es así cómo

Re: Problema de visualización del perfil después de hacer un post. 1 year, 8 months ago #16990

Did you use a translator? We can speak english, if you want

Let me know you website and edit the message in english, please
  • JoniJnm
  • OFFLINE
  • Administrador
  • Posts: 4297
  • Karma: 148

Problem seeing the profile image after making a comment 1 year, 8 months ago #17002

After making a comment on the localhost side of my site, the profile image cannot be seen from the public side. I believe the problem comes from the ($ avatar = JURI:: root) becuse it tracks the url from the comment.

If I change line 130 of the file \components\com_kide\helpers\links.php to the example below it works fine

Example
 
elseif ($perfil == 'aup') {
$db->setQuery('SELECT user_picture FROM #__joom_users WHERE user_id='.$user->id);
$tmp = $db->loadResult();
if ($tmp && file_exists(JPATH_ROOT.DS.'components'.DS.'com_joomunity'.DS.'files'.DS.'avatars'.DS.$tmp))
$avatar = '../components/com_joomunity/files/avatars/'.$tmp;
 


Is it possible for the profile image to be seen with out making this modification?


Also why can guest and users delete other users comments?
Last Edit: 1 year, 8 months ago by timleonard.

Re: Problem seeing the profile image after making a comment 1 year, 8 months ago #17019

The problem is that joomunity isn't integrated with Kide.

I have tryed to download com_joomunity but needs registration and I don't see the e-mail to confirm my account. Can you upload the com to one site? And I will integrate it

You can delete only your messages, the messages that have your IP

PD: Your website doesn't work.
  • JoniJnm
  • OFFLINE
  • Administrador
  • Posts: 4297
  • Karma: 148

Re: Problem seeing the profile image after making a comment 1 year, 8 months ago #17034

Sorry I guess I messed up the link

see the attached and thanks for your help
  • Page:
  • 1
Time to create page: 0.31 seconds