Forum Replies Created
-
In reply to: Internal Server error on Search
If you guys haven’t already try some troubleshooting.
Also check out these possible solutions for this specific error.
https://codex.wordpress.org/Common_WordPress_Errors#Internal_Server_Error
In reply to: Check boxDon’t know what you mean by FTP, the only I don’t think normal users on your site would know your sites FTP information. You can edit theme and plugin files though, but disallow that.
You can deactivate features by going to settings > forums in the WordPress backend.
In reply to: User registration emails not sendingThe regular WordPress email a user gets when registering, and hopefully no confusion with BuddyPress??
In reply to: Create new topic form widthIf you are talking about the email, website, and name fields this will do it.
#bbpress-forums fieldset.bbp-form { padding: 0!important; }
In reply to: Create new topic form widthI dont see the topics tags box?? I think you only see that logged in.
In reply to: Page titles not appearingnot bad at all 🙂
In reply to: Disable auto update of language filesare you using a custom translation file for your site to say change/replace text instead of just translating it??
In reply to: Registration Email Not Being Sent – new issueThis topic was for issues made in bbPress version 1 which was a standalone version, the latest is a plugin for WordPress. The registration process on your site is mostly handled by WordPress. bbPress does have a registration form shortcode, but even that kind of piggybacks off of the WordPress registration form. If there is something wrong with your regular WordPress emails, which might include new comment emails for WordPress comments then you definitely need to hear from your hosting provider. If it is just the registration emails sent to users, you might need to contact WordPress support on their forums. https://it.wordpress.org/forums/
In reply to: Created forum not showingTry some troubleshooting to see what could be causing the issue.
In reply to: User Profile “Replies created” not showingThis custom CSS might help.
#bbpress-forums #bbp-user-wrapper ul.bbp-replies { clear: both !important; }
Off topic but I really like the color scheme you have going with your site.
In reply to: Page titles not appearingSee ya almost got it!! I think you are missing some divs or span to better structure it out from the menu. Maybe there is CSS in your theme that is specified just for pages, so that might require additional CSS just for your forum pages.
In reply to: Logout Link Redirects to Topicsend the details to my email, but only for subscriber/participant role for now.
In reply to: Login Widget URLSno problem 🙂
In reply to: Login Widget URLSGo to Appearance > Widgets in the WordPress backend.
whichever sidebar you placed the bbPress login widget, go to it, edit the widget settings and change the links in the widget.
What about this?? It will hide @mentions in bbPress forums though.
.activity-list .bbpress, .activity-list .bbpress { display: none; }
In reply to: Logout Link Redirects to TopicAlright I might report this as a bug, but I need steps to duplicate the issue. And could you answer these questions to help me, know where you are at?
Are you running any special bbPress set up?
Does this happen to all user roles?
I am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?no problem 🙂
In reply to: Importing from WBB4In reply to: Help with importing from WBB3.1Thanks you for sharing your fork.
Have you read this for that freezing issue??
Its not a plugin specific error. Your server just can’t handle too much memory usage. WordPress may need more memory to use for your site. It has increased the minimum requirements before.
https://core.trac.wordpress.org/ticket/21646
You can follow the link I placed above then follow another link to show you some code to add to your wp-config.php file and see if that fixes your issue, in most cases it likely will. In some situations your server will cap the allowed memory so you may need to contact them about increasing it more.
If you want you can also google your issue and you will see countless posts on the wordpress.org forums about this, and they have the same exact answer.
I get what you are saying, but in some plugins that do this they automatically translate a users posts, which not be the right translation all the time. Some other plugins allow you to write a translation for each post, which I have no idea how you are going to do that for each users post in the forums.
Multilingual plugins are best for blog posts and pages in my opinion, while creating location specific forums or each language on a site in multisite might be better for forums.
If you do find a cool configuration to work with multilingual plugins then please share with the community.
There is probably a better way then CSS but it is all I could find real quick.
Does this work??
.activity-list li.bbp_topic_create, .activity-list li.bbp_reply_create { display: none; }
In reply to: Help with importing from WBB3.1is the exact version of WBB that you are trying to import version 3.1?
Yeah this issue is not because of the bbPress plugin but your site does not have enough memory.
https://codex.wordpress.org/Common_WordPress_Errors#Allowed_memory_size_exhausted
In reply to: Logout Link Redirects to TopicWith bbPress activated and logging out from the backend using the WordPress toolbar.
http://localhost/mysite/wp-login.php?loggedout=true
Without bbPress activated and logging out from the backend using the WordPress toolbar.
http://localhost/mysite/wp-login.php?loggedout=true
With bbPress activated and logging out from the bbPress login widget on my front page.
localhost/mysite/?loggedout=true
Did you already go through some troubleshooting to see if it was an issue in your plugins or theme??