Published on June 25th, 2018 by sc1961
Hoping for some help.
I want to edit the automatic email that gets sent to forum users who are subscribed to a topic, specifically I want to remove the link to the topic or edit the text to inform user’s they MUST be logged in to our client portal in order for the link to work.
Currently it makes users think the link is just broken.
Thanking you in advance.
Published on June 24th, 2018 by timsilva_
The Trac section of the bbpress.org website has some issues in the header/navigation. It’s been like that for a few months, keep forgetting to point it out.
It should look like this: https://i.imgur.com/1BtCGv8.png
…but it looks like this: https://i.imgur.com/x3LB6QV.png
I have checked on a few computers/browsers.
Published on June 24th, 2018 by antonop4u
I just started a new forum, ad it’s almost empty, all the forum I created in the index have the same number of topics and replies, even the empties.
Forum
Any idea how to fix this?
Published on June 23rd, 2018 by Anonymous User 16233087
What is min hosting requirements for bbPress
Published on June 22nd, 2018 by Clivesmith
I am trying to stick a reply at the top of the replies page, can anyone help please.
to explain..
I have a forum called countries containing
forums for each country, inside each country (forum) are topics called airport names,
inside each topic (airport names) are replies, I would like to stick one of the replies to the top of the list of replies for that airport, the one I want to stick is unlikely to be the first entry for that airport.
I hope that makes sense.
WordPress 4.9.6 running twentytwelve child theme theme, bbpress Version 2.5.14
the website is https://wateratairports.com
Published on June 22nd, 2018 by cclemens
WordPress Version: 4.9.6
bbPress Version: 2.5.14
National Braille Association
When we post a link to our forums on Facebook, the link preview isn’t very attractive. In an attempt to make that appear differently on Facebook, I’ve created a ‘Featured Image’. I went in to our website to upload that image, but since there is no Page where bbPress lives on our site, I can’t find a way to apply an image to the forum as a “featured image”.
How can I make that happen?
Published on June 22nd, 2018 by yougal
On my site the topics and its reply are not showing but there have topics. Below is my site.
http://robives.com/forums/
Published on June 22nd, 2018 by Cửa thép vân gỗ Koffmann
hello, I have a website, but, yesterday, i delete auto comment because my website got spam comment. So I want to add comment facebook platform, but i don’t know how. Help me
Published on June 21st, 2018 by webmasterfreya
Hi,
I have the following code in my themes functions.php
function bbp_reverse_reply_order( $query = array() ) { // bbp_has_replies_query is depricated ?
$query['order']='DESC';
return $query;
}
add_filter('bbp_has_replies_query','bbp_reverse_reply_order');
This works fine except when a new reply is added, you get redirected to the page with the oldest replies instead of the page that contains the just added reply. This seems to be an old problem, have tried various plugins, but they all lead to the same outcome.
So the question is how to force, after adding a new reply, to be directed to the right page.
site freya.nl, latest versions WordPress and bbPress.
Published on June 20th, 2018 by Martin J
This has been a long time issue where bbpress is installed and when you log into the admin area (dashboard) of your website, you lose the admin page and end up on the front-end of your website. This happens all the time and not sure why this has never officially been addressed.
I have the admin-bar disabled on the front-end of the site because it annoys me and don’t want to see it. So when I log into the admin, I lose the admin page and end up on the front of the site. Because I disabled the admin-bar, I have to always manually type in any admin page to get back into the admin area.
Why is this happening and even though I have not tried the upcoming 2.6 version, I’m hoping this has been fixed for that one.