Yeah, the alt tag missing is not causing the problem. That was a lot of the errors. Ignoring those errors, there are still others. Two <body>
tags was interesting…
I know what you want. I think doing it the css way is the easyest way at the moment!
My Plugin will be some view type, yes… but I just imagine that your idea could be added to it, too! Just gimme a bit time
I just completed the installation, looks like it were working but nothing exept for the login, the posting itself and the registration is working. so can’t read the posts – but write them. config should be ok, .htaccess for pretty permalinks doesn’t work both ways and even without pretty permalinks it doesn’t work. help, please! 
http://videos.superheldenclub.de/community/
Can you still me, or.. can you see me vaguley..?
Damn grammar mistakes.. Meant: “Can you still see me,”
I didn’t have my normal amount of pepsi then sigh..
I think it’s interesting how programming has gone to the dummies.
Hey, who you calling “dummies”?!?!
I don’t think “this” is considered programming.. but, some might think it is.. 
spencerp
Releasing 1.3 tonight. There is no table called forum_restriction_db. I am storing the variable via the bb_update_option()
function. Try v1.3 and let me know what happens.
I’m working to setup a new site with WP 2.1 and bbPress 0.75 So far the integration has worked very well and I’ve primarily been tweaking the themes.
Anyway, one weird thing I’ve noticed is if I include a link in a post (std a href=””) and submit it, the href attribute is stripped out completely. All that is left in the post when I edit it again is the link text surrounded by empty a tags (tried to use & lt ; in my post and it got converted to tags – wild)
I plan to dig through the code a bit and see what might be causing this. I’m not using any plugins beyond the standard WP integration on. It’s a fairly stock install.
Thanks 
In future versions it will show visitors, too! But at the moment I can’t say when this will be implemented…
la la la spencerp does not exist la la la 
Lmao! I’m trying to become the next “Casper the friendly ghost”! Can you still me, or.. can you see me vaguley..?
It’d be a shame though, becoming invisible.. .. I’d hate to waste all this 30 year old cuteness.. and be invisible to the chicks.. hahaha.
spencerp
la la la spencerp does not exist la la la 
I wondered about this myself already, was thinking to myself before.. “It’s not even doing anything, why even have it to begin with?”.. lol.
But, like Michael A. said on the list, there plans to be some type of implementation of it then.. so.. I guess patience is virtue..
spencerp
By the way, the above post by me was just to be funny, not serious lol. I’ll have to think of what to write for sure then. When I figure it out, I’ll post back here again lol.

spencerp
Networking …switches, routers, firewalls – not people 
I spend most days designing & building different ways to plug these computer things together…..not sure why I dabble with WP/PHP in my spare time, I just know I’d hate it as a full-time job :op
Wouldn’t that be the allowed tags in WordPress, not bbPress forum though right drmike? 
Trent
I knew I had seen them over in wp.com land.
They’re in the allowed tag list.
Link
I thought I was going bonkers.
well..I found the bug..it was in post-form.php the one from the template…i restored the original one..from the default theme and its now working...now I
m analyzing the one with the bug to see what exactly caused the error..I`ll post the answer here..
damn..it works..with the default template
nope..I didnt..I
ve uploaded again again bb-post.php … and still nothing… I really dont know what
s the deal..Ill back-up my curent theme..and I
ll upload the default bbPress theme…to see what happens
well..i customized the Crystal template..but..I don`t know if when it was in the original form it functioned well..
hey..thanks for looking at my psot..here is the forum http://www.stiltonband.com/forum/ ..its the latest version..I only have one plugin installed the <em>notification.php</em> ...that
s all..I don`t know why these confirmation pages are apearing…
Hi All,
I thought I’d share my crack at k2 for bbpress, just replace style.css with my one, it’s not perfect, but I think it’s a good start !
Download: http://www.linickx.com/files/k2-for-bbpress.v0-01.style.css
Demo: http://forum.linickx.co.uk/
Blog Post: http://www.linickx.com/blog/archives/253/k2-for-bbpress/
let me know what you think
“a list of all the functions in /my-includes/template-functions.php”
Indeed, and to be honest I forgot about that.
Anyway, wouldn’t it be neat to see some examples, etc a la the WordPress codex.
If we assume for a moment, that there a several people who would be happy to contribute to a topic like that, where do we go to from here, and how does it get collated in documentation.
FWIW, bbPress forums are terrific, but they are often answering simple questions (like mine??) that really should be in documentation. Someone suggested a wiki but I think WP has been there and done that. Somehow the user community needs a forum (excuse the pun) to help build the documentation.
Gee, sounds like I’m all fired up, which I’m not. But I can see bbPress dying on the vine for want of continuous improvement in documentation.
I was wondering how you were going to do this one Trent. <strike> is not valid XHTML is it? Although it still renders properly, at least in FF 1.5.0.9 I think you need to do something like this now:
.strike {
text-decoration: line-through;
}
or inline (bad, bad)
style="text-decoration: line-through"
Also, I can’t remember if the <del> tag is XHTML compliant or not. Maybe you could just change the strike
to del
and call it a day?
Here is a little plugin for allowing strike!
<?php
function allow_strike_as_allowed_tags( $tags ) {
$tags['del'] = array();
return $tags;
}
add_filter( 'bb_allowed_tags', 'allow_strike_as_allowed_tags' );
?>
Just save it as allow-strike.php and toss it in your /my-plugins/ folder.
Trent
search_form() is in template-functions.php which is a core file. I just use windows search function to look inside files (you have to make a change in windows to do it) and just looked for probably something like “function search” and it found the code.
Anyhow, copying the code I pasted and putting it wherever you want the search bar to show up should work. Once you get it showing up, it’ll take up most of the screen, so open search_form.php and change the sizes.