Not currently we have one, no. And still, I doubt that I could replicate the conditions, with users and replies and cross-testing all this with our 40 plugins, one by one for days each.
Well, I’ll watch the Freshness closely and come back to this thread if it does not resolve itself. Thank you for being there for me!
I can bring you hundreds of examples where plugins conflict…
From what you write, I understand you don’t have a test site ? That would be the way to go …
Pascal.
I was hoping to see 2.6 in January, but the latest WP broke some stuff that needs in-depth checks and testing. As everybody is a volunteer working on this project, no official dates can be set.
If you translated dev (which is the 2.6 in the ‘trunk), the translation is moved to ‘stable’ whenever 2.6 is set as a ‘stable’ version. So you only need to do the work once.
I will have a check later why the new German version is not being pushed !
Pascal.
Uhh, that is a tricky one. We have so much parts that work together, not least the firewall and security plugins. I cannot run the website and test bbpress behaviour for hours or days without any of them. Also, I can’t imagine how any of them could interfere with bbpress. It usually isn’t about plugin conflicts, if such tiny details get wrong. Come to think of it, it never really is about plugin conflicts in my experience, whenever something is wrong on the website.
Do you see any other way to test this?
After looking through a bunch of documentation, I created a new test forum, new test topic, but can’t figure out how to add a forum to a page.
If I set my test user to Keymaster, I can login and see the threads, but when trying to reply, the system tells me that I have no right to do so – even when the test user is WP admin, too. And even though I could actually post a new thread with my admin account an hour ago. And if I set my user to moderator, he gets 404 like all others.
Yesterday morning, I set the time for one post for ten minutes back via phpmyadmin, to see if I can change the order of replies that way. It did not seem to have any negative effect then. I set the change back yesterday night, but that did not help. Could my little change in the database be the reason, that the forum now shields itself from any users except Keymasters?
The theme was not the problem. I now know that it is the 404 plugin where I can use a wordpress page as 404-page. I have tested two different 404 plugins but it is the same problem with both of them.
Is there any way to work around this problem so I can use a 404 plugin and still have a well functioning bbPress forum?
i have a site with buddypress and bbpress installed.
latest version of wordpress, buddypress and bbpress
every group has a forum. i’m having a strange issue, regular users can post only one post.
when trying to post again, the page reloads but nothing happens. the post is not saved, and wont show up anywhere, and no error massage is shown.
searched for info about this problem but couldn’t find anything.
any ideas what could be the problem.
thank’s,
eli.
Hi,
Try this in a child theme or functions.php (I didn’t really test it, but this could be a way to do):
function casiepa_mention_gravatar() {
echo 'Upload a profile picture on <a href="gravatar.com">Gravatar</a>';
}
add_action( 'bbp_theme_after_reply_author_details', 'casiepa_mention_gravatar' );
add_action( 'bbp_theme_after_topic_author_details', 'casiepa_mention_gravatar' );
Pascal.
Hi,
As everybody is volunteer, it depends on the time that developers and testers can spend on bbPress. Only when the product is considered ready, it will be moved to stable.
We are all hopeful that it will be soon.
Pascal.
latest topics is in a shortcode in my plugin
https://wordpress.org/plugins/bbp-style-pack/
[bsp-display-topic-index show=’5′ forum =’10’]
Sorry respond so late, I was waiting for a response from the developers of the plugin, but I guess they are very busy and have not had time …
Smilies remain “disappeared”, but I found a temporary solution to this plugin https://wordpress.org/plugins/font-emoticons/ which by the way I liked it.
P.S. I have the latest versions of WordPress and bbPress.
Cheers.
I need to display the latest topics and posts on the homepage. In the widgets of course I have, but on the home page can I be set:
only the most recent topics
only latest posts
Can this be somehow connected? To the homepage displaying the latest topics and the latest posts?
Me failed to find a way to, plugin, etc.
You advise me please, anyone?
Vendulka
PS: Please excuse, I do not speak English, only compiler.
WP – 4.1.9
bbPress – 2.5.8
web: http://www.takyzijemsvami.eu (but it yet locked – I work thereon)
Hi Graham,
What you describe is to me a plugin conflict, so you will have to perform the test and deactivate before I can help you any further. Start with the Sucuri Security as from the description this one COULD block.
Pascal.
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
Hi
I have just installed bbpress at my new site but the date on bbpress is showing as 1 January 1970 – though the dates on blog posts, and other wordpress pages and themes is all good only on bbpress it is showing the wrong date.
URL: http://www.techsmartaustralia.biz/mo/forums/
WP version: 4.4.1 Latest one
BBpress version: 2.5.8
Appreciate your help on this, how to resolve this issue. thanks
Sorry, I must have not set myself up to be notified of your reply.
I’m not sure I understand you. The forum is working, as in the links go where they should and what not.
So yes, well it was changed but in short yes, this link does work:
http://fubar-alliance.com/comms/channel/test/
The forum software says index is comms, and single forums is channel, but the index looks like it should have an image to represent the forum in question, otherwise the page is hard to read and understand…
If you go here: http://fubar-alliance.com/comms/
Notice the odd blocks that highlight when you find them, and have the mini round broken image.
WP 4.4.1 BBPress 2.5.8
Hi, I have just installed today your BBPress. I have generally set it up and then tried to start a new topic. I complete all the fields. Above the form it states I have all privileges and can write in html etc. But when I click the submit button, the details of the topic disappear and then a message saying there are no topics in this forum. Can someone advise the reason for this and propose a solution?
I have tried it with the latest 20/13 with the same result.
Thanks in advance.
http://www.alpujarraenterprises.com
Hi,
1) There is no pagination for the forum archive page.
2) It is not limited to 50 forums, you can create as much as you want. It is just recommended that you use less than 50. You can use a filter to change the number to what you want. I haven’t tested it myself, so try it yourself in your child theme or functions.php:
function casiepa_increase-forum-per-page( $args = array() ) {
$args['posts_per_page'] = get_option( ‘_bbp_forums_per_page’, 100 );
return $args;
}
add_filter( ‘bbp_before_has_forums_parse_args’, ‘casiepa_increase-forum-per-page’ );
3) To order, Edit your forum (Admin Panels > Forums > All Forums) and on the right you will find ‘Forum attributes’, play with the ‘order’ attribute.
Hope this helps,
Pascal.
I want to reset my bbpress data.
However, this is giving me a 500 error every time.
Any advice on how to fix this so I can clear my test data and do a fresh import.
Ouch, ok, let me have another look
EDIT: In my 2.5.8 install of bbPress, I see vBulletin3 in the list, so I would say give it a try on a testsite. Get WordPress, bbPress then Tools > Forums > Import forums
Pascal.
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
probably a theme or plugin conflict
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
ok, so if you click the image, you get to the forums.
so if the url is
http://fubar-alliance.com/commo/channel/test/
the forums work.
Since you are already using the forums slug for your phpbb software, what is it set to in dashboard>settings>forums, and if you set that correctly it should all work
Hi Pascal,
Thanks for joining in. As Admin I’ve set up three WP accounts (admin; editor; subscriber) they all have unique ids, emails etc with email accounts on different servers.
I appreciate I’m accessing the accounts from the same ip (different machines) but when I built the test site the bbP installation worked fine. Just don’t know what I’ve done to break this installation.
I also started a new topic from one of the forums which I know all 113 users are subscribed to thanks to a clever plugin I found called p2 bbP Manage Subscriptions 1.2.0. So far no response from anybody.
Cheers to both,
Eugene.