By Tadiwos H Zewdie on Sunday, 06 May 2018
Posted in General
Replies 9
Likes 0
Views 549
Votes 0
HI,

i have installed the free moset tree plugin which display only the author pictures under the mosets tree listing. It actually displayed the name of the author just below the listing. That is cool. However , up on clicking, the name does not direct to the person profile page ( it looks like a link and i expected that). does it require to install the payed mosets directory app too to do that function alone?

Regards
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

May i know which free moset free plugin you download from?

And which page are you clicking that user name then it's not go to the user profile page (Are you referring Easysocial user profile page)?

If you referring click the user name link from the Moset free page, unfortunately currently we doesn't have any integration for this, currently we only have Moset tree app for display the user moset free listing/review/favourite data from Easysocial user profile page, and when the user create new listing from the Moset tree component, it will generate a stream item on Easysocial dashboard as well.
·
Sunday, 06 May 2018 09:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

May i know which free moset free plugin you download from?


i am talking about the plugin alone. (see picture, labeled number one). i know i need to buy the moset tree app( number two) if I want the listing to be displayed at ES stream. Which i will buy in the near feature.



And which page are you clicking that user name then it's not go to the user profile page (Are you referring Easysocial user profile page)?



By installing that alone(with out number 2 in the picture), it put the name of the owner of the listing under the listing . i liked it. ( see the second picture- A and B ) so my question , the name is linked to ES profile page of the owner in case of " B" but not in case of "A " where upon clicking,i see javascript:void(0);.

Regards
·
Sunday, 06 May 2018 14:53
·
0 Likes
·
0 Votes
·
0 Comments
·
It is most likely because the user has no access to the community or it is a guest. This is why it is generating javascript:void(0) as the anchor link.
·
Sunday, 06 May 2018 20:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark.

You are exactly right. As this user has a company profile,he has no access to the community. But can i allow the community access and prevent from making friends and messaging? i want this profile(pharmaceuticals) to have a company page and about page only where the rest of users can see the company page" and its about page.

Regards
·
Sunday, 06 May 2018 20:53
·
0 Likes
·
0 Votes
·
0 Comments
·
You can configure this in the ACL of the profile type. Perhaps you can create a new profile type for such users and assign them into this profile type
·
Sunday, 06 May 2018 23:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Sorry for bothering. i have tried to create different profile long ago for my users and the companies working with them. And i give an access to the community for the companies with limiting most of ACL access . however , the company profile can still make friends and see the stream posts. what I want is the company profile is to edit and make visible its about page only. Please help me in managing the ACL and the privacy thing.

Regards
·
Monday, 07 May 2018 00:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, I have just checked and it isn't possible to restrict friend's access via profile type currently as it has a lot of other implications since a friendship system isn't just one way and not to mention it also affects the privacy as well.
·
Monday, 07 May 2018 00:24
·
0 Likes
·
0 Votes
·
0 Comments
·
OK mark ,thank you. Regarding friends, for now, I made friend limit of the companys profile to 1 and make them only to be friend to the administrator account,that way i prevent from making more friends. Is there such in direct way to prevent them from seeing and posting into stream. e.g allowing the main users only to see their stream in privacy setting of the main users.
·
Monday, 07 May 2018 00:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you mean this 'Company Profile' has community access but you would like to restrict them do not have permission to access Easysocial dashboard and their profile page?

If yes, unfortunately that was no other way around to achieve your current requirement based on the current setting.

But you can try modify the core file and see how it goes.

JoomlaFolder/components/com_easysocial/views/dashboard/view.html.php
JoomlaFolder/components/com_easysocial/views/profile/view.html.php


// set your company profile type id here e.g. 10
if ($this->my->profile_id == 10) {
$customRedirectionURL = ESR::profile(array('id' => $this->my->getAlias(), 'layout' => 'about', 'external' => true), false);
return $this->redirect($customRedirectionURL);
}

You can refer on my attached screenshot below.
·
Monday, 07 May 2018 11:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post