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.
Not actually the issue, but just want to know how can i disable stream part entirely AND also dont want all to have list of all members in any case, yet want members to have search and invite to become friend functionality.
Thank you for quick reply, actually i checked user points, its all about limiting people for certain streaming things, but i want take out i.e. turn off stream functionalities from everywhere, btw, i started making jomsocial profile template, so i removed stream related things somehow, so at some stage i could make changes in that, but would be good if we can totally turn off stream things by somehow.
AND, didnt get another question's answer, how can i make so that no one can access member's list, only members can search other members by using member/people search form, i dont want anyone to see all member's list in any case.
So you want want to completely remove the stream feature? the easiest way is hide it by using this css code :
.joms-stream__wrapper{display:none}
Oh i am sorry, i forget about another question, for future please you ask 1 question on 1 topic :)
For restrict members list page you need hack this file components/com_community/views/search/view.html.php, find this code :