By Alex Khatchadourian on Tuesday, 05 June 2018
Posted in Technical Issues
Replies 9
Likes 0
Views 626
Votes 0
Hello, we just lunched our e-commerce site where we have EasySocial as our social network system. However, we do not want to disclose the number of our members at this time as it is affecting our business with potential new vendors signing up.

When you click on the menu "People" in EasySocial, anyone could browse through to get a count of members or be able to see who is signed up. We are not ready to disclose such information at this time so we preferably want to show just the recent logins of max 20 users. (With a Title recent 20 users etc.)

https://monosnap.com/file/Iy9iETfikvFas8QgE2Nb6Oxc9PLCTv

Thanks,
Alex K
Guests or registered users. We want to limit this view just to Administrators only at this moment.
·
Tuesday, 05 June 2018 10:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

Regarding your inquiry, unfortunately there is no setting for that at this point of time. I am really sorry but unfortunately we cannot accommodate your request currently as it is beyond our support scope's policy as outlined in https://stackideas.com/support

Having said that, if you require us to perform the customization for you, you can always request for a quote from us at https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.
·
Tuesday, 05 June 2018 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,
I believe there is a solution for this can you please escalate this ticket and have it reviewed by another team. This is simply limiting the number of listed members when browsing under the People. I sent you a screenshot link and not sure you understaood what I am inquiring about.
·
Tuesday, 05 June 2018 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

I've escalated this to our developer and they conclude that it cannot be configured in such way, and if you want, the simplest way is to restrict by do a redirection when user accessing the people page by add the code below:
[gist type="php"]
$redirect = ESR::dashboard();
return $this->redirect($redirect);
[/gist]
and remove the people in the toolbar by edit the file:
.../components/com_easysocial/themes/wireframe/toolbar/default.php http://take.ms/vT8jV

By the way, if you want something more challenging like displaying only recent 20, please feel free to request for a quote
·
Tuesday, 05 June 2018 13:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,

Thanks. Can you please show which file and where to insert the redirection?

$redirect = ESR::dashboard();
return $this->redirect($redirect);
·
Tuesday, 05 June 2018 13:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Also, forgot to ask you, what is the purpose of redirection if we could just hide "People" in the toolbar?
·
Tuesday, 05 June 2018 13:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah, for that, if user know the url sef/non-sef where they can manually type in the url, they will still see the page.
So that, the code for the redirection is to prevent that
·
Tuesday, 05 June 2018 14:12
·
0 Likes
·
0 Votes
·
0 Comments
·
ok, thank you!!
·
Tuesday, 05 June 2018 14:16
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Alex
·
Tuesday, 05 June 2018 14:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post