Can you try using pretty permalinks with rewrite rules instead (step 3 here)?
Hi,
In our forum, we can see the topics filed under any tag. But if we open the all tags page (wordpress-tr.com/forum/tags/, we cannot see the tags, and we see the error message, “No input file specified.” What can be the problem?
A similar problem was discussed here, we use pretty permalinks and Options +MultiViews works, but still has that problem.
You can change some of the views (untagged, no-replies, …) with a plugin filtering on bb_views.
For the rest, you’ll have to use rewrite rules. You’ll also have write a plugin that filters on get_topic_link, get_forum_link, and so on or bbPress will end up in an infinite redirect loop.
I really do need to know what your .htaccess file looks like in order to help you.
Also, there may be some issue with your bbPress running on http://www.bqtrademark.com and your WordPress running on bqtrademark.com
by looking at the code for the “upload avatar” plugin I found this…
strtolower($user->user_identity);
This is what I have now, but nothing displays for the filename, just yourkahil.com/forum/avatars/.jpg
<?php
/*
Plugin Name: WP Avatars
*/
function wp_aud( $felID ) {
$avatar = strtolower($user->user_identity);
$bburl = ‘http://yourkahil.com/forum’;
echo ‘<img alt=”avatar” src=”‘ . $bburl . ‘/avatars/’ . $avatar . ‘.jpg” class=”avatar” />’;
}
?>
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?)
“Slug” based permalinks is really nice. But, if we change the subject of the topic, the slug is not changeable now.
citizenkeit, have you looked the documentation in bbPress.org?
https://bbpress.org/documentation/
Ok, so I’ve figured out some more info to share…
First, the code posted above needs to reference the file type (.jpg, .jpeg, .gif, or .png). Right now the code only points to the avatars folder.
Next, I’ve figured out that the “avatar upload” plugin for bbpress does rename the images to the user’s username, but makes it all lowercase letters if there are any caps.
Hope that helps.
Thank you!!
yeah i read that but what seems to be the problem is that some links forget the /bbpress/ and it ends up broken. other links do it fine.
What does your bbPress’ .htaccess file look like?
Have you read the documentation on setting up pretty permalinks?
that helped for the most part, but now the problem seems to exsist that the links are still broken http://www.bqtrademark.com/bbpress/
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.
And the error message?
In your bbPress’ config.php, did you set $bb->domain and $bb->path or did you set $bb->uri (the easier method that bbPress 0.8.2 allows)?
Try setting
$bb->uri = 'http://www.bqtrademark.com/bbpress/';
in your config.php and remove from that file any lines referencing $bb->domain or $bb->path
This happened to me as well during one of my many installs of BBpress. Make sure that you installed it from the correct directory from the start. For instance, mine was sitename/wp/bb and I installed it from sitename/bb. It worked, but it looked like that. Also, if you selected true in the permalinks section in your config, make sure you have the htaccess file in there. That should remedy the redirect problem…
Hope this helps….
No README or INSTALL files?
I’ve read the blog post and any pertinent thread, but I was hoping for some install/upgrade instructions, like WordPress supplies.
http://www.bqtrademark.com/bbpress/
now nothing is linking right. i didn’t even touch anything either. all links are broken and end up at the main page.
You cannot keep the old file. Dates should be translated now, see https://trac.bbpress.org/ticket/646
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
Anyway, after wp integration I haven’t been able of translating bbpress because it reports a streams.php error whenever you try to set a BBLANG file
Ok did some work got front-page to display correctly by putting in (div page). Put that in all the css files calling header, sidebar and footer. Didn’t help. Here is the basic div structure:
<div head>
</div>
<div page>
<div ncol>
</div>
</div>
<div footer>
</div>
header {
margin: 0px 0px;
padding: 0px;
display: block;
width: 778px;
height:195px;
background-color: #314D73;
background: url(‘images/header.jpg’) no-repeat bottom center;
border: 0px solid #CCCCCC;
cursor: pointer;
}
.page {
width: 778px;
margin: 1px 0px;
padding: 0px;
background-color: transparent;
border:0px solid #CCCCCC;
text-align: left;
float: left;
}
.ncol {
padding: 20px 0px 10px 23px;
width: 395px;
background:transparent;
float:left;
}
.footer {
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
line-height: 17px;
font-size: 0.8em;
margin: 0px 0px;
padding-bottom: 30px;
width: 778px;
height: 80px;
background: url(‘images/footer.jpg’) no-repeat bottom center;
border:0px solid #CCCCCC;
clear:both;
}
link is mysoberlife dot com/forums
Hm. I’m pretty sure I’m actually logged in. Let’s say I’m at the gallery.php page, which is in the root of mydomain.com. I type in my valid login id and password. The next thing I see is the front page of my forum (http://mydomain.com/forums/index.php) , which reads “Welcome, kehlers (View your profile)” etc. I can add, post, go to admin section, etc. When I view cookies, I have a bb_user_(hash) and bb_pass_(hash), which seem to have appropriate values. All that to say, I think I’m logged in successfully.
However, if I go back to gallery.php, I still see the login form, as though nothing has happened. I did try adding $bb->cookiepath = '/'; to my config.php, but it didn’t seem to make a difference. Do I need to restart anything (browser? Apache?) once I’ve added that? I wouldn’t think so, but thought it was worth asking.
Thanks for your help on this!
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?
Yeah, I know, but thanks. ^^ In the meantime you can use this hack I brewed up a while ago to display replies as comments beneath bbPress-Post integrated posts. Don’t think it supports avatars, though. But we’ll get this to work
0.8.2: Hot off the bbPress
Hierachical forums, plugin managment, “slug” permalinks and more!
hi,
i installed bbPress upon a community.
the theme is a modified kakumai theme,
some plugins used, the forum is avaible in russian and german language using the .po files from bbpress.de and bbpress.ru
i had to write my own plugIn which helps me to sync the users from the community to the forum.
apart of the theme and the disabled bozo.php the forum software is untouched.
here you can see it in action:
http://www.russian-imperial.de/forum/
p.s. bbPress rocks. best forum software ever