Skip to:
Content
Pages
Categories
Search
Top
Bottom

latest topics?

Published on September 6th, 2008 by

Is it possible to only get shown the last 5 topics on the main page, and still list more topics when you go into a category on the forum?

Or just switch them around so the categories will be listed first, and then the latest topics below the categories?

Thanks

Topic action hook

Published on September 6th, 2008 by

I was looking, but can’t find – so I’m still looking for hook, something like this:

add_action('profile_edited', 'update_user_socialize');

Above hook is used to add usermeta when editing profile – I’m looking for something that would add additional topicmeta when posting new topic – the following is not working:

add_action('post_topic', 'post_new_job');

So is there any hook like this?

WP/BB Cookie not shared

Published on September 6th, 2008 by

I’ve just installed (yesterday) the newest stable versions of WP and BBPress but am having problems with the cookie integration.

Account information is working and shared (you can login and register on with BB or WP), but being logged in/out of one does not effect the other.

My bb-config.php didn’t have a SECRET_KEY, but i’ve added one now :-

define(‘BB_SECRET_KEY’,’blah-blah-blah’); // (ok not exactly blah blah blah)

and put the same (omitting BB_) in wp-config.php.

I also set the following in wp-config.php

define(‘COOKIE_DOMAIN’, ‘mydomain.co.uk’);

define(‘COOKIEPATH’, ‘/’);

This doesn’t seem to be required in bb-config.php (? is that right ?)

bbPress is installed at mydomain.co.uk/forums

I’m not sure what i’m doing wrong, it’s probably simple, but I just seem to find lots of conflicting documentation for different versions and nothing i’ve tried seems to have worked.

Other question, will there be a conflict between mydomain.co.uk and www.mydomain.co.uk as I’ve set cookie_domain to omit www. but when public users will likely prepend www to the domain name.

Cannot modify header information

Published on September 6th, 2008 by mbiernat

Hi I have a forum http://peopleandlanguages.com/ I used the kakumei template and changed the image. Besides that its a pretty easy install and like bbpress. I am using the alpha 1.0 However,

I try to log out I get this: Thank you.

Database error: []

SELECT * FROM bb_online WHERE user_id = LIMIT 1

Caller: online_logout

Warning: Cannot modify header information – headers already sent by (output started at /homepages/18/d95001024/htdocs/peopleandlanguages/bb-includes/backpress/class.bpdb.php:276) in /homepages/18/d95001024/htdocs/peopleandlanguages/bb-includes/pluggable.php on line 213

Very basic header footer plug in

Published on September 6th, 2008 by lstelie

Hello,

I wrote this for my own use, in case it could be of some use for someone, here it is :

http://pastebin.com/f35e5dcbe

This allow to put some html code in header (or example metatags) and footer (for example counter code)

There is no admin part for two reasons :

1) I’m learnig how it works

2) I’m not sure it would be a great idea to have a DB request for a code that never change

So for instance you’ll have to edit manually the plugin file

Why use a plug in instead of a direct ad in the template ? because for alpha release the default template (my own is based on kakumei) sometimes change, so keeping the personal code updated each time can be tedious.

Luc

BBPress and a Yahoo Store

Published on September 5th, 2008 by

Hello,

I was wondering if you can install BBPress and a Yahoo merchant Store?

any help appreciated.

Thanks,

Kent

Avatar-upload doesn’t upload anything !

Published on September 5th, 2008 by Denethor

Hi,

I installed this plugin a few days ago, followed every step of the install instructions, everything seems to be fine… but I cannot upload any avatar. When I try to do it, I get an error message : “Filenames may not include the following: # ? & % ” | ‘ * `”. And my jpg or png file names have only letters…

Don’t know what is the cause of the problem…

expired topics

Published on September 5th, 2008 by ddemeo

I’d love to see the ability to have topics automatically expire. In other words, if a topic hasn’t had a new post in a given amount of time, it could optionally be closed or deleted automatically. For those of us that wish to keep our databases small, this might be pretty helpful.

so many secrets?

Published on September 5th, 2008 by

BB_SECRET_KEY

BB_SECRET_SALT

(database) secret

whats the difference? what needs to match what for wp integration?

can we have some or one without the other? i’m confused.

WP 2.6 -> BBP 1alpha

Google sitemap for bbPress?

Published on September 5th, 2008 by

Do we really need the plugin for making sitemaps for search engines? Does it make bbPress forum more SEO friendly?

The one available is not working with 1.0 Alpha

Skip to toolbar