Skip to:
Content
Pages
Categories
Search
Top
Bottom

WP_Query post type topic help

Published on February 8th, 2014 by hitkid

Hello all,

I am trying to add bbpress functions such as bbp_get_topic author and so on.

<?php
			$args = array( 'post_type' => 'topic', 'posts_per_page' => 10 );
			$loop = new WP_Query( $args );
			while ( $loop->have_posts() ) : $loop->the_post();
				the_title();
				bbp_get_topic_author_link ( array( 'size' => '60' )  );
			endwhile;
			?>

I can get the_title(); and the_content(); but am having problems with getting this in:

bbp_get_topic_author_link ( array( 'size' => '60' ) );

and more so. Is there anything I’m doing wrong?

Thank you for any help I might get 🙂

Can we store post count in the database ?

Published on February 8th, 2014 by JeremyCh

Hi guys

I’m wondering if we could store the post count in the database. That also means we need to update the database everytime someone adds / delete a message.

I’m using the memberlist plugin, and this could have helped me to display the member count of each member (without having to call bbpress’s method for each member individually) and I could also sort members list based on their post count.

Any idea ?
Thanks guys.

WP: 3.8.1
BBPress : 2.5.3

How to adjust forum order/layout?

Published on February 8th, 2014 by snapinmedia

How do you adjust the layout or the order in which forums and sub-forums appear on your site?

I’ve created several sub-forums but I would like to list them in a particular order. It appears they are displaying in the order in which they are created.

Topics and replies randomly going to 'pending' queue

Published on February 8th, 2014 by dpacmittal

Hey guys,

We recently upgraded our outdated 2.0.3 to 2.5.3 and after that we seem to have this particular problem where topics and replies randomly get marked as pending. I have disabled akismet integration but it still didn’t fix the issue.

Any ideas what I can do further or where I can start debugging? Since it happens randomly, it extremely difficult to debug.

Few issues with BBpress installation

Published on February 7th, 2014 by boriskamp1991

Hi guys!

First of all! thanks for this amazing plugin! I’m really excited to use it!

I have installed BBpress along with Buddypress.
Now I would like someone to take a look if everything is ok? I have no idea if everything is ok, for example, I am missing the breadcrumbs for the forum, maybe I am missing more.
Here is my forum

Also, is it possible to get all the topic pages, forum pages (basically all pages that are related to the forum) on a custom page? Like I did with the http://www.militaryscalemodelling.com/forum/ page?

Thanks!

Changing "Forum" on Main Page

Published on February 7th, 2014 by Darth

How do I change the word “Forum” (Next to “Topics” and “Posts”) on the main forum page?

I identified the code using Firebug, but I am not a coder so I have no idea where to find the code to change it:

<li class=”bbp-forum-info”>Forum

Thank you!

First forum post no longer visible to level 1 & 2 s2Members (forum Participants)

Published on February 7th, 2014 by redkite

This happened in the last couple of weeks – level 1 and level 2 s2members can no longer see the original post in a bbPress forum topic, but they can see the replies. These level 1 and 2 members are Participants in the forums and can create their own topics, but now can’t see their own posts.

Admins and level 3/4 members can see both the original topic and the replies.

The forum posts are restricted to level 1 or higher.

I found this (unresolved) thread on bbPress forums that describes exactly what’s happening here:

first entry missing on single topic page // visible only for admin

I’m on bbPress 2.5.3 and s2Member Pro v140105.

Unable to restore trashed topic

Published on February 7th, 2014 by nidhibth

I have looked around a lot on this but didn’t get any workable solution.
I accidently trashed a topic in bbPress and it went to trash. I went to trash to restore it.
When I click Restore, it gives a fatal warning –

Are you sure you want to do this?
Please try again.

Hence, I am unable to restore the trashed post. However, when I select the topic from the left checkbox and select do bulk “restore”, then it restores successfully. But in any case, I want to fix the issue of restoring it by clicking the Restore link as well.
Please help. Urgent!!

Adding custom fields in user profile

Published on February 7th, 2014 by JeremyCh

Hi guys

I was trying to have some more custom user fields in http://www.domain.com/forum/users/user/edit/.

I could see that I can add more fields using form-user-edit.php – however, they are not getting saved on submit.

That means, I need to add the new variables in some other file in order to get them saved.

Can anyone help ?
Best.

PS. I have read in some places that something like add_filter(‘get_profile_info_keys’, ‘get_profile_info_keys_personal’); would work. I tried that and this is not working, I mean, nothing is getting saved from the extra custom fields.

WP: 3.8.1
BBPress : 2.5.3

I can not seem to translate

Published on February 7th, 2014 by gwenm

Hello, I can not seem to translate into french. I use bbpress 2.5.3 and Poedit.
I use the po file available in /bbpress/languages/bbpress.pot. after translation, I save my file as fr_FR.po, then I transferred to the languages​​, but the change does not appear. I emptied all caches.
Thank for your support

Skip to toolbar