Skip to:
Content
Pages
Categories
Search
Top
Bottom

Get forum of Reply from database

Published on September 26th, 2013 by Biswadip

I want the latest posts (topics or replies) from a specific forum. I can get the latest posts from all forums with something like:

SELECT * FROM wp_posts WHERE post_type = ‘reply’ OR post_type = ‘topic’ ORDER BY post_date DESC LIMIT 4

What I need to do is to specify the forum of the topic or reply by adding a condition saying something like:

If it is a reply get the parent of the parent_type (i.e. the specific forum which is the parent of the topic) and if it is a topic get the parent_type (which I can get from the wp_posts table). Then check if this matches the specific forum we want.

No idea how to do this though (especially the parent of the parent_type bit)……..

topic contents not displayed

Published on September 25th, 2013 by francishunger

Hi,

using the bbpress theme inside a modified 2012 theme, I get to see the topic in the topic list: http://www.ausstellungpro.de/Foren/forum/adressen-ausstellungpro/ “Infos für Erstnutzer/innen”

However, clicking on it, brings me to http://www.ausstellungpro.de/Foren/topic/infos-fuer-erstnutzerinnen/ where the headline and the contents of the topic disappear.

Which file of the theme is handling this? What should I change?

(It would be great, if the developers would be able to put more up more documentation regarding the bbpress theme, especially a flowchart, which file calls which other file and a list of the files with a short explanation what they are for.
Alternatively a stripped down bbpress theme would be great with just five basic files – less sophisticated, with less functions but easier to understand for starting upfront.)

And did I say, thank you for providing this plugin open source? I hope so.

Francis

Plugin Conflict with Time.ly AIO Calendar

Published on September 25th, 2013 by dpipitone

Hi –

I am running the All-in-One Event Calendar by Timely, and it seems to be causing a conflict with bbPress. The problem is, the calendar is a very integral part of the site currently, and I do not have a choice of deleting it.

Is there a way around the conflict.

I am getting the “You do not have sufficient permissions to access this page.” error that some others have been getting.

Thanks in advance.

Daniel

bbpress search widget problem

Published on September 25th, 2013 by imorshed

My bbpress search widget doesn’t work. When i search anything it shows 404 error.
Here is my site link
http://www.namechangetips.com/forums
Thanks

bbPress appears as subdirectory of /blog: need to move

Published on September 25th, 2013 by Holly

I followed the instructions for installing the WordPress plugin of bbPress.

However, doing this invariably puts the live bbPress forum in the following directory:
/mysite.com/blog/forums

Clicking the /blog breadcrumb will drop my users into the weblog. Ideally, I’d prefer to have the nesting as follows:
/mysite.com/classrooms/forums

But if that’s not possible, having it exist as /mysite.com/forums would also work.

The most recent thread I could find on this issue was four years ago, and suggested using freestanding bbPress, which won’t work with my membership software (MemberMouse).

Thanks for any help you can offer on changing my setup.

Current site is password-secured DEV: WordPress Version 3.6.1, bbPress v.2.4
Site URL available privately if necessary.

What are the troubleshooting steps?

Published on September 25th, 2013 by janellv

WP Version: 3.6
bbPress version: 0.2.2.1
Link: http://genvines.com/discussion

I am having a weird problem with my forum, and I can’t find too many other people who are having the same issue.

What are the basic troubleshooting steps I need to go through to try to figure it out?

If I am not logged in, I see my forum home page just fine. If I am an admin, I see it just fine. You can see it here: http://genvines.com/discussion/

However, if I am logged in as anything but an admin, it looks like this, with the title only, no forum structure:

http://genvines.com/wp-content/uploads/2013/09/problem.png

I have not been able to try it in TwentyTen or TwentyEleven, that’s next on my list.

I tried saving permalinks again, I disabled most of my plugins, there are still a couple I need to try to disable and see what happens but need to make sure everything is backed up first.

I would like to reset the forums but can’t figure out how. How do you do that?

Anything else I need to try?

Thanks…..

bbpress sidebar

Published on September 25th, 2013 by imorshed

Hi,
I installed bbpress and forum. I just need forums with topics & post counts show in sidebar. exactly look like wordpress forum’s page right sidebar (http://en.forums.wordpress.com/).
Thanks

Chek user is online or offline with image on avatar

Published on September 25th, 2013 by FreeWPress

Hi all, i ask if is possible to have a function to show status online/offline for the users in topic replies…

For example a green/red little sphere on image avatar, or a simple text online/offline after user role…

I have found this for buddypress but it do not works for bbpress…

Buddypress – Check if a user is online

Have some idea to have this function in bbpress?

P.s I don’t want a plugin useronline but only a simple link or image in topic replies..

Suggestions on registration tutorial

Published on September 25th, 2013 by blessedtoes

Hi all-
I am pretty new to WP and am sorting through many things, learning a lot.
I’ve built a site in WP using bbPress “inside” the OptimizePress 2 theme (if that’s the right language). I am trying to figure out how to make entering a username and email address mandatory for my forums, and how to link that email field to MailChimp.
I’ve done some searching in the forum and online and can’t find anything – basic or otherwise – to help walk me through this. Either simple instructions or sending me towards a particular tutorial would be awesome.
Thanks in advance,
Matthew

Changing bbPress CSS using Genesis/Dynamik parent/child theme

Published on September 24th, 2013 by jason103

I want to style the bbpress colors, but I am not seeing my changes when I add custom CSS to my Genesis child theme (Dynamik Website Builder).

It is odd because I am using Firebug to isolate which parameters need to be changed, I can alter them within the firebug window and see them change to what I’d like to happen… then when I put that code in Genesis>Dynamik Custom>CSS (my child theme’s area to add to the CSS) it does not display.

Things like this have no effect:

#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #222222;
}

#bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: #444444;
}

Any advice?

Skip to toolbar