Search Results for 'code'
-
Search Results
-
Topic: bbPress developer blog?
I think part of the reason people keep asking for a roadmap or a release date (which is annoying, I know) is because there is no up-to-date page on the bbPress site with that information. Open source projects especially survive on public support and communication.
So how about this: what if Sam or CK posted a quick two-minute update each month to the blog about progress that’s being made and what still remains to do? I don’t mean alpha announcements or set-in-stone deadlines — more of a this-is-what-we’re-working-on bit, or talking about what features you’d like to see in a 1.0 final. That might even motivate other coders to step up and help, and make everyone else feel like we’re included in it.
I bet the time it takes to do that will save you hours of headaches responding to nagging questions from your fans.
We don’t care if a feature slips or things get delayed, as long as communications are still there. We’re a forgiving bunch.
Open source projects thrive when they have a central figure communicating regularly with people and keeping everyone in the loop.
This is not a complaint. I know you guys are working very hard!
The Avatar Upload works fine on my site, but I cannot access any admin functions to change preferences. I have looked everywhere. I want to change the max dimensions for the pictures because my template doesn’t handle the default 150-pixel limit very well. I already tried changing the php file through its code and re-uploaded, but that did not do anything.
The plugin states that admin functions for avatar should be available. Suggestions, anyone?
Topic: Blank page after posting
Hello
I’ve been using bbpress 0.9.0.1 for months without any big problem. But this time, I don’t know at all what happens :
When I post a new topic or reply to a topic, everything goes well except that instead of redirecting me to the topic, bbpress shows a blank page.
I see nothing special in error logs…
I tried to delete my cookies and post again but this doesn’t solve the problem.
Do you have any idea ? What could it be ?
I took a look at bb-post.php. If I echo “test”; before this line :
$post_id = bb_new_post( $topic_id, $_POST );
Then it works. But if I put it after, then it doesn”t display test.
So bb-post doest post the stuff, but there may be an error after that.
Thanks a lot for your help… I’m stuck!
Gautier