Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change Permalinks

Published on January 16th, 2009 by

Hi, I would like to change the Permalinks to German. I can change the rewrite_rules in /bb-admin/rewrite_rules.php

Code:
Options -MultiViews

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase <?php bb_option( ‘path’ ); ?>

RewriteRule ^page/([0-9]+)/?$ <?php bb_option( ‘path’ ); ?>index.php?page=$1 [L,QSA]
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ <?php bb_option( ‘path’ ); ?>forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>forum.php?id=$1 [L,QSA]
RewriteRule ^forum/?$ <?php bb_option( ‘path’ ); ?> [R=302,L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ <?php bb_option( ‘path’ ); ?>topic.php?id=$1&page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>topic.php?id=$1 [L,QSA]
RewriteRule ^topic/?$ <?php bb_option( ‘path’ ); ?> [R=302,L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ <?php bb_option( ‘path’ ); ?>tags.php?tag=$1&page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ <?php bb_option( ‘path’ ); ?>tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ <?php bb_option( ‘path’ ); ?>profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ <?php bb_option( ‘path’ ); ?>profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>profile.php?id=$1 [L,QSA]
RewriteRule ^profile/?$ <?php bb_option( ‘path’ ); ?>profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ <?php bb_option( ‘path’ ); ?>view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ <?php bb_option( ‘path’ ); ?>rss.php [L,QSA]
RewriteRule ^rss/topics/?$ <?php bb_option( ‘path’ ); ?>rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ <?php bb_option( ‘path’ ); ?>rss.php?forum=$1&topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ <?php bb_option( ‘path’ ); ?>rss.php?view=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ <?php bb_option( ‘path’ ); ?>index.php [L]
</IfModule>

bute where, in which files can I change the links? Is there a central function generating the links.

e.g. old: http://www.forum.com/forum/topic/post-name

new: http://www.forum.com/forum/thema/postname

Thank you so much! dom

No Admin functions on new install

Published on January 16th, 2009 by nhall2

I’ve just installed BB Press. I DID NOT specify for it to integrate with Word Press. The install worked fine, but now I cannot see any of the admin functions after I click on the ‘admin’ link. It simply redirects me to the index. I am set as the keymaster, of course, but that doesn’t seem to be the issue. Also, I read in another post that someone got it to work by using IE instead of Firefox. I tried that but had the same problem. Any suggestions?

wp 2.7 and bbpress can’t see admin screen anymore in wp

Published on January 16th, 2009 by ilo

Hello I have installed bbpress and gone for full integration however had some issues, first the wp-config files had some lines changed and all of a sudden some code appeared on the home page. I have fixed that however my home page is no longer being used and it just directs to the blog straight away. another more important problem i am having is that i have completely lost access to the wp-admin area. i can view the login page and after that all disappears!

some installation problems

Published on January 16th, 2009 by

This is the error log that i am getting :

>>> WordPress cookie keys not set.
>>>>>> Your "bb-config.php" file was not writable.
>>>>>> You will need to manually re-define "BB_AUTH_KEY", "BB_SECURE_AUTH_KEY" and "BB_LOGGED_IN_KEY" in your "bb-config.php" file.
>>> WordPress "auth" cookie salt not set.
>>>>>> Could not fetch "auth" cookie salt from the WordPress options table.
>>>>>> You will need to manually define the "auth" cookie salt in your database.
>>> WordPress "logged in" cookie salt not set.
>>>>>> Could not fetch "logged in" cookie salt from the WordPress options table.
>>>>>> You will need to manually define the "logged in" cookie salt in your database.

What did I do wrong? How can I get it right now?

Please someone help me.

forums within the site?

Published on January 16th, 2009 by

successfully installed bbpress on my wordpress 2.7

Is their anyway to have the forum actually be within the site so everything is together instead of having its own theme?

[1.0-alpha6] Links with quotes breaks

Published on January 16th, 2009 by Ipstenu (Mika Epstein)

If I do this:

<a href="http://thisis.my/link">This is my link</a>

I get this:

<a href="//thisis.my/link&quot;">This is my lin</a>

If I do this:

<a href=http://thisis.my/link>This is my link</a>

It works.

I’m totally dumbfounded.

synchronisation bbpress wordpress

Published on January 15th, 2009 by

synchronization between wordpress and bbpress is OK! However bbpress not recognize me more as a super administrator! I do not know how can I become super administrator ……

thank you

Adding forum to parent category

Published on January 15th, 2009 by superrad

I have a parent forum A as category. I want to put a subforum B under forum A. Just making subforum B a child forum doesn’t list it on the category page. Matter of fact, I can’t get anything to list in a forum category. What am I missing?

version 1.0 alpha, btw.

Warning: cannot yet handle MBCS in html_entity_decode()!

Published on January 15th, 2009 by

When I try to install bbPress 0.9.0.4 I see infinite times this message

Warning: cannot yet handle MBCS in html_entity_decode()! in /web/htdocs/www.XXX.com/home/forum_/bb-includes/wp-functions.php on line 113

Anyway, I completed my installation. But what I try to get my forum, I see again the first page to install it…

Any ideas?

import data from snitz forums to bbpress

Published on January 15th, 2009 by

Hi there,

Does anybody know of any script that will import data from snitz forums to bbpress? My forums are currently on snitz but I would like to migrate to bbpress on the next phase of my new website.

Any help would be much appreciated.

Thank you very much!

Skip to toolbar