Forum Replies Created
-
Make a copy of your themes full width template eg.
page.php
file and rename it tobbPress.php
then all your bbPress pages will use this template.In reply to: Forum index table not showingIt looks like your theme is stopping the forums from displaying.
Make a copy of your themes full width template eg.
page.php
file and rename it tobbPress.php
.In reply to: Getting Spam in my forum!Follow the guide here as it looks like your site has been hacked or has some malware there.
(If you do have plugins redirecting your visitors to ‘other’ sites then maybe your not hacked but I seriously hope you are not doing this)
https://codex.wordpress.org/FAQ_My_site_was_hacked , and stop trying to patch up your hacked site. Reinstall or restore your backups. And read https://codex.wordpress.org/Hardening_WordPress
In reply to: multi LanguagesThis is more of a WordPress issue than bbPress, bbPress should function in whataver language the site is in correctly.
This looks like a good start and quite a few people use WPML and bbPress
http://stackoverflow.com/questions/14949631/wordpress-multisite-multiple-languages
In reply to: limit on number of favorites?It shouldn’t be an issue, how many are we talking about?
Excellent 🙂 Thanks for the follow up 🙂
In reply to: Forum not loading correctly – over night bugIt could be a server memory issue.
Create a new forum (hidden or private if you don’t want others to see it and start creating some topics as your other forums all have less than 6 topics, see what happens once you get to 10 topics etc Does it still work now? What 20 topics?
In reply to: bbpress 2.4 Change "Oh Bother" message ??It depends on what you are trying to do do, each form has different text for different situations.
Eg.
- feedback-no-forums.php – “Oh bother! No forums were found here!”
- feedback-no-replies.php – “Oh bother! No replies were found here!”
- feedback-no-search.php – “Oh bother! No search results were found here!”
- feedback-no-topics.php – “Oh bother! No topics were found here!”
In reply to: bbpress moderation – adds user notificationCan I suggest you add some links to this post and to the “bbPress Moderation” support forum outlining the changes/updates you made, I am quite sure some other people would find the information quite useful.
In reply to: bbpress 2.4 Change "Oh Bother" message ??There are 6 feedback templates: Did you change all of them? Or more correctly the correct one?
- feedback-logged-in.php
- feedback-no-access.php
- feedback-no-forums.php
- feedback-no-replies.php
- feedback-no-search.php
- feedback-no-topics.php
In reply to: What is this theme?This is also worth reading http://aquagraphite.com/2013/04/supportte-free-bbpress-support-forum-theme/#more-221
To use this theme without some of those plugins listed it will need a few modifications.
In reply to: No forum index tableThere is no need to create two topics for the same not even 24 hours apart, closing this topic in favor of your other topic with more detailed information.
In reply to: What is this theme?I think this is it https://github.com/syamilmj/Supportte/
WordPress + BBPress Support Theme for Envato Marketplace Authors
In reply to: Visual bbpressDo you have the latest version 1.0.1 of ‘bbPress Enable TinyMCE Visual Tab’ installed?
(It was updated a couple of days ago)Also I am not sure of the bbPress compatibility of the ‘tinyMCE advanced module’, does everything work as it should with this plugin disabled?
In reply to: bbPress & WooCommerce user acountsYou should be fine WooCommerce users a just WordPress users, the same goes for bbPress, all your users are WordPress users.
In reply to: WP PAGEUse the [bbp-single-forum id=$forum_id] shortcode on your page.
In reply to: Topics FreshnessThanks for the follow up, let us know if the problem reappears.
In reply to: Forum Tab Not Showing in WP-AdminThere are a few replies in your previous thread here but you never replied to it :/
Most likely it is a plugin conflict:
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
In reply to: Thousands of revisionsI only mentioned this as a ‘temporary measure’ if you feel that you need completely disable them whilst we look into this. Once I’m back home I’ll take a closer look at the issue and the SQL you attached in your original post.
In reply to: Thousands of revisionsOk, this is really weird, I’m out and about at the moment but will take a closer look at this in the morning.
For now if you want to truly disable revisions you can do so
wp-config.php
as detailed here:https://codex.wordpress.org/Editing_wp-config.php#Disable_Post_Revisions
In reply to: Subscribe cancelled by NotifyI can’t confirm a specific date though we do have bbPress 2.5.3 to ship in a couple of days, we just need to make sure what we have ready is good to ship and that nothing else pops up as an issue from what we have ready to ship.
This has been fixed for bbPress 2.5.3 that will be released soonish.
In reply to: Need Forum Page Full WidthMake a copy of your themes full width template eg.
page.php
file and rename it tobbPress.php
and you should be good to go. 🙂In reply to: 404 on Edit my posthttps://codex.bbpress.org/faq/
My Forum posts are returning 404 messages. How can I fix this?
This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.
In reply to: Can author change titel of thread?If the ‘edit time’ is set where the user is still able to edit their post they can also change the title of the topic. Note that this will not change or update the topic slug though.