Search Results for 'bbpress'
-
Search Results
-
I have buddypress and bbpress activated. All I’d like to do is have replies to forum topics automatically show up under the notifications tab in the admin bar. thanks for your help.
Topic: function calls?
Not sure if the title is the correct term I am looking for.
I was wondering where I could find some notes, documentary, or whatever you guys call it regarding the use of things like:
‘separator’ => ‘ ‘
‘show_reply_count’ => false
And other such functions?
I currently have something like:
<?php bbp_list_forums(array(‘separator’ => ‘
‘,’show_topic_count’ => false, ‘show_reply_count’ => false)); ?>and I was wondering what else I could do with the various bbpress arrays?
I’m using bbPress 2.x and what I’m really trying for is to make the front page look more like the category page.
Right now the front page is:
Category 0 0
forum (0,0), forum (0,0), forum (0,0), forum (0,0)
and I’m trying to achieve
Category
– Forum 0 0
– Forum 0 0
– Forum 0 0
– Forum 0 0
Or something VERY similar.
Any help anyone could lend me would be GREATLY GREATLY GREATLY appreciated!!!
I’m trying to show a logged-in user’s favorite topics on a single page like the page-front-topics.php template that’s included in the bbpress default theme. I used the exact same syntax as in that file but instead called in another template I created, content-archive-favorites.php, which contains the exact code (minus the containing div) from the user-favorites.php file.
It just shows that the user has no favorites.
Any help would be greatly appreciated!
Hey guys, been using:
http://wordpress.org/extend/plugins/bbpress-new-topic-notifications/
Which is great for me as the site owner but I’d like my sub-forums to have their own notifications to specific users.
Possible at all?
Topic: bbPress 2.0 in Catalan
Hi!
We’ve just published the translation of bbPress 2.0 into catalan (Català/Valencià).
Hope it will be useful…
In bbpress.pot, the original strings are:
This forum contains %1$s and %2$s.This category contains %1$s and %2$s.With bbPress 2.0-rc-2 fully translated, these phrases seem to use hard-coded English for the words
topic/topicsandreply/replies.Translated to Norwegian, the finished phrases will thus be:
Dette forumet inneholder 0 topics og 0 replies.Denne kategorien inneholder 0 topics og 0 replies.When they should be:
Dette forumet inneholder 0 tråder og 0 svar.Denne kategorien inneholder 0 tråder og 0 svar.Topic: Activating bbPress Plugins
Hi,
I’ve installed bbPress on my WordPress site and to get the functionality I want I need to add a couple of plugins to bbPress. I created the ‘my-plugins’ folder and put them in there but now what do I do? I’ve had a look through the documentation and it doesn’t mention where in the admin I can activate them?
Any help is much appreciated.
Ryan