Skip to:
Content
Pages
Categories
Search
Top
Bottom

Sidebar not Showing

Published on January 24th, 2015 by DevilWoIf

My forum is setup full width for some reason and it doesn’t allow me to have a sidebar shown… How can I fix this?

Separating Forums into Groups

Published on January 24th, 2015 by DevilWoIf

Hi everyone,

I’m trying to figure out how to separate my forums into groups… Basically what I want is:

<Header>
<Forum>
<Sub-Forums>

<space>

<Header>
<Forum>
<Sub-Forums>

and repeat. How do I do this?

Profile Breaking

Published on January 24th, 2015 by alt3s

The profile information is misaligned, Anyone know how to fix this?

My new social forum | please review

Published on January 24th, 2015 by peter-hamilton

Hi all

I have been working quite a long time on my theme, it is almost ready but could do with some feedback.

www.onlijn.com

Thanks in advance
Peter Hamilton

first post

Published on January 24th, 2015 by Matthias

I can not start a new thread?
Are new users blocked first or do you have to check my thread until its visible…
Thanks
Matthias

forum title css changes not working.

Published on January 24th, 2015 by Grantiusmaximus III

hey guys, im a complete noob to this whole CSS and webdesign stuff and need some help

I am trying to increase the size of the font in the forum titles, (the info, topic, replies and freshness)

i used this piece of css code but it isn’t working

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results
{
font-size: 13px;
}

(the theme i am using gives me a built in css sheet to pop any snippets that i may require in there and updates it live without going into the back end)

here is the link to my forum.

http://kamikazenoodle.co.uk/forums/

Group Forum Tab

Published on January 23rd, 2015 by eVersatile

Hello,
I have been trying to change the tab ‘forum’ in groups. Not the slug, the name of it. I’d like “Forums” to read “Chapters”.
Here is the script I currently have on there.

function mb_profile_menu_tabs(){
global $bp;
$bp->bp_nav['activity']['name'] = 'Updates';
$bp->bp_nav['groups']['name'] = 'Books';
$bp->bp_nav['buddyblog']['name'] = 'Library';
$bp->bp_options_nav['profile']['change-avatar']['name'] = 'Change Profile Picture';
$bp->bp_options_nav['buddyblog']['my-posts']['name'] = 'Library';
unset($bp->bp_nav['forums']);
unset($bp->bp_nav['groups']);
unset($bp->bp_nav['forums']);
bp_core_remove_subnav_item( 'buddyblog', 'edit' );
}
add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
function change_profile_submenu_tabs(){
global $bp;
$bp->bp_options_nav['groups']['my-groups']['name'] = 'Authored & Edited Books';
$bp->bp_options_nav['groups']['invites']['name'] = 'Invites to be Editor';
}
add_action('bp_setup_nav', 'change_profile_submenu_tabs', 999);
function jm_move_group_activity_tab() {
  global $bp;
  if (isset($bp->groups->current_group->slug) && $bp->groups->current_group->slug == $bp->current_item) {
    $bp->bp_options_nav[$bp->groups->current_group->slug]['forum']['name'] = 'not working';
    $bp->bp_options_nav[$bp->groups->current_group->slug]['home']['name'] = 'Updates';
    $bp->bp_options_nav[$bp->groups->current_group->slug]['members']['name'] = 'Editors';
    $bp->bp_options_nav[$bp->groups->current_group->slug]['admin']['name'] = 'Details';
    $bp->bp_options_nav[$bp->groups->current_group->slug]['send-invites']['name'] = 'Invite Editors';
  }
}
add_action('bp_setup_nav', 'jm_move_group_activity_tab', 999);
add_action( 'bp_setup_nav', 'remove_group_unwanted_subnav_tab',500 );
 function remove_group_unwanted_subnav_tab() {

bp_core_remove_subnav_item( bp_get_current_group_slug(), 'admin' );
}

I have tried it on a clean install as well and nothing seems to work. $bp->bp_options_nav[$bp->groups->current_group->slug]['forum']['name'] = 'not working'; Should be the line which changes the name of “Forums” tab but nothing is happening. Is there any other function specifically for this tab?

How to Show bbPress User Role on BP Profile Page?

Published on January 23rd, 2015 by TJ

Hello to all the bbPress Scientists out there.

I am almost mad about to show bbPress User Role on BuddyPress Profile Page. And I am currently using this code, but it is not perfect and correct.


function show_user_role () 
		{
		global $bp;
		$reply_id = bbp_get_reply_id( $reply_id );
		$abc_role = bbp_get_user_display_role( bbp_get_reply_author_id( $reply_id ) );
		echo '<span class="profile-role ' . $abc_role . '"><i class="fa fa-star"></i> <em>';
		echo $abc_role;
		echo '</em></span>';
	}
add_action( 'bp_before_member_header_meta', 'show_user_role' );

The demo output can be seen on http://www.punjabi.cc/ website by visiting any members profile.

First problem with this code is, it does not show correct name for dynamic roles when user is not logged in.

Second problem, the users who are blocked also tagged ‘Member’ not ‘Blocked’.

Please either correct it or provide me a another perfect piece of code, I will be highly thankful.

Regards,
Laddi

After activating BBpress the BLOG WP pages are blank or not loaded

Published on January 23rd, 2015 by mvaginger

Hello,
I am experiencing a strange issue. After upgrade to wp4.1 and lates Theme updates when I try to activate bbpress (latest) all my blog articles are not visible. Basically the HOME page loads but when I click anything, any blog, the URL is trying to open but page stays BLANK, strange. Then I need to be manually deactivate bbpress and all goes to normal.
Now I dont know where to look for error BBpress, WP or Theme compatibility between those, i am lost. Did you experienced someting similar in a past ?
thank you for your advices.

Blank Page Displays After Submitting Topic

Published on January 23rd, 2015 by Diesel88

Hello,

I currently use bbPress as an integration within Buddypress. The forums have worked beautifully for a while but I’ve noticed all of the sudden when we try and post a new topic to a forum that it apparently submits but gives me a blank page. Have tried a few things to fix this (reset, etc) but nothing has worked. Almost all my plugins are disabled and none of them post an issue previously.

I’ve seen multiple posts on your site about this but with no real solid answer. Please push me in the right direction.

Cheers.

Skip to toolbar