Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing the slug of permalinks like topic, profile

Published on June 19th, 2007 by karaboga

Hi, my request will be useful especially for people using non-English bbPress versions.

There are some permalinks which are not translateable or changeable in bbPress. For example, in WordPress, we can change the slug of the permalinks for “category”.

I think it will be very appropriate if that kind of property is added to bbPress. These are some of that slugs:

topic, profile, forum, view, no-replies, untagged, tags, replies

(By the way, can we change these slugs by any hack?)

Cannot redeclare class CachedFileReader

Published on June 19th, 2007 by dreamXG

This seems to happen any time I choose a localization file

I get a series of fatal errors saying ‘Cannot redeclare class CachedFileReader’ in bb/inlcudes/streams.php.

I’ve searched the forums, and it hasn’t yielded any solutions, is anyone experiencing the same issue?

I am running the latest bbPress 0.8.2, with WordPress config included.

“Already Installed.”

Published on June 19th, 2007 by

I have deleted the old bbpress on my server bcuz it wouldnt work and i cleared out all my database and uploaded the new version of bbpress. now after i install and try to do anything all it says is “Already Installed. Try Upgrading.” nothing works at all.

Hope someone can help me. thanks!

Brandon

Can I keep 0.8.1 functions.php when upgrading to 0.8.2?

Published on June 19th, 2007 by ganzua

Can I keep 0.8.1 functions.php whe upgrading to 0.8.2?

I had to modify this file to translate dates and for the signature plugin :(

The result of phpBB2bbPress

Published on June 19th, 2007 by

I just ran jaim3’s A phpBB to bbPress database converter to import stuff from old phpBB (2.0.21) to bbPress (0.8.1). I only got “9. Writing the exported database to the file: /home/pengguo/public_html/tmp/phpbb_imported.sql 39816” then nothing. I check bbPress and it seems that it imported forums, but when I tried to click one of forums, it led me to new topic post, instead of viewing topics.

I tried to search the error here, but no luck… What’s going on?

bbPress 0.8.2

Published on June 18th, 2007 by Michael Adams (mdawaffe)

0.8.2: Hot off the bbPress

Hierachical forums, plugin managment, “slug” permalinks and more!

Language Files

Published on June 18th, 2007 by dreamXG

First off, I have to say, bbPress rules! loved it right from install.

And because I love it so much, I decided to mod it into a clean gallery, still needs much testing, but I have one problem.

Doing masses of search/replaces on words such as ‘forums’, ‘posts’, etc. is time consuming. I read through some documentation to find out that you can use an .MO dictionary file, to display alternate words that are called with the _() function!

So I want to ask, how do I go about generating an MO file and using it within bbPress!

Any help will be much appreciated.

Problems installing.

Published on June 18th, 2007 by

Hello,

I installed the bbpress to my server here http://bqtrademark.com/bbpress/ but for some reason half my links don’t go to the correct destination. Anyone have any idea what I could have done wrong?

Thanks!

Access bbPress login info from existing site

Published on June 18th, 2007 by

I’ve tried to find the answer to this by reading the forums and my own experimentation, but I’m still having problems. Any information welcome. In summary, the only way I can seem to acess bbPress login info from other pages on my site is to put bbPress at the root of my site, i.e. on the same level as my other scripts.

I have a PHP/MySQL installation and I would like to integrate bbPress with my own PHP applications. I don’t want the user to have to have two login IDs/passwords – my issue is very similar to User table abstracted in future versions?, only in reverse. That is, I want to use bbPress functions as the primary authentication/registration and have my apps acess the bbPress user info.

EX: I have a file called http://mydomain.com/gallery.php, in which I have added the following code:

require("bb-load.php");
login_form();
bb_get_current_user_info('id');
if (bb_current_user_can('administrate')) {
//do some things admins can do
}

IF I put the bbPress install at the root of mydomain.com, this all works beautifully, but I want to put the bbPress install in http://mydomain.com/forums/. If I do that, altering the code to point to “forums/bb-load.php”, I get the login form, but it doesn’t work: I can type userid and password, and click login, but no login occurs. Furthermore, the login form appears even if a valid user is currently logged in – it doesn’t say “Welcome, UserID”.

Do I need to do a plug-in? If so, what would it do, in general? Thanks in advance!

header

Published on June 18th, 2007 by driz

Hey so i want to make my header from WordPress installation appear in my bbPress one, so say i add something new like a link etc it will appear globally rather than only on WP. Any safe way to do this?

Im wanting both WP and bbP to work together seamlessly.

Skip to toolbar