I am getting a blank page after clicking this option, is it working?
subscribe to your favorites’ RSS feed not working
Published on September 30th, 2008 by0.9.0.2 Integration with WP 2.5
Published on September 29th, 2008 by eschenI installed bbPress 0.9.0.2 and tried to integrate with WP 2.5 site. The two are at www.my-site/forum and www.mysite/blog under the root directory. I have two issues:
First is with permalinks set to the default (/forum.php?id=1), no problem, I can view profiles and posts within bbPress. However if I use either of the other settings for a permalink, when I click on any profile or post topic within admin control panel or site view, I only get a blank page, no error. Example: the post should be at “forum/post-name”, which is exactly where the link takes me but a blank page exists. However I can view the user profiles registered at bbPress within the WP admin area, so I believe the two are at least partially integrated.
The host is GoDaddy and there are no problems with WP permalinks. I have tried the using the following htaccess code with the /forum directory:
# BEGIN bbPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /forum/index.php [L]
</IfModule>
Also just having one line:
Options +MultiViews
Also the exact code generated at bb-admin/rewrite-rules.php
Second issue is after login to bbPress, a simple link to the WP admin requests me to login again. Does this take more than a simple link to “…/blog/wp-admin/”? I have checked the cookies and both look identical.
Thanks for any help
Please use example.com when masking your domain name
Published on September 29th, 2008 by chrishajerexample.com is a domain name specifically reserved by the IANA for things like documentation and examples.
http://www.rfc-editor.org/rfc/rfc2606.txt
I’ve seen people use things like blahblahblah.com, your-domain-name.com, xyz.com, domain.com and mysite.com and others in their posts. Those domains exist. Please use example.com when you want to hide your domain name.
p.s. I was guilty of this too, but I’ve seen the light and will only use example.com from now on.
Thanks for reading.
Can’t log in after installation
Published on September 29th, 2008 byI am hosting a site with bluehost. I installed bbpress with simplescripts. Although the installation seems to have gone correctly, I cannot log in. Every time I try, I’m just taken back to the log in page with no error message.
This is a standalone install – I have not attempted to integrate it with my wordpress install.
Adding WordPress 2.6.2 to bbPress 1.0 makes Keymasters into Admins?!?
Published on September 29th, 2008 by blankpointI have a WordPress 2.6.2 installation (xxxxxxx.com) sharing a user tables with bbPress 1.0 Alpha (xxxxxxx.com/forum). There are two separate databases, and bbPress uses the user tables from the WP database. The installations are integrated, but something strange is happening.
If I try to integrate WordPress into bbpress (I need to for everything I am doing), using the following call at the beginning of bb-config.php:
require_once(‘/homepages/15/d202815449/htdocs/wordpress/wp-blog-header.php’);
then my keymaster accounts immediately become admin accounts (and lose the admin tabs of “design”, “settings”, and so on in the admin interface). They show up as admins instead of keymasters on the user page in bb-admin. As soon as I take the call to wp-blog-header.php out again, the accounts go back to keymaster status. Any idea why this could be happening?
Plugins not activating on local XAMPP
Published on September 29th, 2008 byProblem is verbatim to what that poster experienced though I’m confused as to whether it was actually resolved.
I am using Alpha Unstable 1.0. Maybe I need to go down to the last stable version (or maybe Alpha 1 will become stable this week?!).
How to integrate into this forum into other websites
Published on September 28th, 2008 byCan someone help with integrating this forum into other websites?
Profile Change resets User PW
Published on September 28th, 2008 byI’m having a “small” but rather annoying issue with my bbP install (bbP latest Alpha, WP 2.6.2, non-integrated with kakumei template).
Now when a user’s Profile data is changed on the Profile Tab (either by the user himself or any Admin/Keymaster), this users PW receives a reset leaving him unable to login with his old PW and he’ll need to request a new one.
A temporary solution seems to be to let users confirm their old PW on the Profile page everytime even if they only want to change other data like their name.
However, this is of course only a workaround for the user himself because the Admins/Keymasters don’t know the user’s PW.
For now I settled on changing privileges etc. directly via the DB which will leave the PW intact, still it’s quite a bit of extra work.
Is this a known issue with the Alpha release?
Thanks a lot
Lars
Show User Registration Date
Published on September 28th, 2008 byHello bbP community,
I’m looking for the syntax to display the User Registration Date, e.g. under the User Name. I’m not interested in post counts for my forum so this would be a nice replacement.
Thanks
Lars
topic query count in alpha 1.0 – any progress?
Published on September 28th, 2008 by anderssonAnyone who knows if there’s any progress in reducing the append_user_meta/topic_meta query count that sort of goes off the charts in alpha 1.0?
A time table would be much appreciated. Thanks.