Hi;
I request change my theme but ı don’t know make it.How I change my bbpress theme?My theme;kakumei Request theme;Crystal I download ftp /forum/bb-templates/Crystal bu I don’t installation it.
I’m sorry.I can not speak english very vell:(
Installed bbpress, checked integration – everything worked fine, I was even able to post a few topics…
Now all of a sudden I can’t login – it started giving me the following:
Warning: Cannot modify header information - headers already sent by (output started at /home/skazka/public_html/forum/config.php:1) in /home/skazka/public_html/forum/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/skazka/public_html/forum/config.php:1) in /home/skazka/public_html/forum/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/skazka/public_html/forum/config.php:1) in /home/skazka/public_html/forum/bb-includes/pluggable.php on line 166
I haven’t modified any code, nor any file. It just started suddenly
.
What have I done wrong?
We should assume that codex.bbpress.org is out of the question for now, even though the content that we generate may end up there.
How about bbpulp.org ?
Not sure if I was completely clear on this one. If you view the bbPress forum page, then under the latest discussions there are stickies. I am not sure if this a feature unique to the forum located here, but when I turn a topic into a sticky it only sticks inside the forum it is registered, and it doesn’t stick in the latest discussion section (like the stickies on this forum’s latest discussions).
Thanks for the help.
Didn’t you say there will be no Automattic documentation before 1.0 release? Obviously codex.bbpress.org is the best, but that would be official … and we haven’t got official.
Ditto on the subdomain of bbpress.org.
I still think that codex.bbpress.org is still the best though to avoid confusion and keep the same design. Someone send something in the developer list again for some ‘more pointed’ discussion on this.
Trent
I have installed wpPHPmailer plugin with WordPress so that I can use an external SMTP server with password protection. The the same time I have integrated bbPress. But when a user registers, there is this message:
“Great! Your registration as was successful. Within a few minutes you should receive an email with your password.” .
But then there is a message on the top:
“Warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set() in C:Program FilesApache GroupApache2htdocsmydomainforumsbb-includesregistration-functions.php on line 105″
Cannot I use wpPHPmailer with bbPress. Alternatively, how can I use the native sendmail or whatever functionality comes with bbPress.
Hi,
i’m having the same problem with my WordPress and bbPress integrated install – (href tags getting stripped and extra slashes getting added)
See here: https://bbpress.org/forums/topic/641 and here: https://bbpress.org/forums/topic/670
I’m running:
WordPress 2.1.3
bbPress 1.0-alpha
The 2 fixes worked for me but rather than editing the bb-includes/default-filters.php file.. i put the temporary fixes in a quick bbPress Plugin so that i don’t end up forgetting about the modifications after an upgrade and can now easily deactivate the plugin should this issue get permenantly resolved.
I put the plugin up online. If you’re interested, you can download it here: http://indyish.googlepages.com/fix-href-slashes.php
Can you create a ticket for this here. You can login with the same user/pass you use on this forum.
I could have sworn there was a trac ticket for this (whitelisting admin or keymaster, or trusted users), but I can’t find it now. I did find this relevant post in the forum:
https://bbpress.org/forums/topic/728?replies=3#post-4736
the answer is here
http://comox.textdrive.com/pipermail/wiki-tech/2005-August/000026.html
I’ve tried everything in the above thread, but I still get mw_ appended to the table (mw_bb_users).
2 Wittmania:
Demo: http://www.bbportal.org
2 Keith:
Yeah, I already thought about that too. Still thinking of how to make this happen. It is on my to do list…
2 Detrom and Maker:
I think this is a php5+ issue. I will take a look at it. It would help if you could install the private messages plugin and tell me if that plugin runs ok. You can get it here: https://bbpress.org/plugins/topic/20?replies=8
What makes you sure it’s not a bozo issue? Sounds exactly like one to me. If it is, the fix is here.
If you’ve got good reason to think it’s not a bozo issue, sorry. 😡
To make the fix work, thierry, you have to change the field to 0
and save with the plugin applied. It doesn’t automatically unmark them I think.
Sorry if this has been dealt with, but I’ve searched the forums for this and haven’t found anything. I’m pretty sure this is not a bozo issue.
Using bbPress 0.8.1 with WordPress 2.1
Just installed not long ago and am testing now…
I am able to add forums with no problem.
But, when I add a new post to a given forum, it appears to save (it does in fact, as I checked the db table). However, it doesn’t show up in the forum post counts on the front page, and unless I navigate back to the form where I added the post, I lose it completely.
I’ve tried subscribing to a new post that I just saved, and I get the message “Something strange happened, please try refreshing”. I do refresh, and the message goes away, but nothing else happens, and the post is still lost in limbo.
Any tags attached to the post do show up correctly –it’s just the post itself that is gone.
Thanks for any help!
Tim
Actually, I said something wrong. New posts I wrote are now considered as bozo. I feel that as soon as a user is considered as bozo, all his posts (and also pasts posts) should be marked as bozo, no ?
It seems that mdawaffe has lot to do on other projects. No correction after 1 mounth of bug submission, we feel abandonned.
I used this SQL query to mark all my bozoed posts (from the poster who have id=1, which is usualy the keymaster) to “normal” post :
UPDATE bb_posts
SET post_status=0
WHERE post_status=2 and poster_id=1
my posts after this “update” has not been bozoed. My profile page still shows a “1”.
When i was using author.php for my wordpress profile i used the following code to show the latest blog posts i had made
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”>
<?php the_title(); ?>
Posted @ <?php the_time(‘d M Y’); ?>
<?php endwhile; else: ?>
<?php _e(‘Well well, it looks as if this user has no posts. Nevermind!’); ?>
<?php endif; ?>
This doesn’t work in my bbpress profile, even though i have the 2 integrated. Any ideas of how i could get it to work?
@Sam – We talked about this documentation on the bbdevlist before and Matt wanted to lean towards the release of a major release of bbPress before any real start to avoid massive changes to the documentation, so here we sit *sigh*
Trent
Hi peoples.
I wish to install bbpress for the Hebrew language (which is right to left), for which I need a supporting style sheet (such as the style-rtl.css).
Unfortunately, style -rtl.css is broken (for IE):
http://trac.bbpress.org/ticket/612
(for a month, and much longer then that)
I tried, yet wasn’t able to fix the css myself, and until the issue isn’t resolved, I can not install bbpress (which I very much wish to do).
I know that once bbpress will work for the Hebrew language, many of the Hebrew wordpress community would love to use it, so the request is for more users then me.
Please Please Please, can someone fix it ?
Ok sure. Though bare in mind this is probably a really crappy way of doing it, but hey, I don’t even know php, so give me some credit for trying hehe.
I deleted bb-avatar-upload.php from /my-plugins/ and put it in my wordpress plugins folder. Then at the top of the file I put:
include(‘/path/to/blog/forum/avatar_function.php’);
I created avatar_function.php myself and pasted in the contents of the bbpress config file. The reason I didn’t use the original file is because the follow was causing an error when logging in to the admin panel.
require_once(‘/path/to/blog/wp-blog-header.php’);
define(‘wp_bb’,true);
That’s basically it. I’ve checked about every page and everything is working fine, so i’ve no idea if there’s any potential problems doing this, but all I know is it works as far as i can tell.
I used this plugin and the row of smilies show beneath the edit form, but they are unclickable. An even when I just type in
etc, they don’t appear in the post.
OK, I have the Bozo problem under control, but now, my bbPress sites are starting to get alot of users, and some of them are of course spammers looking to get their site link in the ‘interests’ and ‘homepage’ field. Any way we can make it so that when a user is marked as a Bozo to zero out those fields, automagically? I hate tha tthey get some free advertising.
What say you people?
@fel64: I’ve downloaded your mod and will take a look at how it works to see about branching my plugin. More thoughts later…
@smurfdude: That is an excellent idea. I’m not sure about how to integrate with WordPress, but I’m guessing it would require a WordPress plugin that pulls the data from the bbPress database.
It is tapping into the hook to change the bbPress fields, but not the appearance. That is defined somewhere in bbPress and not changed by the plugin. I think that someone else might have to help with that one I am afraid!
Trent