Published on November 27th, 2007 by
Hello there!
I have a website with a Wp install. I made a folder called “forum” so I could add a forum to this site. I made another MySQL database ( I already have one for Wp) for BBpress and write the user, pass,etc of the new SQL in the config.php file and here starts the problems.
1) I got the famous problem with the lost letter “i” in the line 80. Solved.
2) Then I get two more errors:
2.1: Warning: Cannot modify header information – headers already sent by (output started at /homepages/24/d225407794/htdocs/foro/bb-includes/db-mysqli.php:454) in /homepages/24/d225407794/htdocs/foro/bb-admin/install.php on line 10
and 2.2:Warning: Cannot modify header information – headers already sent by (output started at /homepages/24/d225407794/htdocs/foro/bb-includes/db-mysqli.php:454) in /homepages/24/d225407794/htdocs/foro/bb-includes/functions.php on line 1898
I try continue the installation and everything goes well, but The forum is not working. I mean. I can´t log out as the admin,I get the error:
Warning: Cannot modify header information – headers already sent by (output started at /homepages/24/d225407794/htdocs/foro/bb-includes/db-mysqli.php:454) in /homepages/24/d225407794/htdocs/foro/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /homepages/24/d225407794/htdocs/foro/bb-includes/db-mysqli.php:454) in /homepages/24/d225407794/htdocs/foro/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /homepages/24/d225407794/htdocs/foro/bb-includes/db-mysqli.php:454) in /homepages/24/d225407794/htdocs/foro/bb-includes/pluggable.php on line 164
If I post a new topic, I go to the write new topic windows , but when I send It; get an error :Warning: Cannot modify header information – headers already sent by (output started at /homepages/24/d225407794/htdocs/foro/bb-includes/db-mysqli.php:454) in /homepages/24/d225407794/htdocs/foro/bb-includes/pluggable.php on line 164
The strange thins, is that all those post appears in the general window!! but I can´t acces them. I get an Error 404 File not Found. The same error if I try to see my profile as admin.
The BBpress installation has a lot of problems!!!. It´s not any easy..
Any idea?
Thanks in advance!
Published on November 27th, 2007 by
Hi, i’m not sure if this is the correct forum for this question but here goes:
I’m developing a new site in ASP classic and would like to use bbPress as a discussion board on this new site. The new site will have it’s own login and registration but I would like to enable single sign on for both services.
The proposed solution for this is on registration, register the user on my site then process a registration for bbPress using the same details. Similarly, on logon I will have a script to logon to an ASP session and then to a bbPress PHP session. (both my site and the bbPress forum will be on the same domain).
Heres the question. How can I do this? Is there a page I can submit form information to (using AJAX or similar) on registration? Is there a page I can submit login information to to write a PHP session? I’m not very fluent in PHP so if someone could help me out here I would be very grateful.
Published on November 27th, 2007 by
I would like to have an “announcements” forum in my bbpress installation. All users should be able to see it and post in it but NOT create topics.
I’d settle for seeing it only. Is there a way to do any of this?
Published on November 26th, 2007 by
Here on the official forums usernames longer than 7 or 8 characters get cut off by the post form/area itself (see even my username here), a problem I’m also encountering using the replica ‘bbpress-forum’ template.
Has anyone come up with a possible hyphenation-wrap workaround? Or is it probably down to either just dealing with the truncation, swapping in a different template with a broader username column, or doing more involved design surgery on ‘bbpress-forum’ to make it wide enough to accommodate, say, 13-15 character usernames?
Published on November 26th, 2007 by peterwsterling
I have installed bbPress using the same DB as WordPress so they can both share user details. This works great. Although I have not put bbPress in a sub-dir of WordPress to share cookies.
However, when I log in as the Key Master (who is also the administrator in WordPress) I cannot create new Forums. It says I don;t have permission to do that! When I use the exact same set up with a dedicated bbPress DB it all works ok.
Is this a bug? I think it must be…
Published on November 26th, 2007 by
Hi. I run a private forum, but plan to allow some people in…. but, I still want them to not be able to read one of the forums. So.. I set all the current users as Moderators and let them access to the hidden forum.
The new problem I now have is.. regular members, when posting a new topic from the front page, have a BLANK drop down menu where they’re to pick a forum to post in. When trying to post anyway, there’s this error message: “This topic has been closed”.
All the moderators and myself can see the drop down forum categories just fine and don’t have a problem posting. The only current option for the regular member, is to create a topic within the forum itself.
Edit: sorry, posted in the wrong forum. I clicked the post button too quickly before choosing the Troubleshooting forum.
Published on November 26th, 2007 by
Should be used for TESTING ONLY
Download this file
Install:
Put activate.php to your template folder.
Put bb-activate.php to your bbPress root folder.
Put EnhancedRegistration directory to my-plugins
Only tested on kakumei template without other plugins. Currently, it only support user activation. User will receive an additional mail with a code for activation. They can click the link within that mail, or manually navigate to the activation page.
And Key Master can delete user haven’t activated over ## hours.
Possible features in later releases: Registration Approval, Registration Email Verification.
Please tell me what do you think!
Published on November 26th, 2007 by Sam Bauers
I’ve added the GPL license to the trunk of bbPress as well as a README containing copyright/attribution to contributors to bbPress.
You can view the current README file here:
https://trac.bbpress.org/browser/trunk/README
I think this is a nice way to acknowledge the individual contributions of people involved in the development of bbPress.
I haven’t dug very deep (or even at all) into the changesets to find out past contributors. If you believe you should be on the list then please raise a new ticket in Trac pointing out what you contributed and when (the actual changeset number is really handy). I’ll validate it then add you as soon as I can.
If anyone out there who has some experience in the field of applying the GPL to projects wants to constructively criticise the way I have applied the license to the project then please go ahead. However we will not be applying headers to every file at this stage.
Published on November 26th, 2007 by
Hi. I want to change the data that is collected in the Registration:Profile Information page of bbpress. Some background…
I have a bbpress/WPMU integration. The system is working fine in terms of the two sites being integrated. When a user goes to register for an account on the forum, they are presented with a form with name, email, website, occupation, location and interests. I see in the source code where the associative array is (get_profile_info_keys). So I could modify the fields there, but there must be some “proper” way to change the profile info that is gathered.
I apologize if this is plainly explained somewhere. I can’t seem to find any admin page related to changing the bbpress profile info. I’d prefer to do this the sanctioned way and not modify source files.
Reading other posts I see stuff about plugins and the profile, but surely that isn’t the easiest way to change the nature of the data collected?
Published on November 25th, 2007 by Ben L.
How do I? I tried $user->caps['moderate'] and I tried $user->has_cap('moderate'). Neither worked. What am I doing wrong?
Edit: never mind, I figured it out.