By Meagan Hooper on Monday, 22 April 2019
Posted in General Issues
Likes 0
Views 746
Votes 0
Hello,

We've selected "Quick Registration" to display.

However, "Quick Registration" doesn't display on mobile. (Screen shot attached).

Also, "Quick Registration" doesn't show when a non-logged in users clicks on "People" (We call "Members"). Right now, it just says "No Users listed." We have 2,300 members. So, we either want to show the user list (but not be able to click on profiles if not logged-in) or the quick registration page.

Can you help me show the quick registration on mobile for Profile and People? ("Members")
Also, we'd like the "Quick Registration" to display on mobile for the EasySocial homepage, as well.
·
Monday, 22 April 2019 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I just tested on your site and it seems that the quick registration module is working fine for me here for both desktop and mobile view.

For now, I had set the position of 'es-general-bottom' for your quick registration module already.

Can you have a look and see how it goes?

Can you point me to what do you mean 'EasySocial homepage'?
·
Tuesday, 23 April 2019 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex or Mark - Can you help here?

Irwin,

You simply added a 2nd "EasySocial Quick Registration" box to the login page (screenshots attached.)

Please REMOVE the 2nd registration box ASAP. That's very confusing for users to have multiple login boxes.

Rather, we're looking for the single quick registration that appears on desktop to also appear on mobile for these pages:

https://www.bsmartguide.com/community/login.html

https://www.bsmartguide.com/community.html

https://www.bsmartguide.com/members.html

Also, we don't want the People/Members page to say "No Users listed here." No one will register if they think there are no users. We have 2,300 users. How can this page show the list of users or the registration box. Anything but "No users listed here."

Thank you!
·
Tuesday, 23 April 2019 20:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry that I misunderstood your question earlier as I thought you were referring to Quick Registration Module. I had removed the module already.

However, "Quick Registration" doesn't display on mobile

The quick registration will not be shown in the mobile view by default.

If you want it to be shown in the mobile view, you can download and paste the attached login.php file into template override location which is at Joomlafolder/yourCurrentTemplate/html/com_easysocial/helpers/html/login.php

Also, "Quick Registration" doesn't show when a non-logged in users clicks on "People" (We call "Members". Right now, it just says "No Users listed." We have 2,300 members.


The reason that it just says "No Users listed." is because you have set the profile type privacy 'Who can search my profile.' to 'Registered Users'. (screenshot : http://take.ms/PRFjZ )

So, we either want to show the user list (but not be able to click on profiles if not logged-in) or the quick registration page.


Based on what I checked these both options that you mentioned in earlier, it seems like that is not possible to achieve this.

But you can apply this following code into this file JomlaFolder/components/com_easysocial/views/users/view.html.php under this line of code http://take.ms/YovwjS


ES::requireLogin();


Do take note that you need to do the same step again as mentioned above after you update your EasySocial because it will override back to the original.

So when the guest user clicks on the 'Members' page, it will require the user to login first then only can view this member listing page.

Keep us update if you need other assistance for this.
·
Wednesday, 24 April 2019 16:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, Irwin.

This is exactly what we needed.
·
Monday, 29 April 2019 21:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Tuesday, 30 April 2019 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post