What can I edit to make it so guests cannot view the users?
Thank you!
What can I edit to make it so guests cannot view the users?
Thank you!
/users/latest
Also the users appearing on the main page if possible.
Steve Winter, hiding "Members" link in top menu from guest users can be done in admin panel>>pages&menus>>edit "members">>select" Registers users only".
To restrict guest users from viewing user lists go to Global Privacy>>Roles>> uncheck "search users" and "view profiles" under "Guest column".
Hiding "Users" widget from main page from guest users. This one requires custom code modification. ow_system_plugins/base/components/users_widget.php is the file that requires modification. Unfortunately I can not give exact instructions on what needs to be done. Basically you will need to introduce a new variable for loged in users and set "if-else" condition. Requires php knowledge.
So guys make your mind : do you want a community or what else do you want?
In the meantime it is not possible to move the widget to a custom page, there's no such functionality within the software. You can render a component only on custom page now, not widgets
Which widget is this anyway?
I want it to have it's own page (not shown on any other additional page, that is not necessary).
I don't mind modifying the code. I just need to know the steps needed to be accomplished to have this plugin show on its own page (either the empty one I created or a new one created from winthin the activate.php or init.php of this plugin).
I looked at the current code for the other plugins (photos, forums) and the code for shoutbox and skeleton plugins. I can't figure out how come the first two can show up on their own page (not the index or profile or dashboard) and what are the skeleton and shoutbox missing so I can add the missing parts which will create for these last two a new page.
Can you help with pointers in the right direction or not?
If you can't than can any other member of the team help out? In the spirit of open community which you claim to nurture.
Thank you