Search Results for 'bbpress'
-
Search Results
-
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
… something very similar to the way wordpress works now.
Does such a function/plugin exist for bbpress?
If so, I can’t find it. If you know of one, please point it out to me.
