lazarote web enthusiastic Collaborate Registered Joined Jun 24, 2019 Messages 141 Points 53 Reputation: Jul 17, 2021 #1 Can i hide this part for certain forums? or at least the You have insufficient privileges to post threads here. ?
Can i hide this part for certain forums? or at least the You have insufficient privileges to post threads here. ?
Solution lazarote Aug 8, 2021 Btw i found a way to hide it for a specific forum, look CSS: [data-container-key="node-8"] { .js-threadList{ display: none; } .block-filterBar{ display: none; } .block-outer{ display: none; } } from this (no threads on this forum): to this one (empty one):
Btw i found a way to hide it for a specific forum, look CSS: [data-container-key="node-8"] { .js-threadList{ display: none; } .block-filterBar{ display: none; } .block-outer{ display: none; } } from this (no threads on this forum): to this one (empty one):
S sucre13 Moderator Staff member Moderator Collaborate Registered Joined Jan 19, 2019 Messages 859 Points 153 Reputation: Jul 17, 2021 #2 You only have to configure the permissions to the users who can and will not be able to see the content or publish lazarote web enthusiastic Collaborate Registered Joined Jun 24, 2019 Messages 141 Points 53 Reputation: By lazarote Jul 17, 2021 #3 sucre13 said: You only have to configure the permissions to the users who can and will not be able to see the content or publish Click to expand... sucre13I know, but some users get confused because they can't comment, anyway I found a way to change it, I just had to change the translation, so they understand why they can't comment there BattleKing Spirit of darkness Staff member Administrator Moderator +Lifetime VIP+ S.V.I.P Member Collaborate Registered Joined May 24, 2020 Messages 3,533 Points 523 Reputation: By BattleKing Jul 17, 2021 #4 xauUUL said: you can change the text in phrases sections. Click to expand... xauUULThis is what he did, he just would like to prevent users to try to post in a section where it is not allowed, if I understand it correctly xauUUL I got less but I got best! Collaborate Registered Joined Jun 22, 2021 Messages 118 Points 43 Reputation: By xauUUL Jul 17, 2021 #3 Deleted Upvote 0 Downvote
You only have to configure the permissions to the users who can and will not be able to see the content or publish
lazarote web enthusiastic Collaborate Registered Joined Jun 24, 2019 Messages 141 Points 53 Reputation: By lazarote Jul 17, 2021 #3 sucre13 said: You only have to configure the permissions to the users who can and will not be able to see the content or publish Click to expand... sucre13I know, but some users get confused because they can't comment, anyway I found a way to change it, I just had to change the translation, so they understand why they can't comment there BattleKing Spirit of darkness Staff member Administrator Moderator +Lifetime VIP+ S.V.I.P Member Collaborate Registered Joined May 24, 2020 Messages 3,533 Points 523 Reputation: By BattleKing Jul 17, 2021 #4 xauUUL said: you can change the text in phrases sections. Click to expand... xauUULThis is what he did, he just would like to prevent users to try to post in a section where it is not allowed, if I understand it correctly xauUUL I got less but I got best! Collaborate Registered Joined Jun 22, 2021 Messages 118 Points 43 Reputation: By xauUUL Jul 17, 2021 #3 Deleted
sucre13 said: You only have to configure the permissions to the users who can and will not be able to see the content or publish Click to expand... sucre13I know, but some users get confused because they can't comment, anyway I found a way to change it, I just had to change the translation, so they understand why they can't comment there
BattleKing Spirit of darkness Staff member Administrator Moderator +Lifetime VIP+ S.V.I.P Member Collaborate Registered Joined May 24, 2020 Messages 3,533 Points 523 Reputation: By BattleKing Jul 17, 2021 #4 xauUUL said: you can change the text in phrases sections. Click to expand... xauUULThis is what he did, he just would like to prevent users to try to post in a section where it is not allowed, if I understand it correctly
xauUUL said: you can change the text in phrases sections. Click to expand... xauUULThis is what he did, he just would like to prevent users to try to post in a section where it is not allowed, if I understand it correctly
xauUUL I got less but I got best! Collaborate Registered Joined Jun 22, 2021 Messages 118 Points 43 Reputation: By xauUUL Jul 17, 2021 #3 Deleted
lazarote web enthusiastic Collaborate Registered Joined Jun 24, 2019 Messages 141 Points 53 Reputation: Aug 8, 2021 #5 Btw i found a way to hide it for a specific forum, look CSS: [data-container-key="node-8"] { .js-threadList{ display: none; } .block-filterBar{ display: none; } .block-outer{ display: none; } } from this (no threads on this forum): to this one (empty one): Upvote 2 Downvote Solution
Btw i found a way to hide it for a specific forum, look CSS: [data-container-key="node-8"] { .js-threadList{ display: none; } .block-filterBar{ display: none; } .block-outer{ display: none; } } from this (no threads on this forum): to this one (empty one):