I checked your site and i must say the community page took a very long time to load.
Anyway, maybe afterall you don't need a forum for your needs.
good luck with your site !!!!
That's a real shame, it is important for me that the permissions work as they should, I shall wait for the new release but may have to look to move forums.
I'm really sorry the lack of this feature made you feel that way. I understand, that this may be an essential feature for your website. I'm sorry but we could not add the guest posting function in current version because of these two urgent requests from hundreds of forum users:
1. wpForo becomes popular and many large forums migrate to wpForo. We got a large number of requests to optimize core functions for forums with millions of posts. We had to made lots of changes in performance. The 1/3 of core has been changed and optimized.
2. Many forum users waiting for wpForo User Custom Fields addon to create a powerful profile system without additional profile plugins. We were working on this addon and changed the whole user profile system to make it fully dynamic. The designe is also changed. Now the user fields can be generated dynamically and managed using hooks or wpForo User Custom Fields addon.
So the upcoming version is made for maximum performance (large forums) and for creating powerful community with extended user profile functions. Also many bugs are fixed and many small features have been added (front-end moderation approve/unapprove, etc.. ) These are the main reason why most of planned features have been moved to one version later.
I checked your site and i must say the community page took a very long time to load.
Anyway, maybe afterall you don't need a forum for your needs.
good luck with your site !!!!
Thank you for looking, I find the community pages take a while to load but the https://wateratairports.com/about-us/ is very quick so I tend to think the problem is loading the community, but cannot see anything wrong. You say I might not need a forum but I see the layout as the best way to present it, with a good way for people to interact.
Please try to execute these SQLs in Hosting Service cPanlel > phpMyAdmin > WP Database > SQL tab:
ALTER TABLE `wp_wpforo_posts` ADD INDEX(`topicid`);
ALTER TABLE `wp_wpforo_posts` ADD INDEX(`forumid`);
ALTER TABLE `wp_wpforo_posts` ADD INDEX(`userid`);
ALTER TABLE `wp_wpforo_posts` ADD INDEX(`is_answer`);
ALTER TABLE `wp_wpforo_topics` ADD INDEX(`forumid`);
ALTER TABLE `wp_wpforo_topics` ADD INDEX(`first_postid`);
ALTER TABLE `wp_wpforo_forums` ADD INDEX(`parentid`);
If the table prefix is not wp_ change it before executing.
Also make sure all caches are enabled in Dashboard > Forums > Settings > Features admin page.
Please try to execute these SQLs in Hosting Service cPanlel > phpMyAdmin > WP Database > SQL tab:
ALTER TABLE `wp_wpforo_posts` ADD INDEX(`topicid`);
ALTER TABLE `wp_wpforo_posts` ADD INDEX(`forumid`);
ALTER TABLE `wp_wpforo_posts` ADD INDEX(`userid`);
ALTER TABLE `wp_wpforo_posts` ADD INDEX(`is_answer`);
ALTER TABLE `wp_wpforo_topics` ADD INDEX(`forumid`);
ALTER TABLE `wp_wpforo_topics` ADD INDEX(`first_postid`);
ALTER TABLE `wp_wpforo_forums` ADD INDEX(`parentid`);If the table prefix is not wp_ change it before executing.
Also make sure all caches are enabled in Dashboard > Forums > Settings > Features admin page.
Thanks Robert, I have tried that.