Hi @jaycad wpForo > Settings > Posting & Editor Settings > Topic Content Maximum Length
Hi @gocchimama try esc_html( wpforo_text( $post['body']) ) or esc_html( wpforo_content_filter( $post['body']) )
You can add buttons via functions.php of your active WP theme. Customizable editor
@blade exclude wpForo with /forum/(.*)/ will not work properly. you have to use /forum//forum/(.*)/
Hi @cmw14 add this to custom css #wpforo #wpforo-wrap .wpforo-post-content blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote { t...
Hi @robert I think this is an outdated CSS code that can be removed in the next update style.css Line 1357 #wpforo #wpforo-wrap .wpforo-login-wr...
Hi @jasper add this to custom css #wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-table .wpfw-1 .wpf-field:nth-child(2n) { background-color: tra...
@sd2023 I have only included fields from the wpForo addon you can see in my forum
you can use the wpForo - User Custom Fields addon to add fields to the profile if you want these fields displayed in the postYou can edit the post.php...
Hi @diegopino You probably have an HTML error in this postDelete this post via moderationwpForo > Moderation > Topic & Post Moderation >...
Hi @mhit add this to custom css #wpforo #wpforo-wrap.wpft-register .wpforo-right-sidebar {width: 0%; display: none;} #wpforo #wpforo-wrap.wpft-re...
@brozobob remove "#cm-header-container" from CSS code
#wpforo #wpforo-wrap .wpfa-item.wpfa-img { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !imp...
@user1038 it works, see attachment without-frame.png
Always clear the browser cache after changes