Quick question about creating forum similar to Dropbox Forum
Hello, I am currently working on a school project that is in dire need of a adequate forum and I think bbPress would fit the bill perfectly. I am completely new here, I just had one really quick...
View ArticleReply To: Quick question about creating forum similar to Dropbox Forum
Dropbox are using the old bbPress ‘Standalone’ 1.x version with some custom theming, though I wouldn’t recommend installing this old version as I am quite sure they have lots of customizations in the...
View ArticleReply To: Losing Genesis Prose Sidebar
Yes totally. You can create a full width page forum if you wish – if your theme has a full width page option then just create a full width page, put the index shortcode within it [bbp-forum-index]....
View ArticleOnline / Offline user status
I have one problem. I try to get user status for bbp-reply-author div. I get user registration date and replies from all forums but also i would like to have user status if he is online or offline....
View ArticleReply To: Online / Offline user status
is_user_logged_in() is the function you want $user = ( bbp_get_reply_author_id( $reply_id )) ; will get you the username, so probably is_user_logged_in($user) should get you there
View ArticleReply To: Forums index in the same layout as other bb software
I’ve spent many, many hours trying to modify my template to achieve something like this. I was about to throw in the towel when I came across this post. I like bbPress, but I find the format of other...
View ArticleReply To: Losing Genesis Prose Sidebar
Robin, OK, thank you for the information, I will give it a shot. I did start install the plugin on a completely different domain, so if I can get it to work the way you describe on the original domain...
View ArticleIssue with the width of bbpress
How can I set the width of bbpress as it should be? Thanks for your time. Web. http://clubcamion.com/foro WP Version. 3.7.1 BBPres Version. 2.4.1
View ArticleReply To: Issue with the width of bbpress
Hi, open your css and found line 2317, you have this: #content-area ul li, #content-area ol li { margin-left: 50px; padding: 5px 0; } Remove margin-left or set it 0
View ArticleReply To: Issue with the width of bbpress
Thank you very much! But now the right side of the forum can not be viewed (http://clubcamion.com/foro). Another question: Do you know where can I delete “Started by”?
View ArticleAdd Filter Template Functions
Hello, I would like to know the correct method to add a filter in a child theme for a template function. For this example lets use ‘bbp_get_user_subscribe_link()’ I would like to insert <icon...
View ArticleCan't get BBpress to work with my Gamefun theme
I have the BBpress 2.4.1 plugin installed on http://www.thefilthyfew.nl with the Gamefun theme, but it is not displaying properly. I found out that the theme is to blame, because when i change it to...
View ArticleReply To: Add Filter Template Functions
Out of luck at the moment due to your choice of bbp_user_subscribe_link for your example. See bbPress Trac Ticket #2418 Generally though take a look in the Codex, there are a few examples to help you...
View ArticleChange font type in forum-index
I am having some trouble figuring out how to change the font type on my forum. Everything looks good except the forum index, which is using a font that looks like it’s done with a typewriter. I want...
View ArticleReply To: Add Filter Template Functions
Cheers Stephen and thanks for taking the time to respond.
View ArticleReply To: Change font type in forum-index
You might need to play a bit, and come back if this either works or doesn’t, I’ve only had a quick look, and suspect there’s a much better way…but You main theme uses ‘Helvetica Neue’,sans-serif and...
View ArticleReply To: previous/next thread/forum navigation
I think it must be possible to set a “filter” in the functions.php, but I don´t know how…
View ArticleReply To: Very simple question — changing font size
OK, I have been at this off and on for days, trying to find how to merely, easily, simply change font sizes in bbpress… I tried as best I could to do as directed here by Jared… It doesn’t work… I...
View Article