Quantcast
Channel: bbPress.org » All Posts
Browsing all 3638 articles
Browse latest View live

Reply To: how can i show latest thred

Sorry, I failed to add the other bit of code you need !! The last paragraph should have read : …and then on your page template add this function where you want it. <?php if(is_front_page() ) {...

View Article


Buddypress child theme

Something is wrong when you try to use child theme. I am using child theme of Buddypress default theme. I have: plugin-bbpress.php in both folders (parent and child) bbpress.php in both folders and...

View Article


Image may be NSFW.
Clik here to view.

Reply To: Buddypress child theme

Somebody votes for turning off cache plugins? Sorry, it’s cache…

View Article

Reply To: Buddypress child theme

So you’re fixed, yes ?

View Article

Reply To: how can i show latest thred

@robin-w thank you very much for your help form the begging, it works as i expected i may need more help in the future as well thank you again that’s great

View Article


Reply To: how can i show latest thred

Great, glad you’re fixed, and I learnt some more about how bbpress works along the way, so was a good challenge !

View Article

Display forum'description on the front-end

Hello, I would like to display on the front-end (over forum list on bbpress root page) the forum’s description (see here: http://i.imgur.com/o3c5iA1.png … to see what i’m speaking about). I know there...

View Article

Reply To: Display forum'description on the front-end

The forums list display comes under the template wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php There are many hooks in this Line 44 does the sub forum display

View Article


Show WordPress role in place of bbPress role

Hi I have roles setup in wordpress which i would like to display in the forums in place of the bbPress roles. Or is there a way to create new bbPress roles with the titles I want then have the roles...

View Article


Reply To: Show WordPress role in place of bbPress role

yes, go to http://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#14-adding-new-bbpress-roles and no. 15 if you want to change capabilities

View Article

Image may be NSFW.
Clik here to view.

Reply To: Show WordPress role in place of bbPress role

hmm seems the formatting for that code in 14 is not quite right $bbp_roles['my_custom_role1'] = array( 'name' => 'name 1', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() )...

View Article

Reply To: Show WordPress role in place of bbPress role

Thanks, the editor has a habit of changing => and adding lines as you save it, so yes i’ll update.

View Article

Reply To: Show WordPress role in place of bbPress role

Builder –> Builder Moderator –> Moderator Admin –> Admin Co-Owner –> Co-Owner Owner –> Owner تبلیغات هوشمند Each role has different capabilities but i would like them to show as...

View Article


User Profiles

I’m trying to figure out a few things – I’ve done a search and read through a couple dozen or so items without much luck. I’d like to incorporate some more info into the bbPress user profiles – I know...

View Article

Reply To: User Profiles

Just tried using the $curauth params within the bbPress user-profile.php, didn’t work out so swell. Little lost on this one so any help would be appreciated. Even if I can do this in a reverse way –...

View Article


Reply To: Display forum'description on the front-end

I found this solution : add_action( 'bbp_template_before_single_forum' , 'xxxx_bbp_display_forum_description' ); function xxxx_bbp_display_forum_description() { echo '<div>';...

View Article

Image may be NSFW.
Clik here to view.

WP User Info in bbpress

Okay, one more try now There is one thing I want do do, so I have 2 questions according to that: 1.) (how) is it possible (I guess it is) to get WP userdata for display in bbpress? Lets say the First...

View Article


Reply To: Display forum'description on the front-end

Maybe better like this : add_action( 'bbp_template_before_single_forum' , 'xxxx_bbp_display_forum_description' ); function xxxx_bbp_display_forum_description() { $display_forum_description =...

View Article

Reply To: Show WordPress role in place of bbPress role

@star100 http://codex.bbpress.org/layout-and-functionality-examples-you-can-use/ no. 14 & 15 @bob1nz Thanks, I’ve updated the codex, as I say it doesn’t like switching between visual and text, and...

View Article

Reply To: Display forum'description on the front-end

looks good, have you tried it and does it work, If so I’ll add it to the codex

View Article
Browsing all 3638 articles
Browse latest View live