Search Results for 'bbpress'
-
Search Results
-
Topic: Plugins
Hi All,
I am back on to bbPress and have decided to work at configuring my forum. I have read through the bbPress forum and blog but have not found a post regarding the best plugins. What are the top 5-10 plugins you would recommend to make the forum work efficiently. I know it depends on what you are trying to do, but there has to be a list with the best add on’s.
So far I have added the following:
- Bozo Users – Allows moderators to mark certain users as a “bozo”. Bozo users can post, but their content is only visible to themselves.
- Post Notification – Sends an Notification email if there’s a new post to an favorite topic.
This plugin has some bugs.
- Simple Google Adsense
- Akismet
Also, is there a plugin / widget for WordPress that shows the activity on the forum?
Thanks for helping. I am looking forward to making bbPress a workable tool on my blog.
Topic: "Sandbox" theme
What bbpress really needs is it’s “SANDBOX” theme. This was the groundbreaking wordpress theme that really took the platform to another level by giving themers a “clean slate” on which to work.
I recently updated Sandbox for wp 2.9 (http://selfevidenthotdogs.com/sandbox/) and have a mind to create something similar for bbpress. This will take some time, I’m no genius.
If someone else is working on this already, please let me know, we can work together on it.
Topic: bbpress bug!?
I have bbpress with wordpress integration.
I noteiced that if i log in from wordpress ad administrator, then if i click on Administration in bbpress e get redirected to the forum’s main page.
Instead if i login on bbpress form, e can get to the bbpress’s administration page.
Is this a bug!?
thanks!
bbPress ver 1.0.2
Post Notification ver 1.3 and 1.4 (tried both)
Wordpress 2.7
Godaddy hosting
complete error is:
Warning: mail() [function.mail]: SMTP server response: 451 See http://pobox.com/~djb/docs/smtplf.html.
in
***Forummy-pluginspost-notificationnotification.php on line 23which seems to be indicating a LF error. No mail gets sent. RSS feed is working. WordPress mail is working.
Anyone else seen this or have an answer?
Thanks!
sm
Hi,
On my website I have installed bbPress forum and have added four groups to it. I tried adding posts to the groups. It was fine till I added 12 topics but after adding 12 topics if I click the Post New link nothing happens and I’m not allowed to add any more topics. Please help me on this issue as soon as possible
Since BBpress 0.9’s release almost 2 years ago, we’ve had 5 different WordPress releases. My question here is, which versions of BBpress work with which versions of WordPress?
We dont mention it anywhere (crazy), and far too often the phrase “latest version of bbpress/wordpress” is used in the forum. I know we cant have documentation or change the static pages on this website, or post an HTML table in these forums, so I apologise for the long list:
BBpress 0.9.0.6
– with WP2.4
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
– with WP2.5
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
– with WP2.6
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
– with WP2.7
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
– with WP2.8
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
– with WP2.9
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
BBpress 1.0.2
– with WP2.4
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
– with WP2.5
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
– with WP2.6
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
– with WP2.7
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
– with WP2.8
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
– with WP2.9
– – – plug and play:
– – – with a plugin:
– – – with hacks:
– – – works for some people:
Hi!
I’m planning an integration of bbPress on forum.firstdomen.ru domen and WMU on seconddomen.ru domen, each on different hosting. Will it work? (e.g. will cookies be available for different domains). What can happen with that integration? Slowing down or everything’s normal?
Hello, i want to use 2 bbpress at 1 ftp.
1 works fine at root folder.
But second don’t work (even can’t install it).
I think, problem is with htaccess and nice bbpress urls.
How can i fix that?
my root htaccess:
# BEGIN bbPress
Options -MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^page/([0-9]+)/?$ /index.php?page=$1 [L,QSA]
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]
RewriteRule ^forum/?$ / [R=302,L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]
RewriteRule ^topic/?$ / [R=302,L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ /tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]
RewriteRule ^profile/?$ /profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ /rss.php [L,QSA]
RewriteRule ^rss/topics/?$ /rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ /rss.php?forum=$1&topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/topics/?$ /rss.php?tag=$1&topics=1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /rss.php?view=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /index.php [L]
</IfModule>
# END bbPress
.