Skip to:
Content
Pages
Categories
Search
Top
Bottom

Query Topics and Replies with option – visability : hidden

Published on July 5th, 2013 by b a

Hello,

For now my query looks like this.

global $wpdb;
$myrows = $wpdb->get_results("
	SELECT * 
	FROM $wpdb->posts 
	WHERE (post_type = 'reply' OR post_type = 'topic')
	AND post_status = 'publish'
	ORDER BY post_date DESC 
	LIMIT 0, 15
");

I made this at begining when just started developing project and now going to finish I want to make it more formal.

I think I’m gonna go with “query_posts”, but I’m still wondering how to hide posts that normal user is restricted to view. I’m talking about forum visability
Do I check user_can(moderate) and then two ways to query my post?

Any suggestions?

Will BBPress provide perimum support for user??

Published on July 5th, 2013 by home1985

If yes, could you please kinldy provide some information to us?? Thx

bbPress and BuddyPress on MultiSite

Published on July 4th, 2013 by Zachary DuBois

So, I am just noticing that when you post to a forum on another site on your activity isn’t updated. Also, your topics aren’t shown on your profile if you made them on a different site on the same network.

My problems:

  • Activity isn’t updated for new topics and replies made on other networked sites.
  • On your BuddyPress profile under forums, it does not show topics you have made on other networked sites.

Any way to fix these? Or should I submit a bug report. I just want to make sure it is a bug.

To the Moderators

Published on July 4th, 2013 by eagle1980

So your job is to moderate…hypothetically speaking…if someone posts something you dislike or is inappropriate….where do you go in your dashboard to delete or moderate it ….thanx

Change the CSS

Published on July 4th, 2013 by yanis97

Hi;

I have a theme WP 3.51 which uses bbpress 2.3.2 for the group forums and I would like to modify the GUI for the forums : how change and customize the look for the group forums in my theme (modify the css, javascript of bbprees).

Regards;

Make a topic list

Published on July 4th, 2013 by Koen

Hi bbPress people,

I’m currently working on a designers portal. I’ve installed buddypress and bbPress and made a forum. But when I click on the Forum tab in a group I only see “This forum contains 2 topics, and was last updated by”. How can I make it look normal (like here; a list)?

http://cl.ly/image/3q2C0Y0e2v2l

Thanks for your help!

Forums under a category are only limited to 50 forums?

Published on July 4th, 2013 by dubbinz

I have a website that has hundreds of forums under a category. But the category will only display 50 forums under a category. Is there a limit? And if so How do I remove it?

Custom reply author links

Published on July 3rd, 2013 by blg002

I want to add a line of text beneath the avatar and other info in each topic reply. I can just hardcode it into loop-single-reply.php (line 47ish). But I’m wondering how i could do this in my functions.php file, i imagine id have to hook into bbp_get_reply_author_link somehow.

Blog post about a grander future for bbPres

Published on July 3rd, 2013 by Erlend

Today I had a guest post published on WP Tavern which is largely about bbPress. It also talks about functionality like @ddean ‘s Topics for Posts plugin.

Dear Automattic: You Are Losing The Debate

How Do I Make A Custom bbPress Theme?

Published on July 2nd, 2013 by Xarcell

There are several tutorials on ow to create your own bbpress theme to work with your wp child theme, but none of them work. Can someone point me in the right direction or tell me how to do it?

I’m planning on making a WordPress theme that also works with buddyPress and bbPress. However, I cannot figure out how to create a custom bbPress theme that will be installed with my WP theme.

Thanks.

Skip to toolbar