Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbpress and RTL languages

Published on September 10th, 2016 by Roozbeh Rahmani

i am trying to manage a bbpress forum in Persian (it is an RTL language) and i am facing some troubles.
apparently bbpress does not support RTL languages in URL so whenever i have anything Persian in my URL i get a 404 error on the page and as you know bbpress by default takes forum/topic name to URL (i can not tell everybody on the forum to write topic names in English) what i want to ask is one of these two:
* is there anyway to make bbpress support RTL language in URL?
* if not, how can i change Forum and Topic permalink from “topic/forum name” to “topic/forum ID” (so i don’t have anything Persian in URL)

thanks in advance for answers

there is no bbPress sidebar

Published on September 9th, 2016 by cinges

Hello,

Im trying to build bbpress forum with some tutorial. I am stuck at sidebar login widged, etc. In wordpress widget menu there is no any bbPress sidebar to add bbPress addons. Iam using Zerif Lite theme, but its not working with other and default themes. Am I doing something wrong? Can you help me with that, I can give you more informations, if you want, just ask.. Thank you very much.

Cinges

forums Registration

Published on September 9th, 2016 by gauravinstinctmedia

Hi
Can we add user??
Thanks

change color to a forum

Published on September 9th, 2016 by pinkcat85

Hello everyone,

I created two forums.
I would like to know how to change color to one of the two.

bb version: 2.5.10
wordpress: 4.5.2
template: stability responsive multiporpose

Thanks to anyone who can answer

add Welcome User to menu?

Published on September 9th, 2016 by ajiaim

I have a top menu that I want to display Welcome Username once the user logs in and ideally once they click it they get taken to their profile page on BBPress/BuddyPress.

My original code was as below but it only showed log out once the user logs in.

add_filter( 'wp_nav_menu_items', 'woohoo_add_auth_links', 10 , 2 );
function woohoo_add_auth_links( $items, $args )
{
	if( $args->theme_location == 'topmenu' )
	{
		if ( is_user_logged_in() ) {
			$items .= '<li><a href="'. wp_logout_url() .'">Log Out</a></li>';
		}
		elseif ( !is_user_logged_in() ) {
			$items .= '<li><a href="'. site_url('wp-login.php') .'">Log In</a></li>';
			$items .= '<li><a href="'. site_url('wp-login.php?action=register') .'">Register</a></li>';
		}
	}
	return $items;
}

I then changed it to the below but it doesn’t link or align up nicely…

add_filter( 'wp_nav_menu_items', 'woohoo_add_auth_links', 10 , 2 );
function woohoo_add_auth_links( $items, $args )
{
if( $args->theme_location == 'topmenu' )
{
    if ( is_user_logged_in() ) {
    $current_user = wp_get_current_user();
    printf( 'Welcome %s!', esc_html( $current_user->user_firstname ) );
    }
    elseif ( !is_user_logged_in() ) {
        $items .= '<li><a href="'. site_url('wp-login.php') .'">Log In</a></li>';
        $items .= '<li><a href="'. site_url('wp-login.php?action=register') .'">Register</a></li>';
    }
}
return $items;
}

Any ideas?

Defer Font Awesome CSS file

Published on September 9th, 2016 by van24

I think BBPress is loading a fontawesome CSS file in my header. Is there any way to defer it so it’s not render blocking?

I dont even know where to start! Please Help

Published on September 8th, 2016 by yourfishfinder

Hello there everyone and thank you for reading my post.

I have just installed BBPress in order to make a forum very similar to that of “http://www.ultimatereef.net/forums/forum.php”, but I literally do not even know where to begin. May someone attempt to offer me some assistance in where I can start and what I need to do and how to do so.

Thank you very much, a huge appreciate in advance

my website is : www.yourfishfinder.co.uk

Issue with bbpress and buddypress !

Published on September 8th, 2016 by heisenberghb

Hello guys when I activate both plugins bbpress and buddypress my admin panel + login panel is going away. When I activate only one of them it’s working again.

I hope sb knows how to fix this

Create New Forum form missing visual editor (WYSIWYG, Rich text editor)

Published on September 8th, 2016 by Anthony Carbon

Hi Guys,

I create a page where I can create a new forum. I have several solutions on how to display the visual editor (WYSIWYG, Rich text editor) using this shortcode

  • You must be logged in to create new forums.
but it is not working. instead it gives me a plain textarea without visual editor (WYSIWYG, Rich text editor).

Solution found but not working on my end

Child forum links breaking up over 6

Published on September 7th, 2016 by cgyt3ch

Hi everyone,
I’m still very new to wordpress but i’m quite liking it so far beside a few bugs i’m having.
I’m building a discussion forum right now and i’ve noticed that if I create more than 6 child forum the parent forum link stops working, and then add one more and the first child forum link will stop working, then if I add one more, the first 2 stop working etc.
Anyone has an idea how to fix this?
my site is landlordexchange.ca if you want to test it out

Skip to toolbar