Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Style [Solved] Disable search for guest, how?

3 Posts
3 Users
1 Reactions
415 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 4 years ago

Hy!

How can I remove the possibility of searching for someone who is not logged in?

Thank you in advance for your help!

2 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@zit3k 

#wpforo #wpforo-wrap .wpf-bar-right.wpf-search {
  display: none;
}
.logged-in #wpforo #wpforo-wrap .wpf-bar-right.wpf-search{
 display: flex !important;
}
gorgeousjorge
Posts: 25
(@gorgeousjorge)
Eminent Member
Joined: 1 year ago

A problem i didn`t even know about it. Thanks once again @tutrix