• 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: Some suggestions

Some suggestions 12 years 11 months ago #13601

I'm using RSComments in joomla 1.6 and I have some suggestions:

- Don't load js and css in edit/submit article page
- When using CB avatars load the thumbnail of the user avatar instead of the "big" avatar

Great component!!
The administrator has disabled public write access.

Re:Some suggestions 12 years 11 months ago #13602

Just an update:
To show the small avatar in com_rscomments/helpers/rscomments.php update 746 line to:
$html .= '<img src="'.JURI::root().'images/comprofiler/tn'.$avatar.'" alt="Community Builder Avatar" class="rsc_avatar" />';

To don't load css and js in com_content form view I've update rscomments.php file from RSComments plugin.
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!