Search Results for 'bbpress'
-
Search Results
-
Topic: language pack problem
Hey there
i´ve just installed the files for the spanish version of bbpress in the bb-includes/languages and the files are es_ES.mo and another one called the same but with .po or something… and when i go to the settings i cannot setup this… whats the problem? im using the Alpha version 1.0…
thanks!
I’ve installed bbpress .9.0.2 and I’m not integrating with WordPress. The install went fine, but when I log in as the keymaster, I see the link to the Admin area, but clicking on it does nothing. I’ve looked at a couple of other posts about this but they were for earlier versions, so I don’t think they’re going to solve my problem. Help greatly appreciated.
My setup is fully working, except :
when a user register via wordpress, he dont get the good capabilities, so he can’t post on bbpress!
user registered via bbpress get the good capabilities (a:1:{s:6:”member”;b:1;} in wp_usermeta).
In the admin integration option (http://domain.tld/forums/bb-admin/options-wordpress.php), I mapped wordpress subscribers to bbPress members.
How can I fix this ?
Thanks!
btw, does some know if there is a planned release date for bbPress 1.0 ?
Hi
I have a wordpress install in the top directory and then a bbpress install sitting in the /bbpress/ directory. Whenever I go to a forum page, profile pages, post pages etc., I get the WordPress 404 taking over saying it doesn’t exist.
Is this something I can fix?
Thanks!
Richard
I’ve been creating a new template to fit into my current WP install, and while doing so I noticed the new ‘Forum is Category’ checkbox in the forum management area of bb-admin. I tried it out on a few forums and noticed the different classes assigned and the ‘bb_get_forum_is_category()’ check in front-page.php of kakumei. I also noticed that you can’t post topics to forums that you check as categories.
So to get the point, is the intention here that you create forums, check them as categories, then create subforums of the category forum and theme things as you see fit with the different forum classes? Or am I misunderstanding the 1.0 implementation of categories?
Topic: Problem with bbcode-lite
Hey, i try to add my own bbcode with http://bbpress.org/plugins/topic/93
In BBcode-lite.php, i do that:
$simple = array('t' => 'h4','b' => 'strong', (etc)
but in my page, the source say that:
<p></p><h4>Quel statut?</h4>
so, the normal code must be:
<p><h4>Quel statut?</h4>
</p>no?
why the formatting is not correct?
Bye