• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Problems after import from jomcomment

Problems after import from jomcomment 13 years 2 months ago #12736

The comments show the community builder avatar HUGE.. It does not having a resize in order to show as the comment.. it is showing huge..

Other problem I would like to fix is in the name of the user who make the comment, it points to " This e-mail address is being protected from spambots. You need JavaScript enabled to view it " and I take care a lot not publish the email account. I would like to point to the community builder profile.

I found in the site/helpers/rscomments.php around lines 681 the problem.. and this is something I would like to have to resize the thumb and link to the profile :

if (!$avatar)
$html .= '<img src="'.JURI::root().'components/com_comprofiler/plugin/templates/default/images/avatar/tnnophoto_n.png" alt="No Pic" class="rsc_avatar" />';
else
{
$html .= '<a href='.JURI::root().'index.php?option=com_comprofiler&task=userProfile&user='.(int)$user_id.'>';
$html .= '<img src="'.JURI::root().'images/comprofiler/tn'.$avatar.'" alt="'.$username.'" class="rsc_avatar" /></a>';
}
break;

Could you please help me with a hints how to fix this ?


Thank you very much

HV
Last Edit: 13 years 2 months ago by sistemashv. Reason: Addendum
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!