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.

Posts and Groups publication apearing in my Profile wall

8 years 10 months ago
  • Pedro's Avatar
    Topic Author
  • Pedro
  • Visitor
  • Thank you received: 0
Licenses:

ISSUE SUMMARY:
Hi, what is appening is that all the posts in groups and comements they are appearyng under my profile or other users profile wall, this shouldnt be happenig, it should appear as feed and not in my wall, specially if it was me who posted it i should get only a notification or in a feed, like facebook, Any chance to have a quick fix for this? Many Thx

STEPS TO REPLICATE:
1 Open Jomsocial, Profile, Wall, and i see my wall with published posts from groups or coments
2
3
4
5
RESULT
EXPECTED RESULT Wall should not have posts made in groups or comments should be in profile wall
BROWSER

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

Hi Pedro,

This is default behavior, any action from your own group, comment, event ect.. will be displayed on your own profile streamline.

thank you!

8 years 10 months ago
  • Pedro's Avatar
    Topic Author
  • Pedro
  • Visitor
  • Thank you received: 0
Licenses:

Ok default. Understood, how to costumize it then can it be done ?

Thank You

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

its hard to be implemented, because you need hack the core code and we didnt designed for like you want :(

I am sorry we cant help you for this since this is beyond our support...if you want you can hire 3rd party developer to achive this

8 years 10 months ago
  • Pedro's Avatar
    Topic Author
  • Pedro
  • Visitor
  • Thank you received: 0
Licenses:

Can you please point me at least to where to find the code so we can pass it to a develloper? Thx

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

you can modify this file components/com_community/libraries/activities.php, the profile streamline is coming from this code :

case "active-profile" :
                $target = array($user->id);
                $params = $user->getParams();
                $actLimit = ($view == 'profile') ? $params->get('activityLimit', $config->get('maxactivities')) : $config->get('maxactivities');
                $html = $act->getHTML($user->id, $target, '', $actLimit, $view, '', true, $showMore, null, false, 'active-profile', 0, $filters, $extra);
                break;

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