Notifications
Clear all

Make a page only veiwable and accsessable by admins/mods and not acsessable by the user himself?

11 Posts
2 Users
0 Reactions
288 Views
Posts: 21
Customer
Topic starter
(@hidden-account)
Member
Joined: 5 months ago

I wanna make a admin/mod only tab to write notes and userinfo not veiwable by user themself??


10 Replies
Posts: 21
Customer
Topic starter
(@hidden-account)
Member
Joined: 5 months ago

Why can the user still see this?

image
image
image

Reply
Posts: 21
Customer
Topic starter
(@hidden-account)
Member
Joined: 5 months ago
image
image

Reply
3 Replies
Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6547

@hidden-account 

We'll check and get back to you soon. 


Reply
Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6547

Hi,

By default, the Admin usergroup should not be displayed in the “Who can view” section. Please check and let us know the following:

  1. Have you made any customizations in the plugin code?
  2. Have you created another usergroup called Admin?

Additionally, please check the usergroups of the test user and make sure the user does not belong to any usergroups that are allowed to view the tab.


Reply
Customer
(@hidden-account)
Joined: 5 months ago

Member
Posts: 21

@astgh

Thanks for replying.

I changed Admin to Founder
To have Moderators and "Head mods"

I have not changed anything in the plugin after adding it.

Great concern but i have trippel checked the permissions.

The user can still se everything even after signing into a different browser.

The user can not see it on other users. But they can veiw it on their own profile. Even after disabling the edit and the "members veiw button" not sure what it is for.
Screenshot 20251023 015935 Brave
Screenshot 20251023 020049 Brave
Screenshot 20251023 020339 Brave
Screenshot 20251023 020351 Brave

Reply
Posts: 21
Customer
Topic starter
(@hidden-account)
Member
Joined: 5 months ago

 

Screenshot 20251023 021356 Brave
Screenshot 20251023 021329 Chrome

Reply
Posts: 21
Customer
Topic starter
(@hidden-account)
Member
Joined: 5 months ago
Screenshot 20251023 033011 Chrome

Reply
3 Replies
Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6547

@hidden-account 

Please see the response from the developers below:

Please note that if a tab or field is added, the user should be able to manage it. The “Who can view” option is designed to restrict content from other users, not from the current user. This means that if a field or tab is added, the user will be able to view/manage it.

If you want to restrict the content from being viewable or editable, there are currently no settings for that. However, we’ve added this to our to-do list and will implement it in one of the upcoming versions.


Reply
Customer
(@hidden-account)
Joined: 5 months ago

Member
Posts: 21

@astgh any work around by putting it on a admin only page somewhere somehow? Where the user might get acsess if they tryed but not just from a click of a button on their profile?


Reply
Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6547

@hidden-account 

You can hide the tab for other users using JS or CSS code. 

The example of the CSS code is provided below: 

#wpforo-wrap:not(.wpfu-group-1) a.wpf-profile-menu:nth-of-type(5) { display: none; }

Details about the CSS code:

  • .wpfu-group-1 represents the Admin user group. You can use the same structure for other groups, such as moderators.

  • The number 5 in :nth-of-type(5) indicates the position (order) of the tab you want to hide.


Reply
Share:
Scroll to top