Is there any way to get the image address of the avatar.
What I mean is when I use bb_get_avatar( $user->ID) or post_author_avatar() I get the whole code like <img alt="" src="http://www.gravatar.com/avatar/d415555f00b204cfr535327e?s=80&d=identicon&r=g" class="avatar avatar-80 avatar-noemail" style="height:80px; width:80px;" />
But all I need is the image address like http://www.gravatar.com/avatar/d415555f00b204cfr535327e?s=80&d=identicon&r=g
wow thats good! Thanks for this
Can you link to the Avatars plug-in? I think there’s a few of them.
I’m using Avatar Upload, and after some fiddling, it’s working great.
I’m going to put in a standard disclaimer here: iframes are dangerous.
Example: If someone manages to put in malicious code in a bbPress post and you edit it via the admin side using this plugin, it is possible you could bugger your WP install. Now it’s a slim possibility, but iframes are bad, evil and annoying and should be avoided if possible.
Great idea for a plugin, use it responsibly, folks.
I’m not sure how I’d go about that, could somebody post a step by step tutorial? I’ve never dove this far into bbpress before.
Thanks guys, I’d owe you one
I still dont know if you people managed to fix this but here is what worked for me after alot of trial and error:
From the first-page:
This code will generate a link to the original author’s profile and that one’s username.
<a href="<?php user_profile_link(($topic->topic_poster)) ?>"><?php topic_author(); ?></a>
And this code will make a link to the last user who posted and that one’s username.
<a href="<?php user_profile_link($topic->topic_last_poster) ?>" class="latest-disc-last-poster"><?php topic_last_poster(); ?></a>
Hope it helps!
Значи, не ми остана много време, но продължавам де …
Намерих някои печатни грешки и неща, които ми се струва, че трябва да са малко по иначе.
секудни – секунди
пълен препратка – пълна препратка
Ако позволиш да предложа следните промени
месеци – месеца
лепкава – залепена,закачена
А следното общо предложение за превод е по-скоро въпрос на вкус (става и така и иначе) и лек келешлък от моя страна: 
“Your attempt to … has failed.” – “… пропадна”
Продължавам да ровя. Още веднъж – мерси за труда.
function gs_get_topic_last_poster_profile_link() {
global $topic;
if ($topic)
return sprintf('<a href="%s">%s</a>', get_user_profile_link($topic->topic_last_poster), get_topic_last_poster($topic->topic_id));
return false;
}
Thanks. I was considering making this exact plugin myself. Glad to see I don’t need to now
I found some older posts about similar problems to this, but nothign that really helped, plus they were all for the 0.x versions and I am using 1.x which I am guessing may be different.
I have combined bbpress and wordpress databases (WP 2.
and all members have been set to inactive status. But I can’t find anything in Mysql to cause this, so can’t globally change them all to member status. They all seem to have the same bb_capabilities value as the couple of members who I have manually made to ‘member’ status, so that doesn’t help.
And I have thousands of members so manually changing them all through the admin interface seems to be a nightmare.
Can someone tell me what database fields to change to make a member to be a ‘member’ status please?
Thanks.
Well iframes are, by their very nature, evil
I’ve never used that admin plugin, but I also don’t do a whole lot of embedding of Google Maps.
The plugin doesn’t add define('WP_AUTH_COOKIE_VERSION', 1); to your bb-config.php file. It’s very easy to miss that
Total newbie here, but I’m a blogger using WordPress 2.8.x who is thinking of adding a discussion forum to my site.
I am NOT a coder whatsoever, so please keep that in mind when answering, although I do have a friend who is one but I would need to be conscientous about using his time.
My question is whether bbPress 1.0 will easily integrate with WP 2.8.x as I have it currently configured. Obviously I’d want it to look similar to my site and have all the standard forum bells/whistles.
If not, does anyone have any other suggestions? I just began researching forums today. I’ve come across IPB and phpBB as other options, but again, I have no idea how easy it would be to integrate those.
Any help you can give would be GREATLY appreciated! Thanks.
Hi !
First, I’m verry sorry for my english, but I’m a french user of bbpress 
So.
I have a wordpress website, and I delete the username restrictions ( no : @ ect on the username ).
But, when a user who has a username with special characters ( like : ) tries to login on bbpress, bbpress says that the user doesn’t exist.
How to delete this restriction and resolve this problem ?
Thanks !
Не държа – пропуснал съм няколко низа, в които го има, защото съм търсил за “впис”, а то имало и “впиш” тук-таме 
Ще го оправя при следващото качване, когато трябва да завърша и на 100% превода.
Аз го изпробвах веднъж от край до край, ама със сигурност има разни дребни неща
@Göran: It’s “great” that you have the same problem. Then it probably isn’t some server config hidden away somewhere and the problem will probably be solved pretty soon. 
Edit: Hm.. when i try to edit the languagefile with Poedit and choose to save it i get 3 fatal errors;
23:04:20: F:Skrivbordetsv_SE.po:191: message catalog has plural form translations...
23:04:20: F:Skrivbordetsv_SE.po:2: ...but header entry lacks a "plural=EXPRESSION" attribute
23:04:20: F:Skrivbordetsv_SE.po:191: message catalog has plural form translations...
23:04:20: F:Skrivbordetsv_SE.po:2: ...but header entry lacks a "nplurals=INTEGER" attribute
23:04:20: F:Skrivbordetsv_SE.po:617: 'msgstr' is not a valid PHP format string, unlike 'msgid'. Reason: In the directive number 1, the character 'a' is not a valid conversion specifier.
23:04:20: msgfmt: found 3 fatal errors
Maybe it’s related?
Update 2:
Tried a Bulgarian translation and it did translate time. It must be something with 1.0+ that isn’t in 0.9 language wise.
Thanks Ipstenu. 
Still a very extreme newbie to all this “press” stuff… but I’m loving bbpress so far. A little bit of customization with a few plug-ins and a theme has gone relatively smoothly… but I still can’t really get the Admin Can Post Anything plug-in to work properly… it does not seem to like i-frames… which are essential for embedding google maps and docs.
Yeah, probably. I’m trying to figure out now how to translate the topic_time(); -function. The _e(‘Some Text’) is quite understandable, don’t get how to translate a function yet though. I’ve never messed around with translations at all (obviously).
He also said:
I have already installed the plugin bbPress Integration for WordPress.
which implies that he already added the code,
@plrk: Got your E-mail. I actually do have this thread as a favorite, thanks anyway for the update though! (I wished this forum had the E-mail notification option…)
It works! Thanks!
However my time-relevant php aren’t translated still. The strange thing is that those functions aren’t touched at all. I’ll have to dig again to see if there are any errors related to the __ -stuff. One would think the default theme wouldn’t have any problem with the translations(?)
And he said:
I have already installed the plugin bbPress Integration for WordPress. I can’t find anything wrong during my installation. I think maybe I need to upgrade my WPMU to 2.8.
Which implies that he’s on 2.7.x
I’m having major trouble trying to get my wordpress navigation bar onto my bbpress board.
Can anybody provide a step by step tutorial for me? I would be forever grateful 
my website: http://www.origineuphoria.com
Do you have this in your bb-config.php:
define('WP_AUTH_COOKIE_VERSION', 1);
Браво, браво!!!
Ама си държиш на “вписване”
Нищо де, поправимо е … 
Тъкмо разглеждам. Ако открия нещо ще пиша.