Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Event avatar displaying Facebook icon

10 years 10 months ago
  • Alex's Avatar
    Topic Author
  • Alex
  • Offline
  • Fresh Boarder
  • Posts: 30
  • Thank you received: 2
Licenses:
JomSocial Active

In the Events listing page, the avatar displays a small Facebook icon in the lower right corner. The icon is not present in the viewevent page, nor is it present in the pastevents page, only in the My Events or All Events pages.

NOTE: not all avatars have the icon as they were added prior to the problem occurring and we stopped adding avatar images when we saw the problem.

Attachments:
10 years 10 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Alex,

Well, this is valid bug from us.. I wil report this to our developer.

thank you

10 years 10 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Alex,

this is the patch for how to fix this issue :
1. open this file components/com_community/helpers/photos.php
2. find this code :

if ($useWatermark) {
and change to :
if ($useWatermark && $type == 'profile') {
3. find this code :
if ($connectModel->isAssociated($my->id) && $config->get('fbwatermark')) {
and change to :
if ($connectModel->isAssociated($my->id) && $config->get('fbwatermark') && $type == 'profile') {

thank you

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW