Making Members Page not viewable for guests

Kirk

Well-known member
Hey there! So I'm trying to make the members page not viewable for unregistered/members. I've tried just doing user permissions but when I tried it I made all nodes not viewable. How can i just make the members page come up with an error message telling them "Sorry your not a Registered member. Please register today to view the members list.
 
to hide the Members Page from visitors, this is the most elegant way to do it, as it will show the "Login/Sign-up" form to visitors.

go via FTP to your XF-folders:
find the File named "Member.php" at the folloowing path:
/your_forum_folder/library/XenForo/ControllerPublic

Then you edit this file "Member.php" as described at the Link below.
Upload the edited File via FTP back to your server.


http://xenforo.com/community/threads/how-to-hide-the-whats-new-tab-from-visitors.26434/#post-323623
 
to hide the Members Page from visitors, this is the most elegant way to do it, as it will show the "Login/Sign-up" form to visitors.

go via FTP to your XF-folders:
find the File named "Member.php" at the folloowing path:
/your_forum_folder/library/XenForo/ControllerPublic

Then you edit this file "Member.php" as described at the Link below.
Upload the edited File via FTP back to your server.


http://xenforo.com/community/threads/how-to-hide-the-whats-new-tab-from-visitors.26434/#post-323623
Thank you for the help! Works like a charm!
 
Top Bottom