
Hi, The only way to achieve this is by using the add_shortcode() function in WordPress.You can find more information here: add_shortcode() WordPre...
Hi, Please provide the information from the error.log file so we can investigate the issue further.Additionally, try increasing the value of the max...
@tcumpston Please provide a screenshot of the "Custom Authorization URLs – /log-in/" option. Also, share your forum URL and let us know which plugi...
Hi, We’re not sure we understand you correctly. If you see “Add Topic” on the topic submission screen, this is the expected behavior. You can check ...
@t-niron The answer is provided here:/p> Please specify your question so we can assist you further. Please try to explain using screenshots.
Please set both options to "No" and check again.
Hi, Please remove the <a> tag that wraps around the shortcode: <p>Hello [user_display_name],</p><p>A new reply has been po...
Hi, I'm sorry, but we don't have documentation available for wpForo hooks.
@tarikbayar If you want to block certain emails, there are many plugins and even hooks available for that. This is a general WordPress-related feat...
Hi, Please read this FAQ:/p>
@simsim Add this one as well: .wpf-topic-form-wrap .wpf-field.wpf-field-type-text.wpf-field-name-title.wpf-field-required { display:block; ...
@simsim The code works fine for the section. Insert the CSS Code in the "Custom CSS Code" textarea in the wpForo > Settings > Colors & St...
@simsim Please share a screenshot showing exactly what you need to hide, along with the URL so we can see the layout you're using.
Use the CSS code below: .wpf-field.wpf-field-type-text.wpf-field-name-title.wpf-field-required { display: none; }