If you go to the github page, then click zip, that’s the download link š
What I was looking for was bbp_topic_freshness_link();
The starter theme looks great. I don’t see any download link?
Thanks Stephen. Unfortunately the web.config made no difference š Neither did changing the permalinks to every option or removing slugs etc.
I also tried setting up a fresh WP Install with a clean copy of bbPress but it did the same thing.
I am stumped and completely out of options at the moment :-/
I look at my network stack trace and notice when I hit “Submit” the error code returned is a 302 Moved Temporarily, this is when it redirects to the wrong URL.
Debugging the code, it seems to hit the same place in query.php about 2-3 times meaning it’s loading the correct page, getting redirected to the wrong page, then loading the wrong page…
Thanks anyway, hopefully someone else will have this problem with a solution at some point!
Does anyone know why bbpress isn’t showing the seo title and description?
This is what I posted in the WordPress forum, maybe this will be more clear.
I want the forum and topics to have the tree structure in the permalinks. Is there a way to get the bbPress permalink structure to look like this:
When viewing a forum:
Instead of: /forums/forum/forum-slug/
I want it to be: /forum/forum-slug/
When viewing a topic:
/forums/topic/topic-slug/
/forum/forum-slug/topic-slug/
Problem Solved: I originally had set up the forums so that after 25 minutes the post would be locked. I set it to a much higher number (99999) and subscribers can now edit their posts.
Must be something to do with how BBPress handles the calculation of the time limit.
I see how to change the slug text but not the structure.
Hi
Any idea where i can find plugins for old version of the BBPress 1.0 ?
Many Thanks
Have you copied the bbPress compat theme files out of the plugin and into your WordPress theme?
The settings can be changed inside the settings > forums area. Have a look and see if they help.
Still nothing?
I’m in desperate need of it for a client. Kind of their last wish before we go public… What to do? Someone wise dude who’s willing to help out here and wirte a simple plugin for this? Or maybe fix a hack version of it?
Will there be a fix for this anytime soon?
Hi, for some time I’ve got a problem with 404 error everytime I submit a post. (the post is saved but i got bad redirect 404 error)
I’ve tryed to useĀ Tools->Repair Forums, updating Permalink settings and updating
Forum settings.
I’ve trun off bbpress plugins as well… nothing helps
After submiting, the redirect URL goes wrong. it doubles the “blog”:
https://domain.com/blog/blog/?topic=topicname/#post-1800
or sometimes:Ā https://domain.com/blog/?forum=topicname%2F#post-1805
Whats “%2F”??
Is there anyone who knwos how to resolve it?
Hey Nathan,
Thanks for helping out. If you paste this entry into your hosts file:
109.73.162.147 apa.uk.com
, you’ll see the Forum at:
apa.uk.com/forums
just dont use the www. As you can see, each entry is peppered with bullets. Thanks again for your input.
Hey guys,
When I go to create a new page on my website there is no “page attributes” section and so I can’t choose a template. I have templates where it is present but to be honest they’re sometimes boring looking, sometimes messy looking. I really like my theme with a nice neat slider sweeping across the screen.
Is there any way to make my theme compatible and if not are there themes with sliders that look neat that are already compatible with bbpress? Where would I find them?
here’s my site if it helps.
http://www.armchairboxing.com
Bowe,
I can’t seem to register for an account to have a closer look, can you set me up an account and I will have a look around. I just followed you on Twitter so you should be able to follow me back @netweb and send login details via a DM with Twitter.
Actually to be more specific I mean:
/forum/āforum-slugā/
when viewing a topic: /forum/āforum-slugā/ātopic-slugā/
On wordpress version 3.5 and bbPress 2.2.3 is there a way to tweak the permalinks on bbPress so they look like
when viewing forum: /forum/”forum name”/
when viewing a topic: /forum/”forum name”/”topic name”/
Nevermind, Lynq’s solution worked the 2nd time I tried it.
How do you change just the defaults in this new version? Every time I try, the only output is “Array”. I don’t want to filter the whole function, just the
‘before’ => ”,
‘after’ => ”,
I’m actually hoping to find the queries themselves, so I can have a little better control over layout, etc. and what’s included. I managed to find it in my theme’s search results, but ran into another issue and didn’t get a chance to dig through the theme to see what’s generating that just yet.
Sorry but I can’t help if I can’t see the site.
Having trouble copying over the template. I basically want to use a different header file called get_header(‘bb’) for the BB templates. I read the codex and a few other post and no luck. Here’s what I’ve done:
Uploaded most recent bbPress Plugin and WordPress install
This is what bb plugin tree looks like:
-includes
-languages
-templates
–default
—bbpress FOLDER
—css FOLDER
—extras FOLDER
—js FOLDER
bbpress-functions.php
From my understanding of the bb theme-compatability codex, I copied the contents of the extras folder into a folder in my theme called bbpress.
I added add_theme_support( ‘bbpress’ ); to the after_setup_theme hook
Now it should work!?! Should I be copying the contents of default folder into the bbpress folder of my theme?
This is not in the core of bbPress though there are a few email notification plugins you could have a look at https://bbpress.org/plugins/
I think it sounds like @jaredatch’s ‘New Topics Notifications’ is what you need though.
https://wordpress.org/extend/plugins/bbpress-new-topic-notifications/