Skip to:
Content
Pages
Categories
Search
Top
Bottom

Threaded replies displaying incorrectly in BuddyPress default theme

Published on May 31st, 2012 by andrea.ressell

Hi there.

I desperately need threaded discussion and I have installed the plugin for this, but it’s not displaying correctly :-( The reply links for each post are there, but there’s no indentation.

I’m using WordPress 3.3.2 with BuddyPress and the Frisco theme, which is a child theme of BuddyPress Default 1.5.5.

Any suggestions?

Forum page not displaying correctly after adding shortcode

Published on May 31st, 2012 by Nicola

I installed BBpress via Buddypress – site wide forums.

I then set up up the slugs and the forum was working fine. I have a theme that already includes styling in the style.css file so customising colours and such wasn’t a problem. However I wanted to have the ability to add other content to the page which I couldn’t as the forum page didn’t actually exist in my wordpress pages.

I then noticed a message saying “The following active BuddyPress Components do not have associated WordPress Pages: Discussion Forums”. After I created the page named forum and associate it with the forums, it stops working in the front end when navigating to my site and redirected to the homepage. So within the created Forum page I added this shortcode

I was then able to select the new forum page as the forum in buddypress and remove the notice.

The forum is now still located at mysite.com/forum which is great. I prefer this method I want to have the ability to add content to the created forum page as I said above.

But now the forum page seems to have added in the share and twitter plugins and I’ve no idea how to fix this! please help.

http://stylereaction.com/forum

Problems posting new topics in Internet Explorer 9

Published on May 31st, 2012 by marcusjwilson

Hi –

We’re having a problem with posting new Topics to bbPress from the front end of the site – but just in IE9. When trying to create a new Topic and hitting “Submit” the page simply refreshes without adding the Topic. When the page refreshes, the Topic submission form still contains the user’s content in the “Topic Description” field.

bbPress is working fine in all other browsers… any ideas what the issue might be, or if there are known conflicts with other plugins?

We’re running:

WP 3.3.1

BuddyPress 1.5.4

bbPress 2.0.2

Many thanks!

Forum design is tweaked in different browsers

Published on May 31st, 2012 by cruthas

I have been tweaking my design to add a sidebar, everything is looking good on my current version of mac chrome, firefox and safari and on a windows chrome, firefox. But using different website like: http://netrenderer.com/index.php reveal that it is not working on any version of IE and most opera browsers.

Can anyone take a look and maybe point me in the right direction? And if you have a browser that breaks the forum, can you let me know. I can’t tell from here.

Thanks for any help.

www.climberism.com/forum

iframe refreshes

Published on May 30th, 2012 by cruthas

Hi There,

I am running the latest wordpress

site url is: http://www.climberism.com/forum-page-tst/

We have an iframe setup in the url above pointing to the bbpress forum we have installed. It is the only way I can get it to work with my wordpress theme. Anyway, is there a way to stop the iframe refresh from always going back to the same page? ie. if you’re in the “gear talk” section and refresh you just get dumped back to the main forum page.

If anyone has any ideas, that would be awesome. Thanks.

Sort reply by post date ASC

Published on May 30th, 2012 by sonld89

Dear all, I have a wordpress website and in website have a bbpress forum. I want comment in a topic of website sort by post date desc but reply in a topic of forum sort by post date asc.

I was config “Setting -> Discussion: Comments should be displayed with the newer comments at the top of each page” and add filter:

add_filter( 'bbp_has_replies_query', 'bbp_reverse_reply_order' );
function bbp_reverse_reply_order( $query = array() ) {             

            // Bail if no query
if ( empty( $query ) ) return;

            // Change the order
$query = 'ASC';

            // Return the adjusted query
return $query;
}

BBPress order reply when query the replies by post date asc but when paging the replies is sorted by post date desc on a page.

Please help me resolved this issue. Thanks!

Can Sombody Please Help Me :'(

Published on May 30th, 2012 by DarwinsDream

I cant get my jwplayer shortcode to work in bbpress. I am aware of the shortcode issue in bbpress. But I need all shortcodes to work in bbpress. Security is not an issue at this point.

I tried the (get_shortcode)code in the theme fuctions.php file with no result. Not really sure if I was supossed to put it in the wordpress theme or the bbpress theme. Maybe im writing the code in the wrong spot, I’m not the strongest on php my strengths are html, css, and design. This issue has been a thorn in my side for about a week. So if anyone can tell me exactly where to place the–

add_action( ‘bbp_get_reply_content’, ‘do_shortcode’);

php script so I can get this thing flowing, I would def owe you a buck.

also i get an error when i try and install shortcode whitelist and bbcode

Remove automatically injected link to bbPress from WordPress standard menu

Published on May 30th, 2012 by kaoskaos

When activating the bbPress plug-in, bbPress automatically injects itself into the WordPress standard menu.

Is it possible to remove this link from the standard menu?

I’m using qTranslate on my WordPress installation and the link to bbPress that bbPress injects into the WordPress standard menu is not compatible with qTranslate.

I would like to add a standard custom menu link to the forum and remove the automatically injected link to the forum.

Is this possible?

Edit: Found a solution to this problem myself.

Register on Multisite

Published on May 30th, 2012 by murrayac

Hello,

What link can I use for users to register on a multisite? At the moment it redirects to my base site.

This is what I am using and it doesn’t work.

http://rockymtb.org/wp-login.php?action=register

Thanks in advance Muzza

http://rockymtb.org/forums/

Is bbPress 2.0 database compatible with bbPress 2.1

Published on May 30th, 2012 by acousticwebdesign

I’m trying to upgrade an existing forum that uses 2.0 to 2.1. If I upgrade, will all my forums and posts still work?

Skip to toolbar