Of course you can. Just open and edit your theme’s header.php, adding HTML code as you want it.
I guess my code knowledge is not enough. Can I at least put a small banner with a shortcut to my homepage on the bbpress header. I tried to do that too with no success.
If the stylesheet path is correct, you do not have the same problem. It should not contain at all.
The code should maybe go in /my-plugins/.
Hi
I have the same problem as you. I tried the different solutions. Adding the code generated by rewrite-rules.php gives me a 500 Internal Error.
I guess I’ll pass on having permalinks.
bbx
Hello
I’m having the same exact problem, with the same configuration: Win Xp with SP2 + Xampp.
Installation went fine, WP users (with the locally installed WP) are recognized, even the french translation file works.
The path to my stylesheet seems fine, I checked the source. But it won’t work.
I didn’t get how to fix it. I saw the PHP code but it doesn’t tell WHERE to put it. If anyone could tell, that would be great.
bbx
EDIT: I’ve tried to figure it out by myself but it didn’t work out.
I added the function in the “functions.php” file, and the add_filter in the “default-filters.php” file, both files being in the “bb-includes” folder.
What did I do wrong?
Well thanks for the feedback, fel64.
English:
Looking for that of themes for bbpress (no that almost there is) encontre one for k2 that single towards modifications to the style sheet css and then playing with that same code I adapted a little in the style of the subject MistyLook 3,0 of Sadish theme made by Sadish Bullet, with influence of ReOrganize and translated to the Castilian by Car to me Pla. The installation: 1. It decompresses the folder and subelo to “bb-templates” 2. Actualizalo and Enjoy! 3. To see that it seems to them!
You can download of http://www.ecosatelite.com/?p=35
Preview http://www.carpinteriamx.com/foro/
Español
Buscando aquello de los themes para bbpress (que casi no hay) encontre uno para k2 que solo hacia modificaciones a la hoja de estilos css y pues jugando con ese mismo código lo adapté un poco al estilo del tema MistyLook 3.0 de Sadish Un theme realizado por Sadish Bala , con influencia de ReOrganize y traducido al castellano por Carme Pla.
La instalacion:
1. Descomprime la carpeta y subelo a “bb-templates”
2. Actualizalo y Enjoy!!
3. A ver que les parece!
Lo puedes descargar de http://www.ecosatelite.com/?p=35
Vista Previa http://www.carpinteriamx.com/foro/
I am having the same problem. I muddled through installing bbpress into my MAMP installation on OS X, wanting to play around with the forum locally. I can see the forum, but clicking on links returns a Not Found error. bbpress can’t find the Profile, Topic, Forum, or View directory. It seems Atsutane’s advice suggests I create a new file called htaccess in the root directory of bbpress. I am unclear on how to proceed, not being much of a coder. Any suggestions much appreciated.
fel64: I thought of that first, but while going to the old database would allow me to log in, I wouldn’t be able to make the WP user a keymaster since WP and bbPress wouldn’t be linked anymore.
I ended up editing the database (well, I asked someone who knew what he was doing
) and it worked. This is the post Omarvelous was talking about:
https://bbpress.org/forums/topic/1048?replies=2#post-6618
Off the top of my head, change this line:
if (bb_current_user_can('administrate')) :
to something like this:
if (bb_current_user_can('moderate')) :
That should get it working!
Trent
You don’t need that file.
You have already installed, right? What did you last change?
Apply this fix, then go to each profile, set the bozo status to 0 and update.
That’s a cool two-column theme, and I really like what you did with the posts as speech bubbles
I think it would be a good idea to make the left column fixed-width, though, as it looks ‘too’ big on larger screens 
[edit] That’s also really nice use of a clear div to make the post list item expand to the right size. Cool!
@box, thanks for the comments … yeah it’s really a matter of keeping your users happy because in the end they’re the ones that decide if your site gets hits or not
… in this particular case, the market – videogame enthusiasts – is one where people tend to identify their tastes in games with signatures… And of course there are regulations on the height and width of the sigs.
@wmarcy, well … i have the badges system that is a semi-plugin (i’m still learning about it), and this hack … i edited the bb_get_tag_heat_map function in template-functions to add this code:
if(( $smallest + ( ( $count - $min_count ) * $fontstep ) ) < $smallest+1){
$color = "color:#f9a692;";
}else if(( $smallest + ( ( $count - $min_count ) * $fontstep ) ) <= $largest/2){
$color = "color:#f5795b;";
}else{
$color = "color:#f24c24;";
}
right after the
foreach ( $counts as $tag => $count ) {
And then i just echoed $color next to $unit; some lines below.
I know it’s not the proper way to do it
but it’s how i know, i’m sure someone will come up with a better option for this
I changed all of the tops to:
<?php global $forumpage;
$forumpage = TRUE; ?>
<?php get_header(); ?>
but, I am still not getting any changes to the title.
hmm, what else could be wrong?
-Baldwin
<?php get_header(); ?>
<?php global $forumpage;
$forumpage = TRUE; ?>
…should be the other way around:
<?php global $forumpage;
$forumpage = TRUE; ?>
<?php get_header(); ?>
You need to set the $forumpage boolean before you call the header, or you won’t be able to use it there.
Alternatively, forget about $forumpage, and use a global boolean such as $bbdb that bbPress uses anyway, as suggested by fel64.
I have installed this on my bbpress, but see no descriptions or keywords on any pages or posts 
Any help would be greatly appreciated.
I edited the heatmap on my forums to make the smaller tags lighter and the bigger tags darker, this emphasizes the bigger tags and gives a sense of depth in the cloud. Right now i have three levels of color, but it could be easily adapted to use more levels.
In a sort-of unrelated issue, i also added image support to the signatures
.
What do you think?
AHHH
I’ve copied what you have above, and modified it slightly (to match my site), but I am not getting updated titles on topic pages like:
http://ppacp.org/forums/topic.php?id=1&page&replies=1
I’m assuming this has something to do with the templete files for bbpress, so I looked at the top of the files and it looks like this:
<?php get_header(); ?>
<?php global $forumpage;
$forumpage = TRUE; ?>
I changed all the files that had <?php bb_get_header(); ?> from the “kakumei” folder.
Am I doing something wrong?
“confused”
-Baldwin
Perhaps someone can, but probably it’s unnecessary.
I think adding ads does make it commercial, but that’s pedantism. We could tell you how to fill out your config.php for you and the rest is veeeery likely plain sailing. Did you install your own wordpress?
Off the top of my head required info is the URL you want the forum at, if you want ugly URLs ( ?topic_id=59), pretty (/topic/59 I think?) or awesome (/glorified-notebook-discussion-thread/), the absolute path to your wordpress install, and your Akismet key (it’ll be in your wordpress wp-config.php file). Database info you’ll be able to copy from wp-config yourself plus it’s stupid to publish such a thing on a forum.
My header title tag reads like follows, I think you can modify it to fit your setup:
<title>
<?php if ($forumpage == TRUE) {
bb_title();
echo " :.: AKNI";
} else { ?>
<?php wp_title(' '); ?>
<?php if(wp_title(' ', false)) { echo ' :.: '; } else { echo "AKNI: "; } ?>
Akira Kurosawa News and Information
<?php if (is_utwtag()) { echo ': '; UTW_ShowCurrentTagSet('tagsettextonly'); } ?>
<? } ?>
</title>
The last condition with UTWTAG is for the Ultimate Tag Warrior plugin — remove it if you don’t use it.
To see how the title works across the site, I think it’s easiest if you just visit http://akirakurosawa.info/
I would like to know if someone can install and integrate BBpress with my WordPress site. I know that people install wordpress on non-commercial sites for free. My site is a blog for professionals, that I may ad some advertising just to pay for the site space. Can someone help me?
However I read (http://bbpress.org/forums/topic/1140?replies=28#post-7450 atomAstro wrote) that there were some problems with integrating it. Any suggestions? I don’t know much about php and the like. I know minimal html and most of that has been depracated (I assume).
I am good at following instructions though. As long as they are step by step
If you have the same code for the header then I think you need some conditional if statements in there to check if it’s wp or bb. This isn’t really straightfoward I’m afraid, but then I’m in the dark here (haven’t done it myself) so perhaps it is and I don’t know about it.
Brackets were just my (apparently needless) way of indicating a text field. Sorry 
Flickr works with spaces and quotes, but if you use commas, they are stripped.