Skip to:
Content
Pages
Categories
Search
Top
Bottom

add_contextual_help is deprecated

Published on June 9th, 2012 by hovmand

Hey,

I just installed bbPress on a brand new wp 3.3.2 and I get this error 8 times on the admin pages:

add_contextual_help is deprecated since version 3.3! Use get_current_screen()->add_help_tab() instead. in .../wp-includes/functions.php on line 3467

Translation not showing

Published on June 8th, 2012 by Ing_Ost

I would like my bbpress plugin in Norwegian. I have followed instructions found on the forum and created the folder wp-content/languages/bbpress, where I’ve put the files bbpress-nb_NO.po and bbpress-nb_NO.mo. In the wp-config file the locale is set to nb_NO.

In the plugin’s bbp-languages folder, there is now only the bbpress.pot file and the index.php.

I can’t see where I’ve gone wrong. Please help!

Thank you.

RSS feed and search engines

Published on June 8th, 2012 by misfit87

How do you prevent a private forum’s rss feed from being spidered by search engines?

When user registers no confirmation message on screen

Published on June 8th, 2012 by markthedoc1

I’ve got BBpress 2.0.2 installed on my site and all went pretty smooth.

I’ve got a problem with the registration page when a user registers. What happens is the registration page just refreshes and there is no confirmation message.

The page is working as the user is registered and the website and the user get their confirmation emails but the page doesn’t display a confirmation message so the user wouldn’t know if the registration had been successful.

Any help on resolving this matter would be much appreciated.

I want the freshness in days

Published on June 8th, 2012 by Valentina Giorcelli

Apparently everybody wants the freshness to be displayed in months, days – I, however would like it to be displayed in days only.

I have been looking around quite a bit now and trying to change the code, but so far I managed just to mess up the page ….

Any ideas?

Thanx

V.

Just display Forum Name and Topic Title?

Published on June 8th, 2012 by tinewahl

Hi there. I would like to show recent topics on my website homepage from my forum. I’ve accomplished this already by using the code below. What I can’t figure out is how to tweak this code so that it will display the forum name and topic title only, not the author and all the unnecessary wording (“Started by ___ in:”). What I would like it to look like is a long list with each item presented in the “Forum Name | Topic Title” fashion.

Example:

Italian Food | What’s Your Favorite Pasta Dish?

Japanese Food | Good Sushi Bars in NYC

<?php if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 8 ) ) )

bbp_get_template_part( 'bbpress/loop', 'topics' ); ?>

bbPress 2.1 -Can't do anything except for posting a topic & reply in group forum

Published on June 8th, 2012 by Sniper Kitten

I’m using bbPress 2.1 on my of buddypress powered sandbox & enable the new “group forum” feature that comes with 2.1.

Everything works perfectly except for one thing: I’m only able to post topic & reply in the group forum. When I tried to edit, split, close, stick, merge, trash, spam a topic / reply in the group forum, it don’t work and like if nothing is happen.

If you want to take a look, please go to http://cheng.scirefs.org and login using the following info:

Try posting a topic or a reply in the forum of one of the test group and try to edit it. You’ll know what I’m mean.

Do anyone here is having the same problem?

BBPress "Page not found" on 2nd level forums (compatibility with other plugin)

Published on June 7th, 2012 by Patricia BT

Hi

This topic is posted on 2 places :

– bbpress.org forum

– premium.wpmudev.org community support forum

While working on a site to be launched on the same day (= I had to have it working ;)

I discovered something interesting

BBpress second level forum (= with a parent forum/category) also in the permalink, will result in page not found.

I searched for this issue and came across a few topics, where it was advised to reapply the permalinks, then save again the BBpress settings, where we set the slugs.

I tried everything there and still the same issue, but it was clearly an issue with rewrite.

So I begun to deactivate every other plugin I have and after every deactivation I tried if second level forums were loading. I thought specifically about security plugins such as Wordfence, Better WPSecurity, but nope.

Finally, it was when ******I deactivated wpmudev’s Pro Sites plugin, that the second level forums were loading.*******

I tried another forum plugin but really I will need BBPress (big amount of subforums necessary on this website)

now I made some tests, and to make short :

– if Pro Sites activated :

-> 1st level forum will work

-> 2nd level forum will not work

– if Pro Sites is deactivated :

-> 1st level forum will work

-> 2nd level forum will work and can be reached with those 2 url

A: example.com/forums/forum/level1/level2

B: example.com/forums/forum/level2

(forums/forum beeing the slugs set in Forums settings page)

is it normal we can reach with 2 different permalinks?

***** and as it changes automatically, is there a way to force (in BBPress code) a subforum permalink to stay 1st level even if in a sublevel? would be interesting also in the case a forum is moved to another category then it wouldn’t change url ***** (and at the same time it would solve/hide the issue with Pro Sites)

so cleary this is a rewrite stuff that goes beyond my knowledge, for info my permalinks are set to the second option /2012/06/07/exemple-article/ and .htaccess present with necessary change in it

I use also buddypress on that site but didn’t go until desactivate it as it worked when I deactivated Pro Site,

the site I was working on has buddypress, but not the groups and forum elements checked, forum beeing BBpress anyway (I also tried to check/uncheck forums in buddypress settings, really not related to the issue)

so I was thinking to install a testsite with only vanilla WP Multisite and buddypress, as I need all my tests done that way

+ for this issue : Pro Sites and BBPress

so if there is anything you tell me to try, it will be done :)

thank you very much in advance (anybody, eveybody :)

posting php and html code

Published on June 7th, 2012 by zeaks

This is probably a stupid question, but I can’t figure it out.

What is the proper way to post php and html code into a bbpress 2.0 forum post? I tried using < code > but when posting some html, it’s not displayed, tried using the little like on wordpress.org but that didn’t work either.

Mobile Forum with Formatted Tables

Published on June 6th, 2012 by m00nbeam360

Sorry if this is a repeat, but might you have an idea how to make a bbPress Forum Plug-in mobile? Whenever we try to load the forum table on the iPhone, the formatting is all wacky. Is there another plug-in that might work or something? Thanks for your help.

Skip to toolbar