Hi kristen,
please leave forum URL to allow us test it.
Hello, the same here -topics just doesn't show up...
Hi, I need support on below. As I could not able to create new post, I am asking in this post. Please guide me. My website http://fresh2refresh.com/discussion-forum/
1. During forgotten password, the below label should be only Email. Username word should be removed as it’s working only as per email ID.
2. 2. Also, after entering email, there is no pop up like or message like “Please check your email to reset the password” like that.
3. 3. Often getting following message while resetting password “Please enter your username or email address. You will receive a link to create a new password via email. Your password reset link appears to be invalid. Please request a new link below.”
Refer Screenshot1
4. 4. Error messages or success messages are coming at the top right corner of the screen. So, sometime it is not viewed by user. Can we show this at the centre of the page?
5. 5. While posting new topic, posted questions or answers should be as marked below. I mean it should be moved up from bottom as there is unnecessary empty space.
6. 6. While registering new user, why capital letter is not accepted for user name?. Either capital letter should be accepted or we need to mention as only small letter and no special character allowed like that. How can I change the label nearby User Name? (Length must be between 3 characters and 15 characters.)
Refer screenshot 2
1. During forgotten password, the below label should be only Email. Username word should be removed as it’s working only as per email ID.
This is WordPress part, wpForo has no relation to this form, it only redirects to WordPress default password reset form. And it works fine with username too, you can discuss this with WordPress support team.
2. Also, after entering email, there is no pop up like or message like “Please check your email to reset the password” like that.
This is also a problem with your WP installation. wpForo doesn't have any function here, this issue may come from some other plugins.
3. Often getting following message while resetting password “Please enter your username or email address. You will receive a link to create a new password via email. Your password reset link appears to be invalid. Please request a new link below.”
Please disable all plugins, it seems you have a plugin which affects WP login/register/lostpassword form. But this definitely is not wpForo.
4. Error messages or success messages are coming at the top right corner of the screen. So, sometime it is not viewed by user. Can we show this at the centre of the page?
I don't think user can miss such an impressive and active pop-up. I'm sorry but there is no way to change the place of this message.
5. While posting new topic, posted questions or answers should be as marked below. I mean it should be moved up from bottom as there is unnecessary empty space.
This is a style conflict with your theme, please put this CSS code in Forums > Settings > Styles > Custom CSS Code textarea, then save it, delete caches and do CTRL+F5 on forum page:
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {clear: none;}
6. While registering new user, why capital letter is not accepted for user name?. Either capital letter should be accepted or we need to mention as only small letter and no special character allowed like that. How can I change the label nearby User Name? (Length must be between 3 characters and 15 characters.)
This is also comes from WordPress. wpForo use WordPress user registration system. Please check if WordPress allow this. If WordPress doesn't allow, then wpForo has no chance to allow that.
Thank you so much for your response for each question. I will check wordpress plugin. And, 5th issue is working fine. Remaining needs to be checked in wordpress plugin. Thanks again!