Skip to:
Content
Pages
Categories
Search
Top
Bottom

New Post Notification

Published on June 15th, 2009 by

We have a small support forum. I love bbpress.

What I need is a plugin that would notify me (via email) every time we receive a new post. We do not get that many new posts, so this would be ideal for us.

Does anyone have any ideas for me?

Thanks.

One for Sam? Core/Theme discrepancy

Published on June 15th, 2009 by

Using 0.9.0.5, I created a custom theme, doing it as instructed by copying template files into a my-templates/my-theme folder. I then created a new ‘role’ as one thread suggested, by modifying capabilities.php. No problems, and all works well.

For the Guest role I added, I allowed them to post replies, but not create new topics. Then I noticed that ‘Create Topic’ was showing on the topics page, but with no input area beneath it. I went through the theme template files over and over, but couldn’t find out where the [H2]Create Topic[/h2] (and similar for Reply) were. Odd. I finally tracked it down to a function in template-functions.php, around lines 136 – 142, where the titles are output, and then the post page called.

What this means is that A) the titles are not part of the post form (ie input area), and B) a theme can’t be properly customised without hacking a core file, which will then be overwritten by an upgrade. I’ve hacked my template-functions.php, and will have to do so again when I upgrade. The good thing is that my theme template files now have the titles where they ought to be, and they can be easy customised.

I didn’t want to mess with the template-functions.php code in case I broke it, so I just remmed out the follow line, then added the titles to post-form.php and topic.php;

// echo ‘<h2 class=”post-form”>’ . $h2 . ‘</h2>’ . “n”;

I don’t know if this has been changed in 1.0, but don’t you think it should be? I realise that the ‘role’ change I made hacked a core file, but at least upgrading to 1.0 (when it’s marked as stable) will give me proper roles.

Slugs and accentuated chars

Published on June 15th, 2009 by

Hi,

Would’nt it be possible to replace accentuated/specials characters such as é, è, ê, ë, â, à, ç by their equivalents, urls compatible chars in topic slugs?

This is not implemented currently, and i suppose it follows the same behaviour for tags.

has someone done that yet?

HOW do i write a plugin

Published on June 15th, 2009 by massbase

where are the filters and so on sos i can write my own plugins …

im an intermediate php programmer, i know how to do basic plugins for wp, but not bbpress dont know filters and etc.

thanks,

Customizing Profile Fields

Published on June 14th, 2009 by

Hi, I just started a bbpress forum. I have been messing with the php files (mostly guessing). My question is how do I change the Profile Fields, I don’t want people to put in their Occupation and whatnot, I want them to put their Name and maybe Date of Birth or something, where do I change this?

Integrating WPMU trunk and bbPress RC2

Published on June 14th, 2009 by Alex

What are the current installation instructions for bbPress, BuddyPress and WPMU?

Using the RC2 of bbPress, and the current trunk revision of WPMU, I go through the install and add the secret keys etc, define the primary WPMU blog (1), and get to the end but it asks me to create an admin account – it always used to use ‘admin’ automatically.

Am I doing something wrong? When I use the username ‘admin’ it brings an error that the user already exists….

About language files (current -> beta-rc-2)

Published on June 14th, 2009 by janvi

Hello.

How is it with the language files to bbpress? Are there any changes in the 0.9.0.5 files to the current 1.0 (rc-2) beta?

Password reset about every 5 minutes

Published on June 14th, 2009 by

I managed to successfully install BBpress with wordpress integration. Every thing was going smoothly until both BBpress and WordPress repeatedly keep forgetting my password resulting in me having to reset it every time. Now i can’t get into the admin section of BBpress. I can only log in.

deep integration not working

Published on June 14th, 2009 by

I am trying to use the deep integration with Worpress 2.8 and bbpress 0.9.0.5. I have edited the bb-config.php file and when trying to load the page it is blank (white)

Here is what i have put in the bb-config file:

require_once(‘/home/graphics/public_html/wp-blog-header.php’);

Here is my URL: http://graphicsmania.org/bbpress/

cookie integration problem wp2.8 – bb 1.0 rc-2

Published on June 14th, 2009 by Arturo

i’ve upgraded wp from 2.7.1 to 2.8, checked all the key for the cookie and

AUTH_KEY in wp-config is the same of BB_AUTH_KEY in bb-config, the same for SECURE_AUTH_KEY – BB_SECURE_AUTH_KEY,

LOGGED_IN_KEY – BB_LOGGED_IN_KEY, NONCE_KEY – BB_NONCE_KEY.

i’ve installed and activated the plugin bbPress Integration 1.0-rc-2 configured with the url of bbpress (http://www.site.com/forums/) saved the option, copy/past in wp-config.php for the “code” in the box which is:

define(‘COOKIEHASH’, ‘e99db1aecc456188d6dc1ccc37528ff8’);

define(‘COOKIE_DOMAIN’, ‘.www.site.com’);

define(‘SITECOOKIEPATH’, ‘/wp-admin’);

define(‘COOKIEPATH’, ‘/’);

i’m able to login in bbpress side, and i see the cookie wordpress_e99db1aecc456188d6dc1ccc37528ff8 for /forums/bb-admin, /forums/bb-plugins, /forums/my-plugins, /wp-admin, /wp-content/plugins and /.

i’ve other 2 cookies bb-user-settings-1 and bb-user-settings-time-1 for /forums/bb-admin.

when i try to go in wp-admin i’m slogged from wp and 2 new cookies appear, wordpress_test_cookie.

when i try to login in WP side i’m redirected to the login page every time.

if i remove the code generated by the Sam’s plugin i can login but i’m logged out from bbpress…

how resolve this problem? thanks for the help.

Skip to toolbar