Search Results for 'bbpress'
-
Search Results
-
I would like know to which of the following files, changes were made in rc5:
form-reply.php
form-topic.php
form-topic-tag.php
form-user-edit.php
loop-forums.php
loop-replies.php
loop-topics.php
user-details
user-favorites
user-subscription
user-topics-created.php
Thanks
I have tried the following:
1. Deactivated all the plugins
2. Tried a default theme.
But unfortunately, when using the recount for “Count replies for each user” always fail.
I’m not sure what else I can try. Would turning debug on help?
Hey guys. I’m looking for an experianced bbPress 2.0 dev to help us customize all the bbPress screens / pages on the getshopped.org site.
Not sure where this should be posted, here or on buddypress.
I currently have buddypress 1.5-beta-3 and bbpress 2.0-rc-5 running on my test site and I would like to hide the topics and reply count via the functions.php.
I am also using a custom child theme so that any modifications will not be overridden after updating. The only thing I have in my custom child theme is a blank style.css. I tried entering some styling into the blank stylesheet but nothing is displayed, it’s as though it is ignoring my stylesheet and retaining the default especially the next gallery css but this is another issue. Whenever I add a functions.php with something in this, the site falls over.
Anyway, what coding would I add into the custom child theme functions file? I know that if I copy all of the bbp_list_forums(), I will get an error to say it cannot be redeclare. By the way, the custom child theme is located in my themes folder.
Any help would be most appreciated.
Topic: Adding forum to website
Hi guys,
I’ve already got a website which is going to have around 100+ pages when complete and I’m looking to add a forum. It’s a wordpress website. I was wondering whether I have to register a new url and link from my main website to a specific solo bbpress forum website… or can i just create it as an extension of my current website (that would be most preferrable).
this may be a stupid question but I am completely inexperienced with forums so I’ve decided the best way for a quick and efficient resolution was to ask
help would be sincerely appreicated
jb
Topic: What would I edit…
So if I am using buddypress and bbpress together, what files would I change or edit if I wanted to change the way bbpress looked in terms of integration with buddypress? would I follow the sticky for theme compatibility under step 3 bullet number two and copy all the bbpress theme files over to the current buddypress theme? and edit as needed?
I’m running bbpress 2.0 rc-5 with the default styling included with bbPress. I have customized my theme functions to include forums, topics and replies in search results.
i.e.,
// Add Forums, Topics and Replies to search results
function my_add_bbp_to_search( $post_type ) {
$post_type['exclude_from_search'] = false;
return $post_type;
}
add_filter( 'bbp_register_forum_post_type', 'my_add_bbp_to_search' );
add_filter( 'bbp_register_topic_post_type', 'my_add_bbp_to_search' );
add_filter( 'bbp_register_reply_post_type', 'my_add_bbp_to_search' );When the first search result is a page or post, the results are formatted according to search.php (as expected):
http://www.climberswa.asn.au/?s=frankland
When the first search result is a forum, topic or reply, the results don’t use search.php and seem to render using bbpress template parts:
http://www.climberswa.asn.au/?s=albany
This looks particularly bad when the first result is a topic as it will display the threads:
http://www.climberswa.asn.au/?s=cawa
Is this a defect in bbpress intercepting the search or a limitation of using the default styling?
I have an install of WP 3.2.1 and BP 1.2.10. I am trying to install bbPress 2.0 rc5. The install goes well and I can successfully link it to BP but then when I go and view the site it is just a blank page.
This is a clean install with only one user as we are testing proof of concept for migrating our sites to WP/BP and the bbpress or WP/phpBB using the WP/phpBB Bridge.
I have over 10 years of web development experience but I am new to WP products.
What are the steps to set up bbpress and buddypress on the same site like the testbp.org? is it as simple as activating the bbpress plugin? can I integrate bbpress into the existing buddypress theme? via the steps posted in the sticky under step 3 bullet 2?
Good day,
I have BuddyPress installed and oddly enough, when I attempt to access http://domain.com/forums/forum/general for example, it simply redirects me to my homepage.
Whenever I disable BuddyPress, the bbPress forum loads up like a champ. What could be causing the redirect?
My index.php isn’t even used for this by the way. I’m using a static homepage as specified in my “Reading” options in WP. All loops are standard, headers and footers all include the wp_head() and wp_footer(). Weird how it only seems to happen when BuddyPress is enabled.
Hi; just checked the translation of bbPress 2 over at http://translate.wordpress.org/projects/bbpress/plugin/ and it’s seemingly lacking these two strings:
“This category contains %1$s and %2$s, and was last updated by %3$s %4$s ago.”
“This category contains %1$s and %2$s.”