Is there a way to add a parameter to the function to check if the user is viewing a specific forum (by forum name or ID). It seems like it would be included I just can’t find a full explanation of the function and figured someone here might know.
conditionals with is_forum()
Published on July 6th, 2009 by clarklabShow comments in the bbpress profile
Published on July 6th, 2009 by MarcomailIs there the possiblity to show comments in the user bbpress profile ?
bbPress 1.0 in German / bbPress 1.0 in Deutsch
Published on July 6th, 2009 by EliasA german language file for bbPress 1.0 is available for free download at
http://bbpress.tamagothi.de/download/
—
Eine deutsche Sprachdatei für bbPress 1.0 steht zum freien Download zur Verfügung:
http://bbpress.tamagothi.de/download/
strange url issue
Published on July 6th, 2009 by fdsa4i’m using url rewrite, use the 3rd rule “name”
when i post a topic named “你们好”
it convert the original url to “http://domain/topic/你们好”, the topic can be opened at time,displayed correct;
but after some hours when i open “http://domain/topic/你们好”, it couldn’t been opened just gave an error tip “Redirection to ./ “
the same probelm with “domain/topic/你们好-2” “domain/topic/你们好-3”
ps:English url is all right
Style Keymaster's posts
Published on July 6th, 2009 by Ashish Kumar (Ashfame)Hello!
I want to have the ability to highlight posts of certain user levels like Keymasters and Moderators. I can see that no special CSS classes are added to their posts so the only way to accomplish it is by comparing the email ID but I was wondering if there is any easier / efficient way to do so?
Better support for HTPP authentication, especially Kerberos/SPNEGO variety
Published on July 6th, 2009 by oakadSingle Sign-on is a very convenient feature to have in an organization, and for web services (on apache, at least) it’s very conveniently provided by mod_auth_kerb.
However, there is a problem preventing its use with bbPress, namely user name handling.
Kerberos user names are of the form user@DOMAIN.TLD. bbPress username sanitization rules are too strict and strip the ‘@’ character outright. And anyway, domain concept is not supported throughout the code and in underlying database.
Moreover, the whole HTTP auth support (purportedly, a basic thing in any web app) relies on external and somewhat broken plugin (it uses bb_user_exists deprecated function, which is not working properly in 1.0, or at least it seems so to me).
In my most extant dreams (phpbb style
, SPNEGO auth plugin should be also able to query an LDAP database (which is most often present in such set-ups) for extra user info.
Multiple Languages?
Published on July 6th, 2009 by RRobertI just installed bbpress 1.0 on http://www.fifaforums.com . Given that I am likely to have visitors who speak just about every language, I would like to have different forums for each language. Can I do this on a single installation of bbpress or am I going to have to install multiple versions? Any help would be appreciated.
"Reply" code it's not editable
Published on July 6th, 2009 by MarcomailWhy the part of code of “Reply” “New Topic in this Forum” is it not editable in the template ? I must modify a core file to edit this
rss favorite link
Published on July 6th, 2009 by MarcomailWhat’s the code to show the rss favorite link ? Thanks
Adding an image to a topic?
Published on July 5th, 2009 by thekmenHi all, using bbPress 1.0, how do I add an image to a topic?
Using <img src=”path_to_image” /> just displays that code on the topic.