IT resolved almost all issues, however we are stumped with one issue left. Our site is a membership site using BeTheme as a theme, Restrict Pro to hide membership area, however the forum is open to all. We want the log in to stay on the main log in page but it keeps taking users to admin console and at times does not allow log in. Using WP Optimize as a cache and have isolated what we believe to be the forum files but yet after a day, I need to clear the cache so that folks can log in.
The question is two fold, how do I stop it from continuing to log in to admin panel and which cache plug in works well with WPForo? I recognize that this may not be a Forum issue, just following and asking support from all three, thank you, would appreciate and direction...
We want the log in to stay on the main log in page but it keeps taking users to admin console and at times does not allow log in.
wpForo doesn't send users to admin area. This is the default WordPress working login. You can try to enable the following options in Forums > Settings > Features Tab, they may help users to redirect to forum login page:
- Replace Registration Page URL to Forum Registration Page URL
- Replace Login Page URL to Forum Login Page URL
- Replace Reset Password Page URL to Forum Reset Password Page URL
BTW, this will the same way for administrators, you'll be able to go to /wp-admin/ after a successful login in forum login page. Otherwise, the /wp-admin/ will always be redirected to front-end.
The question is two fold, how do I stop it from continuing to log in to admin panel and which cache plug in works well with WPForo?
There is no any smart cache solution which can understand that the whole forum is working in one page, the cache plugins only recognize post type based content. wpForo is not based on post types. wpForo generates all forums and topics in the same forum page. That's why wpForo comes with its own powerful cache system. It does very well caching for the forum page. You should make sure the forum page is excluded from your cache plugin and all will be fine. Don't let unintuitive cache plugins to kill your forum dynamic data.
Ok, thanks to all of you now all working fine.
Two more questions. Can I restore a deleted topic or post?
How do I move a topic, post reply to the right Forum Area?
Much appreciated...