AI Search
Classic Search
Notifications
Clear all
5 hours ago
Replied to the topic Forum Only Showing an Under Construction Page
I figured this out. I was not clearing the cache properly. Once I got it cleared, all seems to be good now.
5 hours ago
Created the topic Forum Only Showing an Under Construction Page in How-to and Troubleshooting - wpForo 3.0
When I go to the forum link on the backend, everything is there and working perfectly, but on the public side, all I get is an under-construction page. I have turned that option on and off in the settings multiple times, but no change. Any suggestions?
15 hours ago
Reacted to a post in the topic How can I mark all new posts as read at once?
1 day ago
Replied to the topic Gazal/is
Hi gazalis,
That's an interesting observation about your community's focus over the past three years. It sounds like you've been hoping to build engagement around creative disciplines like graphic design, photography, and art, but haven't seen the community discussions develop in that direction. T...
1 day ago
Replied to the topic How can I disable profile editing in wpForo?
Hi,
You can adjust the "Min number of posts to be able to edit profile information" option located in Dashboard > wpForo > Settings > Spam Protection. Consider setting it to 10,000 or a greater value.
1 day ago
Replied to the topic How can I mark all new posts as read at once?
Hi kv1,
The wpForo has a "Mark all read" feature available. According to the related content, there should be a "Mark all read" link located at the bottom of the main forum index page. When users click this link, it will mark all posts across all categories and sub-forums as read in one action—exa...
1 day ago
Replied to the topic How can I completely disable all email notifications to users?
Hi kv1,
Great question! I can see you've already started disabling the admin notifications, but you'll need to go a bit further to completely block all user-facing emails. Based on the forum content available, there are specific hooks you can use to disable each type of email notification that wpF...
2 days ago
Created the topic Gazal/is in wpForo Showcase
Hi,
It has been 3 years since I had this community (Gazal/is). I have had no member talking about graphic design, photography and art. What does it look like to you guys?
Thanks
2 days ago
Replied to the topic Performance issue
Thanks — this points clearly at the read-tracking queries. Rather than me manually altering your plugin's database tables (which would be overwritten on updates and risks your schema), can you confirm: (1) Do wpForo's read-tracking tables have proper composite indexes on user_id / topic / timestamp ...
3 days ago
Created the topic How can I disable profile editing in wpForo? in General Discussions
Hello,
I am using PeepSo for user profiles on my website, so I do not need the profile editing functionality provided by wpForo.
I would like users to use PeepSo exclusively for their profile and account information. Therefore, I would like to completely disable or hide the profile editing optio...
3 days ago
Created the topic How can I mark all new posts as read at once? in General Discussions
Hello,
I would like to know if there is a way for a user to mark all new/unread posts in the forum as read at once.
Currently, users can mark individual topics/posts as read, but I would like to have an option such as “Mark all as read”, so that all currently unread content is marked as read wit...
3 days ago
Created the topic How can I completely disable all email notifications to users? in General Discussions
Hello,
I would like to completely disable all email notifications sent by wpForo to regular users.
My goal is that users do not receive any emails from wpForo, including:
New posts in subscribed topics
New topics in subscribed forums
User mentions (@username)
User following notifications
...
3 days ago
Replied to the topic Problem with AIO WP Migration
It is not the migration tool changing the dB as it imports correctly from the same file after you delete the tables. The changes therefore must be done by WPforo
Also the repair function was tried after the initial migration and it did not work.
Servmask All in one WP Migration is one of the ...
3 days ago
Replied to the topic Problem with AIO WP Migration
Hi @alan
wpForo supports a multiboard system, so its database tables are structured with the board ID. For example, a table may be named wp_wpforo_2_posts, where 2 is the board ID.
By default, when you install wpForo and don't use the multiboard system, the default board ID is 0. Even if you do...
3 days ago
Replied to the topic How can I set forum category titles as H2 headings?
Hi,
The following documentation pages should be helpful for you as well:
Theme Files:
Theme Customization:
3 days ago
Replied to the topic How can I set forum category titles as H2 headings?
Hi plop6901,
Great question about the heading hierarchy! Based on the forum content, wpForo doesn't natively use H2 headings for category titles in the default setup—it jumps from H1 directly to H3 for subforums. However, this is definitely something you can fix, and the good news is that there's ...