Search Results for 'bbpress'
-
Search Results
-
Topic: Sitemap.xml for bbpress 2.0
What is the best way to get a sitemap.xml with the new bbpress 2.0? I know there are a lot of plugins out there that provide .xml sitemaps for regular wordpress posts, but do these sitemap plugins work with the new 2.0 custom post type bbpress forums? Can you recommend a sitemap plugin that would work with your new version?
Topic: "Ago" in topic widget.
Hi there forum!
Thanks for the extensive help last time.
My new issue is that i have translated bbPress to danish (the frontend stuff). And a single word cannot be found in the language file, so it is still in english. I want to know how to change this single word (ago) to danish. I already changed the
%s agoto
%s sidenBut it does not work.
Here is a screenshot: http://min.us/lldwdq8bs97xS
As you can see it is translated from “days” to “dage”. And then the english word “ago” comes in, wich should have been “siden”.
Can you help me, please?
Topic: display reply author role
Hi,
im using worpdress 3.2.1 de_DE with bbpress plugin 2.0.
I found a way to display the reply author’s role below its avatar/name url link.
i’m using the following funtions:
function get_the_author_role() {
global $wpdb, $wp_roles, $authordata;
if ( !isset($wp_roles) )
$wp_roles = new WP_Roles();
foreach($wp_roles->role_names as $role => $Role) {
$caps = $wpdb->prefix . ‘capabilities’;
if (array_key_exists($role, $authordata->$caps))
return $Role;
}
}
function the_author_role() {
echo get_the_author_role();
}
My problem is, that the translation takes no effect here.
Anyone with a workaround?
Using buddpress 1.5.1, bbpress 2.0 plugins for wordpress 3.2.1.
I am moving from an SMF forum. I want to move the smf content to a bbpress site-wide forum.
I tried the Buddypress SMF Forum import plugin. It worked great, but it results in the SMF Forums creating new BuddyPress groups and group forums with the SMF forum posts under the group forums.
Is there a way to move BP group forum content over to a bbPress forum?
Thanks,
joe
What I want to achieve:
I’ve installed bbPress as a plugin for WordPress. I want to make a few simple changes to the bbPress bread crumb function:
bbp_breadcrumb();I need the bread crumb separator to be double right arrows rather than the default single arrow:
I want to replace > with ».I also want to add “You are here:”
Why I need this:
I need to match the styling and position the Yoast Breadcrumbs. Yoast Breadcrumbs is installed as a plugin for WordPress. It breaks on bbPress pages.
What I’ve tried:
Using conditions and CSS, I disabled the Yoast bread crumbs on bbPress pages. I also disabled the default bbPress bread crumbs but called it just beneath my primary navigation. Effectively, I’ve “moved” the bbPress bread crumbs.
To change the bread crumb separator I’ve researched JavaScript and jQuery string replacements but I’ve been advised that this is “hacky”.
My question:
What’s the conventional way of changing the output of bbPress function?
I can provide additional JavaScript, PHP and CSS code if required.
Live demo:
These two live examples highlights the two types of bread crumbs:
Yoast bread crumbs: http://www.directsponsor.org/forums/
bbPress bread crumbs: http://www.directsponsor.org/news/
Make another database backup NOW! Don’t overwrite the ones you made before because you may have to go back further than this if things don’t work!
Im using the default theme that comes along with the plug-in. Do you by any chance know what it is called?