Skip to:
Content
Pages
Categories
Search
Top
Bottom

Upgrade notification not showing for bbPress 2.0.1?

Published on August 24th, 2012 by grex22

So, oddly, the install of bbPress on my site is v 2.0.1, and the latest version is 2.1. Yet, I have no option to upgrade in my plugins screen..

Is there a reason why bbPress wouldn’t see the new version availability (and can it be fixed), or failing that, can I manually upgrade to 2.1 somehow?

I assume i could just copy new files over from the latest release, but perhaps there are database structural changes that this wouldn’t account for?

Greg

Usermeta dosen’t show frontend but get’s updated backend

Published on August 24th, 2012 by hixen

Hi, don’t know if this is a bug or just my doing it wrong. I have added a twitter and a facebook field to my user details, and removed the yim, aim and jabber fields. I’m also using the events manager plugin, who have added a Phone field to my user details. So when trying to edit my user details, front end with bbpress (form-user-edit.php) my user_contactmethods dosen’t get updated. This is the code i used:
add_action(‘roots_footer’, ‘roots_google_analytics’);
add_filter( ‘user_contactmethods’, ‘my_user_contactmethods’ );

function my_user_contactmethods( $user_contactmethods ) {
    unset($user_contactmethods['yim']);
    unset($user_contactmethods['aim']);
    unset($user_contactmethods['jabber']);
    $user_contactmethods['twitter'] = 'Twitter';
    $user_contactmethods['facebook'] = 'Facebook';
    return $user_contactmethods;
}
 This is the code that shows my stuff front end (well it's your code, from form-user-edit.php) 

http://pastebin.com/iYV5H6jv My problem is that it doesn’t output any values front end, but if I type something and press the update button, it gets updated backend, but still it turns blank front end. Hope you guys understand, any help, feedback or ideas is much appreciated.

Help customizing reply form

Published on August 24th, 2012 by fadebek1

Hi guys.

I have been working with bbpress lately and i wanted to be able to add a button on the reply form

That will perform an action when clicked.

Will i need to edit the core files or which file shouild i edit?

How should i do this?

Thank you.

Problems with recent replies

Published on August 24th, 2012 by ostenfeldt

I don’t know if this problem came after last WP update, but my recent replies widget seams stopped working. Or more correct some recent replies show up in the widget, and some not…. And if they show up in the widget, then with delay

Empty login submissions go to wp-login.php page

Published on August 23rd, 2012 by pcgs51

I have a login box now in the header of all pages on my site but if the form isn’t filled out and you click submit it doesn’t display an error message, instead it takes you to the wp-login page. How do I avoid that? Is there something I can add to the shortcode that will require information in the form?

http://www.brucechristian.com/ (temporary url for dubaitrailrunning.com) •
WordPress v. 3.4.1 •
bbPress v. 2.1.2

Forum Post Editor

Published on August 23rd, 2012 by Steve

Hi guys, you know the editor we use on this site to be able to start new topics and add replies, its not the same as the editor you get on the standard installation of BBPress (that one looks like a fancy wordpress editor) what im after is finding out what bbpress.org actually use as there editor because on this one you can hit the link or image button and a window pops up where you just simply insert the link and boom it works right in the post

(like this>) enter image description here

and the post preview just underneath is uber handy!!

Can anyone shine any light as to what bbpress.org use themselves?

Cheers
Steve

Recent Topics Widget flakiness?

Published on August 23rd, 2012 by Starejosel

I am using both the Recent Topics and the Recent Replies widgets. The Recent Replies widget works beautifully, but the Recent Topics widget seems erratic. I have it set to list topics by “Newest Topic”, but the order seems unpredictable. Sometimes it uses the creation date, and other times the latest reply date. Sometimes a reply causes it to change the date it shows, and sometimes it doesn’t. It is not a crippling issue, but curious. Was there a recent update that could have changed the behavior? I am using the latest WP (3.4.1) and BBPress (2.1.2), and tried using the recount tools–they didn’t help. The website is here: http://poetryroundup.us/whup/
Any help will be appreciated.

Changing "Post" count to "Replies" Count

Published on August 23rd, 2012 by Tanya

I am wanting to change the post count instead to a reply count, same as the current bbPress forum does. How would I go about doing that? I have tried to google and search through these forums but unfortunately haven’t found the answer yet.

I am using the latest version of bbPress and WordPress and my forum is currently in test mode at netballscoop.com/forums

Don't register~~~~

Published on August 22nd, 2012 by ysc

click register button

—->
User registration is currently not allowed
—->

bbpress, wordpress: rescent version

www.marketingnews.co.kr

Disable posting new topics to specific forums only.

Published on August 22nd, 2012 by RLL18

I would like to have admins be able to post new topics to a specific forum, but still let regular members read and post replies to that forum.

I would like to allow users to post new topics on DIFFERENT forums though, so I dont want it a site-wide ban. PLEASE let me know how I can do this.

Skip to toolbar