Notifications
Clear all

wpForo 1.x.x [Closed] How to remove Source Code Editor on posts and replies

4 Posts
2 Users
1 Likes
907 Views
Posts: 3
 ACG
Topic starter
(@acg)
Active Member
Joined: 4 years ago

I am setting up WPforo. During setup, I remember enabling the option to use Source Code Editor on posts and replies. I need to remove the option, but cannot find it under group permissions...or anyplace else, I've looked everywhere.  Also I've set it to not allow private conversations and would like to all private conversations. As far as I can tell, the options to reset these have disappeared.  Please help, I'm wasting precious time.

3 Replies
Sofy
Posts: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @acg,

The source code button can be hidden via the CSS code:

div[aria-label="Source code"] {
display: none !important;
}

The CSS code should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab. 

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

Also I've set it to not allow private conversations and would like to all private conversations. 

Don't follow you well. If you'd like to set all topics to private by default, follow the suggestion provided by Robert in this post:

https://wpforo.com/community/how-to-and-troubleshooting-2/set-all-topics-to-private-by-default/#post-17153

If you need to set up a private forum follow the steps mentioned in this article: https://gvectors.com/how-to-set-up-private-forum/

If you need to allow users to set the topic private, make sure the following two CANs are enabled:

  • Can set topic private
  • Can set own topic private

2 Replies
 ACG
(@acg)
Joined: 4 years ago

Active Member
Posts: 3

@sofy Thank You! All is well now. Except, is there anyway to change the font on the forums. It's difficult to read.

 

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4229

@acg,

Use the CSS code mentioned in this support topic: 

https://wpforo.com/community/how-to-and-troubleshooting-2/changing-fonts-affects-icons/#post-31442