http://codex.bbpress.org/step-by-step-guide-to-creating-a-custom-bbpress-theme/
I followed the steps exactly from the link above but any changes I make to my my bbPress child theme don’t seem to work.
I have a copy of the files from the twenty-ten theme placed in a new folder inside my template’s child theme. Is there anything else I need to do besides what was mentioned in the link above?
-
This topic was modified 13 years, 9 months ago by
csk.
Hello John thanks for the quick reply.
I am running a Buddypress multi site with bbPress sitewide forums using the Genesis framework. When I upgraded to v2.1 recently I lost the ability to post anything in my activity stream or filter users in the members directory.
After turning all the plugins off (apart from Buddypress and Genesis Connect which is Studiopress’ theme integration plugin for BP) and then one by one turning them back on again, it was bbPress which was clashing.
This was confirmed to me after I uploaded my earlier version of bbPress v2.0.2 which restored the Buddypress functionality. Although I couldn’t view the forums entirely – hence my question here.
Thanks for your help.
James.
I’m using a WordPress theme that comes together with a bbPress theme, and it obviously doesn’t support the new bbPress version, so the Fancy Editor doesn’t show up at all when I activate it. How can I insert it manually?
Anonymous User 5853594Inactive
sorry my english – where do i find in wordpress language file to translate in new bbpress / my old language pack is not working now and i trye translate 2.1
gj – new wersion!
-
This reply was modified 13 years, 9 months ago by
ecykada.
-
This reply was modified 13 years, 9 months ago by
ecykada.
-
This reply was modified 13 years, 9 months ago by
ecykada.
I am using:
Wordpress Version 3.4.1
bbPress Version 2.1
BuddyPress Version 1.5.6
Tersus Theme Version 1.3 (http://themeforest.net/item/tersus-responsive-wordpress-theme/2343187)
I created a new Group, and then posted a new topic in that group. This is where the error is being thrown.
Here is a screenshot of what’s happening http://screencast.com/t/ZU0ohu061o4Q
Error says:
Fatal error: Call to undefined method stdClass::have_posts() in /home/…/…/wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php on line 168
Notice also, that the page title being displayed is from one of the WordPress posts that came with auto-importing dummy data for the theme.
I know a link to the site would help, but I am working with a client who’s not comfortable getting the link out before site-live time. So, sorry about that.
I asked for help from WordPress Forum support, and was told that this was most probably a theme compatibility issue. So I went to the theme’s support forum.
Last night, the theme’s author/s were helpful enough to guide me through what I assume are the usual stuff in troubleshooting this kind of stuff.
Here are the things I’ve done so far:
1. Disabled all plugins apart from bbPress – this resulted to the forum giving me a 404
2. Enabled BuddyPress – this brought back the forums, but with the same issue
3. Emptied all sidebar widgets that have to do with the theme.
4. Used the other theme package (bbPress Twenty Ten).
5. Deleted the function referenced in the error. Led to some new error. This was a desperate, illogical attempt on my part so i undid that.
6. Deleted the wordpress post being shown in the page title. It just displayed the title of the next wordpress post in line.
Note: every time i check to see if that fixed it, i do a clear-cache-reload, just so i’m sure nothing in cache was giving me this headache.
I really hope someone could help out.. Has anyone seen this kind of error ever been documented elsewhere?
I am still thinking your bbpress.css file seems a little short, where did that initially come from?
Great job ! really appreciate this work. in fact for me here still remains a lot to learn though. I will be following some guidance as well. Probably some soft skill aspects will be necessary though.
Thanks John 🙂 I just created a new trac ticket #1906 for this bug
Topic edited to remove login info.
Sounds like a bug; create a trac ticket. 🙂
Enable ‘Auto-Embed Links’ from /wp-admin/options-general.php?page=bbpress for YouTube, Twitter, Flickr, etc…) directly into topics and replies.
I’m having the exact same problem, although the links for ‘trash’ and ‘spam’ work. Not being able to edit is a major problem.
I removed all plugins, except for bbPress 2.1 and Buddypress 1.5.6, and editing a topic/reply still doesn’t work.
Editing with just bbPress 2.1 installed works, but once paired up with Buddypress doesn’t work.
I use your plugin and bbPress, but I’m not using the bbPress profiles, so I hope I don’t have to write around this functionality you’re adding 😉
Hi Guys
I am the author who looks after http://wordpress.org/extend/plugins/author-avatars and I have been asked to add the option to link to bbpress profile verse the wordpress profile
Got my bit working
untill I got to here
if (function_exists('bb_get_profile_link')) {
$link = bb_get_profile_link('id='.strval($user->user_id));
}
and found that I am get “undefined function bb_get_profile_link()” as this is a post/page and not a bbpress page so my guess that bbpress code is not loaded.
So what is the best way to get the profile URL / load this function?
Many thanks
Paul
-
This topic was modified 13 years, 9 months ago by
Paul Bearne. Reason: typo
-
This topic was modified 13 years, 9 months ago by
Paul Bearne.
I have the same issue with the admin forum links. For now I have added a plugin bbPress Admin Bar. At least I have access.
I don’t know if it is related but I am also having a problem with the attachments showing up in the forums. I am just getting the [attachment, etc] but the link is not there.
I will be watching this to see if someone can help us.
BTW – I had several links in Admin that weren’t working and John helped me with them. You might try it. – Delete all your cookies relating to your site and try the link(s) again. It corrected all of mine except for the Forum(s) link(s).
Weird. If you could create a bug ticket on our trac would be great.
Hey guys, I have been debugging a few issues with these functions so I am going to link to each of the functions below in pastebin, should be pretty good to go for copying across I believe.
Custom bbp_list_forums function. http://pastebin.com/GLhCHYze
Custom last poster block for forums. http://pastebin.com/8K0pkKs5
Custom last poster block for topics. http://pastebin.com/FGptZmiQ
Hope this helps, it is a little clearer on pastebin currently, the code block on bbpress.org likes to change my code for me! :p If you find any issues let me know and I will try and update this topic, also I will get the updates onto my own site.
Good luck!
-
This reply was modified 13 years, 9 months ago by
Lynq.
-
This reply was modified 13 years, 9 months ago by
Lynq.
Bump, anyone?
Btw, I fixed half of the hooks (I added the corresponding hooks into the bbpress theme on my own, and it works), but I have problem with the remaining three hooks which I didn’t fixed, and they are:
add_filter( 'bp_get_the_topic_post_content', 'rfp_filter_rating_link', 3 );
add_filter( 'bp_get_the_topic_post_css_class', 'rfp_alter_post_based_on_rating', 1, 1 );
add_filter( 'bp_get_the_topic_post_poster_name', 'rfp_filter_poster_karma', 3 );
Also, I cannot find anything for the variable $bbp,and the corresponding variables in bbpress which exist in buddypress: $topic_template and $forum_template.
Thanks in advance!
Edit: I forgot to mention that bbpress is updated to version 2.1. 🙂
-
This reply was modified 13 years, 9 months ago by
crazy-nomce.
Anonymous User 5853594Inactive
There have been some changes in the repository to shift the “latest” to the plugin branche, so the links probably got broken there.
You can find the 1.1 branche here: https://bbpress.trac.wordpress.org/browser/branches/1.1.
Hi there,
Like to download the stand alone version 1.1 as listed on: http://bbpress.org/download/legacy/. But the link doesn’t seem to exist.
FYI: At the moment, I have a forum running using the stand alone version. I’ve planned migrating it to WordPress/bbPress, but for now like a copy of the stand alone installation package.
Thanks!
Wouter
Thanks for including SWNK in the examples list!
’twas my pleasure. Your forum does a very good job of being clean and readable, and you’ve clearly built a very active community around it.
NB bbPress site owners: You’ll want to follow this trac ticket to know when you can submit your bbPress-powered site to the official WordPress showcase.
oo nice, thanks, I got around it but creating a page named forum and adding the shortcode [bbp-forum-index]
Modifying Page Title in Forums Archive
Will look into your fix when when I have time, thanks 🙂
Yes I do and just on those links mentioned above – the bbpress links in the admin sidebar.