Hi,
This is definitely a bug in bbp 2.5 on Windows. 2.4.1 does not have this issue. You can reproduce it by reverting to 2.4.1 (works again) -> update to 2.5 (doesn’t work again).
<link rel="stylesheet" id="bbp-default-css" href="http://localhost/wordpress37/wp-content/C:devhtdocswordpress37wp-contentpluginsbbpress/templates/default/css/bbpress.css?ver=2.5-5199" type="text/css" media="screen">
Windows 7 x64, httpd+php+mysqld, latest stable WP, BP, BBP
I agree, the location is so hidden, I would have not found it without you.
Can bbPress make this link more prominent and better located?
Thanks
I try to adderss this by CSS for now, but css class is same everywhere, so need to think clever ,-)
It shouldn’t do – just tested with bbPress 2.4.1 and editing by admin in either the dashboard or in the options when viewing the post doesn’t change it’s “published” date, which is what the forum uses as it’s display order.
Have you got any plugins or changes you’ve made that could affect this.
And.. has this just started happening and what version of bbPress are you on?
I remember wich one time i have disabled all plugin in my site and i lost mosto info for major of them.. in particular bbpress, when i enabled it show 404 page in all topics and forums.. I have saved. I go in options and see all options correct, and save it.. after saving it work fine… Mistery…
what is your wordpress version? Have you try to save again all bbpress forum options?
Diggories,
Some great tips there.
mm, the upgrade will have overwritten the change – as per first post
Of course you’ll need to make a note of this change, as it is lost whenever you upgrade bbpress versions
I haven’t upgraded yet, let me know if putting it back fixes it !
Thanks for the reply, this theme uses BBpress and the search members (filters) has drop downs. Is this a part of the BBpress plugin? Any help is appreciated.
Members
Details:
http://themeforest.net/item/sweet-date-more-than-a-wordpress-datin
Take a look at the Data Parameters of WP_Query https://codex.wordpress.org/Class_Reference/WP_Query#Date_Parameters
You can also create custom views in bbPress eg.
function ntwb_register_custom_views() {
bbp_register_view( 'popular-topics', __( 'Popular Topics' ), array( 'meta_key' => '_bbp_reply_count', 'orderby' => 'meta_value_num' ), false );
bbp_register_view( 'unpopular-topics', __( 'Unpopular Topics' ), array( 'meta_key' => '_bbp_reply_count', 'orderby' => 'meta_value_num', 'order' => 'asc' ), false );
bbp_register_view( 'random-topic', __( 'Random Topic' ), array( 'orderby' => 'rand' ), false );
bbp_register_view( 'closed', __( 'Recently Closed' ), array( 'post_status' => 'closed' ), false );
}
add_action( 'bbp_register_views', 'ntwbc_register_custom_views' );
yes topic subscriptions are ok.. it work fine..
I don’t have bbpress.php in my child theme folder…
Edit: Just read your reply on Trac
Also check if you have a bbpress.php file in your child theme folder.
What web server are you using? Windows (IIS)? (If so you can apply this fix manually or wait for bbPress 2.5.1.
If not can you give us some more specifics on how your website is setup?
I am not familiar with ‘bbPress Protected Forums’ plugin, it might be best to also ask the question in their support forums https://wordpress.org/support/plugin/bbpress-protected-forums
You can find older versions of bbPress to download here https://wordpress.org/plugins/bbpress/developers/
I don’t have any custom bbpress-functions.php in my theme and i have copy entire user-subscriptions.php in my child theme. And it not work… I see only: You are not currently subscribed to any forums.
But i have subscribed three forums…
There is no ‘drop down’ fields in the bbPress search.
I think you might be using a plugin that gives you this option and you would need to contact that plugin’s author and/or support forums.
You should not have an issue using XAMPP, that said though can you deactivate bbPress, delete bbPress and install it again (You won’t lose any bbPress data).
How is it now?
I am pretty sure you are looking for the widgets https://codex.bbpress.org/widgets/
https://bbpress.trac.wordpress.org/ticket/2480 has been updated with some more info.
Also if you have a custom bbpress-functions.php in your theme that also needs to be updated.
After I updated bbpress to version 2.5 the stylesheet for the default theme is not being linked correctly.
<link rel=’stylesheet’ id=’bbp-default-css’ href=’http://localhost/wordpress/almostaveragegamers/wp-content/C:xampphtdocswordpresswp-contentpluginsbbpress/templates/default/css/bbpress.css?ver=2.5-5199′ type=’text/css’ media=’screen’ />
This is the way that the link is showing up when I look at the source code for the site which I am designing on a local host server. When I click on the link to see what is displayed this is what it is showing me below.
https://www.dropbox.com/s/3as5djr6w0m2b0a/error-message.jpg
A question is asked about how to use bbpress.
The title of a forum is displayed on toppage(Forum Status :OPEN).
When seeing some specific forums(not log-in user), would like to redirect to a login-form page.
Please advise me.
wordpress ver. 3.7
use theme is my orignal
bbpress ver. 2.4
Hi,
After updating to 2.5 i found that with different themes, all but 2 plugins active (bbPress and bbPress Protected Forums) that ANYONE could make a topic although topic creation was locked to non-Admins and everyone but me is set to participant or spectator. Does anyone else have this problem or does anyone else use something similar?
(also where do i go to download 2.4? all the links i’ve seen point to 2.5)
@svcslzysh Can you please give us some more information please.
Can you try disabling all your other plugins and stitching to the Twenty Thirteen theme.
Does the issue still exist now?
If it is fixed start re-activating your other plugins one by one until you find a conflict?
What is the conflicting plugin and/or theme?
Details are here: https://bbpress.trac.wordpress.org/ticket/2482
Version 2.4
New Install
WP is Version 3.7
“Plugin could not be activated because it triggered a fatal error.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in/home/rgfg70/public_html/wp-content/plugins/bbpress/includes/replies/template.php on line 1025”
http://www.rgfg.org
Hello,
I just installed bbpress on my site. I created a page which is called “Forums”. I chose the default template. Every thing is working except the display is not organized as the plan.
—-
Forum
Topics
Posts
Freshness
Group Forums
group one (2, 0)
2
2
41 minutes ago
Avatar of admin admin
not group forum
cool
0
0
No Topics
———–
how to organize the display as following or better? ( not display in vertically orders)
Forum Topics posts Freshness/minutes
thank you
Hello,
iam using the bbpress no spam notification and the members plugin. right now i have a problem that i can not set up the notification to check for permissions on the forums before getting the recipients. the way i intend it to be is that only users with permissions for a forum receive notifications for new topics and replies.
any ideas on how to implement this fairly easy?
thanks for you time, if any more info is required please let me know.
kird