I have set up a forum on Nettverten. This is the link to the forum.
- When Someone registeres it does not send out a mail to them. It only sends an mail if they ask for a new password after clicking on forgott your password?
- And when someone adds a topic or reply it needs to be moderatet. It says: " How can I make the topics and posts published without moderation?
- And if a logged in person switches between menues and topics/posts the "login" menu appears again, and when you click on it you get up the "log out" menu. Why Does it not say log out until you are logged out and need to log in again? This is wery confusing.
- And I can not se topics and posts when I am not logged in. Why?
I hope someone can give me an answer to these questions. I really like this forum and want it to work 🙂
And I would appreciate if someone could try to register and add some topics and posts to see if it works as it should.
Hi!
When Someone registeres it does not send out a mail to them. It only sends an mail if they ask for a new password after clicking on forgott your password?
It should not send email on registration, because the current registration type already includes password fields. You can change it to the type you want in Dashboard > Forums > Settings > Features admin page, option name is "Registration with Email Confirmation".
And when someone adds a topic or reply it needs to be moderatet. It says: "How can I make the topics and posts published without moderation?
Just disable wpForo Spam Control in Dashboard > Forum > Tools admin page.
And if a logged in person switches between menues and topics/posts the "login" menu appears again, and when you click on it you get up the "log out" menu. Why Does it not say log out until you are logged out and need to log in again? This is wery confusing.
And I can not se topics and posts when I am not logged in. Why?
Something wrong on your website, wpForo doesn't display Login menu for logged in users. Please disable all other plugins, delete cache and check it again.
Or maybe the installation was not completed. I recommend Uninstall (if you don't have important data in forum), delete and install wpForo again.
I see, this is not wpForo problem. Your website doesn't keep authorization session, it has problems. wpForo has not any relation to this problem. WordPress keeps logout users. I think some plugin or the theme generates error in header and crashes sessions. I recommend deactivate all plugins excerpt wpForo and test it, if the problem persists try to change the theme.
But What about this question?
»And I can not se topics and posts when I am not logged in. Why?»
Also to fix the black menu bar height please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea, save it delete caches and do Ctrl+F5 on forum front.
#wpforo #wpforo-wrap #wpforo-menu ul.wpf-menu{padding: 0 !important;}