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.

Remove status update box from activity stream.

9 years 20 hours ago
  • Alice's Avatar
    Topic Author
  • Alice
  • Offline
  • Fresh Boarder
  • Posts: 24
  • Thank you received: 0
Licenses:
JomSocial Active

ISSUE SUMMARY:
I would like to remove the status update box from the activity stream so that members can only post in groups. I have tried going to configuration/site/status and selecting no for Enable stream location but that does not do what I want.

Attachments:
9 years 17 hours ago
Licenses:

Hi Alice,

here the steps:
1. for frontpage. copy base.php from /components/com_community/templates/jomsocial/layouts/frontpage/ to /templates/[your frontend template]/html/com_community/layouts/frontpage/, and remove this code at line 46

<?php ($my->id) ? $userstatus->render() : ''; ?>

2. for profile page. edit /components/com_community/views/profile/view.html.php, remove the caode at line 754
// Add default status box
CUserHelper::addDefaultStatusCreator($userStatus);

3. for event copy single.php from /components/com_community/templates/jomsocial/layouts/events/ to /templates/[your frontend template]/html/com_community/layouts/events/, and remove the code at line 515
$status->render();

FYI: please make sure you using jomsocial latest veriosn 4.0.6.

Regards

The following user(s) said Thank You: Jon
9 years 14 hours ago
  • Alice's Avatar
    Topic Author
  • Alice
  • Offline
  • Fresh Boarder
  • Posts: 24
  • Thank you received: 0
Licenses:
JomSocial Active

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