AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] How to remove Source Code Editor on posts and replies

4 Posts
2 Users
1 Reactions
2,106 Views
Posts: 3
 ACG
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@acg)
Active Member
Joined: 6 years ago
[#12661]

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: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 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: 6 years ago

Active Member
Posts: 3
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@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: 8 years ago

Support Team
Posts: 5774
Sofy
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@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

 


Share: