Search Results for '"wordpress'
-
Search Results
-
this is going to sound really stupid but im very new to this ive installed wordpress and then added the bbpress plugin – however i really odnt know how to get the forums to work as a button on my homepage – i am more than happy to give someone my admin login if they will sort it out for me – im sure it would take 2 minutes to someone who new what to do
thanks loads
dave – toad
I have spent countless hours trying to solves this but im still having no luck. I have trawled through google and the bbpress forum but can’t seem to find a solution.
While updating a website for a client they asked for buddpress to be removed as no one was using the social network side of the site, and a stand alone forum be put in place, hence bbpress.
I started off by removing the buddypress plugin and all it files, deleted the bb-config.php and dropped all the tables in the database with the prefix wp_bp.
I installed the latest bbpress plugin from within the wordpress admin and activated it, then created a few test forums and topics.
The forum displays fine when the default permalink structure is used however when I turn pretty permalinks on all the pages go to a 404 page not found.
I have tried adding Options +Multiview and Options -Multiview to the .htaccess. I have tried setting the bbpress mod_rewrite to true and false but still no luck.
I have also tried chmod 777 the .htaccess file.
Here is my .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .join-hello*
RewriteCond %{HTTP_REFERER} !.*helloecoliving.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://helloecoliving.com/spam-prevention [R=301,L]
# END ANTISPAMBLOG REGISTRATION
#uploaded files
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 93.182.137.19
This is driving me crazy all my other custom post types work!
Any help is appreciated!
Topic: URL detection fails
I’ve seen this on http://de.forums.wordpress.com and this is bbpress V1.1, so I don’t know if it is already solved. Maybe someone can give me feedback on this, so I can trac a ticket if it is still a bug.
The new WordPress.com startpage has tabs with some subpages, and this subpages have URLs like this:
http://de.wordpress.com/#!/topics/
bbpress is failing on the URL detection. Maybe you will see the problem in this post too. If not, here is a link for you:
Is this still a problem in the newest version of bbpress?
hi~ bbPress is really great and I do love it. however, when i transferred my wordpress to a new server. something bad happen.
when I enable the bbPress, an error message shows up:”Warning: Creating default object from empty value in
webwp-contentpluginsbbpressbbp-includesbbp-core-compatibility.php on line 84″I guess it has something to do with this code ‘$bbp->theme_compat->theme = $theme;’
could anyone give me some instruction?
the theme i use is the default Twentyeleven Century.
thanks a lot in advance!
I am really impressed with BBPress so far however I’ve uncovered an annoying little problem that I just can’t fix.
Whenever I log out of either BBPress or WordPress I get redirected to a subdirectory on level down. My install is currently in a subdirectory while it’s being developed but the log out adds another subdirectory of the same name.
An example would be http://www.domain.com/dev
and when i log out i redirect to http://www.domain.com/dev/dev
If I deactivate BBPress this no longer happens so I know it’s something in the plugin. Can anyone help please?
Thanks
Is it ok for me to start with bbPress 2.1 + WordPress, then later upgrade to BuddyPress if my site grows and it will form a natural community?