Tutrix
Tutrix
@tutrix
Noble Member
Topics: 14 / Replies: 1496
Reply
RE: 403 on submitting posts that are too long?

Hi @jaycad wpForo > Settings > Posting & Editor Settings > Topic Content Maximum Length

2 years ago
Reply
RE: I want to get the body of the post

Hi @gocchimama try esc_html( wpforo_text( $post['body']) ) or esc_html( wpforo_content_filter( $post['body']) )

2 years ago
Reply
RE: Editor Tools

You can add buttons via functions.php of your active WP theme. Customizable editor

2 years ago
Reply
RE: Should my topics be showing in search results?

@blade exclude wpForo with /forum/(.*)/ will not work properly. you have to use /forum//forum/(.*)/

2 years ago
Reply
RE: How to fix quote block

Hi @cmw14 add this to custom css #wpforo #wpforo-wrap .wpforo-post-content blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote { t...

2 years ago
Reply
RE: Login on mobile

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...

2 years ago
Forum
Reply
RE: Login on mobile

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...

2 years ago
Forum
Reply
RE: Custom Author / Responder information next to avatar such as title, personal info - from custom field?

@sd2023 I have only included fields from the wpForo addon you can see in my forum

2 years ago
Reply
RE: Custom Author / Responder information next to avatar such as title, personal info - from custom field?

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...

2 years ago
Reply
RE: Miss Admin Control over page

Hi @diegopino You probably have an HTML error in this postDelete this post via moderationwpForo > Moderation > Topic & Post Moderation >...

2 years ago
Reply
RE: Hide right bar with recent topics and search etc at registration page

Hi @mhit add this to custom css #wpforo #wpforo-wrap.wpft-register .wpforo-right-sidebar {width: 0%; display: none;} #wpforo #wpforo-wrap.wpft-re...

2 years ago
Reply
RE: My forum disappeared!

@brozobob remove "#cm-header-container" from CSS code

2 years ago
Reply
RE: How do I hide the frame that appears when I add a file?

#wpforo #wpforo-wrap .wpfa-item.wpfa-img { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !imp...

2 years ago
Reply
RE: How do I hide the frame that appears when I add a file?

@user1038 it works, see attachment  without-frame.png

2 years ago
Reply
RE: How do I hide the frame that appears when I add a file?

Always clear the browser cache after changes

2 years ago
Page 34 / 102