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:
https://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?
Hi!
We’ve just published the translation of bbPress 2.0 into catalan (Català/Valencià).
Hope it will be useful…
http://clickgnosis.es/?p=3441
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/topics and reply/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.
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
I followed the installation guide (I thought) and when I go to the intended URL (http://birthwithoutfearblog.com/forum), there is nothing but a blank screen. I know it’s probably something basic I didn’t do, but I’m not sure what. Please help. Thanks.
I pretty much understand all the templates in bbPress with the exception of single-view.php
Where is this template called and what is it used for?
I want to provide some separation of the topics for the user to define which topics they have ‘read/viewed’.
Concept is like other forums ‘mark forum posts as read’.
One of the hardest thing for moderators to keep up with when working with very large active forums is knowing which topics they have read already. Many forum platforms make some type of change to a topic css once a user has viewed the topic.
There are many ways of accomplishing this, and frankly I am not sure which way is the most efficient, hence my request.
Please consider adding a system where a ‘topic-read’ css attribute is added to the topic_class.
Once this is in place, then I can choose what I want to do with it from there on the styling side.
How can I manually reactivate the plugins in my-plugins?
I tried to upgrade and deactivated plugins first per instructions, ran into problems, went back to the original installation directory, but now I’m getting fatal PHP errors which appear to be related to the missing plugins.
I can login as admin, but I can’t get to the backend to reactivate the plugins because, when I click Admin – mysite.com/bbpress/bb-admin – I keep getting popped back to the home screen, the backend won’t come up.
Thanks.