Skip to:
Content
Pages
Categories
Search
Top
Bottom

JavaScript Broken – Integration Issue

Published on January 12th, 2009 by John James Jacoby

In my WordPress functions.php file, I am queuing up jQuery for some interface objects I’m using.

wp_enqueue_script('jquery');

It seems this messes with bbPress’s javascript inclusion, causing none of the JS from bbPress ever to get loaded.

Because I am using jQuery also in bbPress, is there a way around this that anyone can think of?

Should I install BBSync Plugin or not ?

Published on January 12th, 2009 by

Can anyone explain me what does the statement mentioned in bbsync plugin means –

“This plugin will disable bbPress Post. It can clean up bbPress Post, use the data itself and get rid of the old tables. This plugin does not add tables.”

Actually, I want two functionality after installing bbsync in my forum

http://www.aboutonlinetips.com/forum

1) Whenever I create a post then a new topic with same name should be created in forum. The comments on both (forum and wordpress blog) will be in sync. If anybody comment on forum then it should be visible to wordpress blog and vice versa.

2) Users should directly add or create a new or different topic in bbpress forum.

Should I Install it?

user compatability with WP plugin Register Plus?

Published on January 12th, 2009 by mzimmers

In my WordPress site, I’m using a plugin called “Register Plus” that permits me to define which fields are required for registration. (I’m only requiring first and last name in addition to email address.) Is there some way to enforce this on the BB end? I’m trying to use a single user DB, but I’m concerned about what will happen if people register on BB and don’t put in the fields I want.

As a fallback, can I disable registrations on BB and just force them to go to WP?

a few set-up questions

Published on January 12th, 2009 by mzimmers

Hi, all –

I think I’m pretty close to being ready to go live. Just a few issues:

1. How does one make a post “sticky?” I’ve looked through the dashboard and the forums (I promise), and haven’t found the answer.

2. What are the provisions for letting users post images?

3. I set up a gravatar, but it doesn’t seem to be working. Anything I should know?

Thanks!

www.scopedin.com/bbpress/

I want to “steal” the style of the search form…

Published on January 11th, 2009 by mzimmers

…on my page, I want to add a button to return to the corresponding blog pages for the forums. Ideally, I’d like to style it after the “submit” button on the search form. Can I just re-use the search styles, or do I need to replicate them (creating a “return” class or something)?

Thanks.

I Need Your Help In Creating This Plugin

Published on January 11th, 2009 by Seans0n

I’ve started coding my first bbPress plugin and I’m now pretty familiar with most of the actions and filters and some of the inner workings of bbPress but I’m stuck.

The idea of my plugin is to insert AdSense code block in every topic at post X where X is either random or defined by the admin. I’ve been messing around with the post_text filter which allows me to change the text of any given post and insert an AdSense block. I can mess around with the author name and stuff too. The problem is that by doing this I replace the current post with the AdSense block instead of simply inserting it before or after the post, thus the post I replace isn’t visible.

To get around this I tried to first display the AdSense post then include the post.php file in the currently selected theme. But this crashes, I think due to an infinite loop. I then noticed the pre_post filter which looked promising but I couldn’t find where it’s defined or how it’s used.

In short, I need an alternative approach or solution to create a custom (and theme-independent) post.

My code, so far, is visible here: http://pastebin.com/m1cbf6b24

Cheers

Special character handling in topic_slug

Published on January 11th, 2009 by Daniel Juhl

I’m working with bbPress in some languages with special characters, but I think that the way those are being handled when making for instance topic_slug isn’t the best way. Is it something which might be changes in the core, or which function should I “change” to add the nicer translation. The following three examples are handled the same way in both bbPress and WordPress.

Some examples from the Danish alphabet:

– æ/Æ > ae (not changed at all)

– ø/Ø > oe (not changed at all)

– å/Å > aa (changed to a at the moment)

Placing forum topics on front page and removing Latest Discussions

Published on January 11th, 2009 by

I only have one forum, so there is no point in BBPress giving me a seperate front page and Latest Disussions list. Is there an elegant way for me to integrate the sidebar into the forum listings page? I tried chopping up the templates but I can’t seem to get the code right.

BBpress Alpha 1.6 problems with localization

Published on January 10th, 2009 by

Hi all,

I have a problem with localization of forum.

/**

* bbPress Localized Language, defaults to English.

*

* Change this to localize bbPress. A corresponding MO file for the chosen

* language must be installed to a directory called “my-languages” in the root

* directory of bbPress. For example, install de.mo to “my-languages” and set

* BB_LANG to ‘de’ to enable German language support.

*/

define(‘BB_LANG’, ‘it_IT’);

I have edited the bb-config.php and made the directory called “my-languages” in the root directory of bbpress with inside my languages file, but i didn’t see any change.

I have make a deep integration with wp 2.7

Thanks

Hot Topics – Can they be hidden or removed?

Published on January 10th, 2009 by

Righto, same as the title suggests, I was wondering if there is a way to either hide the Hot Topics section on bbpress, or if there is a way to get rid of it completely if there isn’t a way to hid em?

Skip to toolbar