Forum Replies Created
-
In reply to: What plugins is bbpress.org running
It’s running Akismet, for sure.
In reply to: ERROR: Could not establish a database connectionFor your new problem, please start a new topic.
In reply to: How to sort on column heads?Pimp my ride:
http://www.mtv.com/shows/pimp_my_ride/season_5/series.jhtml
I never really thought about the negative connotations for the word pimp as used here. Interesting.
In reply to: WP integrationThe 0.9 version of bbPress integrates with WordPress 2.7.1.
In reply to: Sometimes Less Is Just LessDennisH and mark-k – I think your discussion is worthy of another topic, so it doesn’t get lost here.
In reply to: Can't find the post-background hovercolor in the CSSHow did you resolve the issue?
In reply to: Can I use the forum as a page in WordPress?@gerikg – there’s no prohibition so far as I know about putting a link to another software package. I can’t speak officially, but I’ve never seen one removed. We’re all just looking for the right tool for the job.
In reply to: Edit register.phpWhat happens when you access the register link in bbPress? Do you get an error, or it just doesn’t work? Is it different if you are logged in vs. not logged in?
In reply to: I want a search engine in the ForumIn version 1.0.2 there is a search box by default. Are you looking for something different than what is built in?
In reply to: Login does not work after successfull install?So, what problem do you actually have now? You alternately posted different problems, fixed and not. So, what issues do you currently have? This was the last I read:
Okay strike that it’s working. Minutes later, the forum doesnt load at all. This is the message it gives now:
Are you back to the original problem now?
So you can’t rescue a spam post?
When there are legitimate posts here that are marked as spam, and they’re marked ‘not spam’ they are then visible in the forums. So, I think it works normally. I wonder why it doesn’t on your installation.
What theme are you using? Could it be a CSS problem?
Sounds like something is messed up with the integration or the theme. What theme are you using?
I have a 1.0.2 installation where this is working perfectly.
What versions of bbPress and WordPress did you integrate?
In reply to: space between postsIn your template’s topic.php, find the loop. It looks like this:
<?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?>
<li id="post-<?php post_id(); ?>"<?php alt_class('post', $del_class); ?>>
<?php bb_post_template(); ?>
</li>
<?php endforeach; ?>Right after the closing li, before the endforeach, add this:
<div style="height:100px;"></div>
Change 100px to whatever amount of space you want between replies. It will look like this when you are done.
<?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?>
<li id="post-<?php post_id(); ?>"<?php alt_class('post', $del_class); ?>>
<?php bb_post_template(); ?>
</li>
<div style="height:100px;"></div>
<?php endforeach; ?>That will put some space between your replies and space the author info down as well, to keep it with the reply.
In reply to: Login does not work after successfull install?> Permission denied in /home/michael/public_html/forum/bb-load.php on line 160
What are the permissions on this file
/home/michael/public_html/forum/bb-config.php
/ Should be 0644 or something like this-rw-r--r--
depending on how you can look at the permissions.That’s read and write for the owner, read for anyone else. You’re getting a
permission denied
error, which means the file is there, but the process can’t read it.In reply to: Login does not work after successfull install?Sushubh, please start a separate topic if you need additional help.
In reply to: dotNetBB importI haven’t heard about it here, you seem to be the first to ask.
For conversions for forum software that haven’t already been attempted, you can sometimes find a conversion too to convert your forum to phpBB and then import phpBB to bbPress.
In reply to: Users can't log in from secure sitesSo where is that message from? The user is getting that in his browser?
In reply to: I want a search engine in the ForumWhat version did you install? Search is built in to all versions, but only visible by default in the 1.0 version.
Or, are you trying to search bbPress from WordPress?
In reply to: Looking for developer phpbb to bbpressPost your email address and we will close this topic.
Or, look here:
http://bbshowcase.org/forums/topic/bbpress-professionals-advertise-in-this-topic
In reply to: Login does not work after successfull install?Are you using any plugins? If so, disable them.
Are you using a different language file? I see the .no in your domain name.
Also, do you integrate with WordPress, and if so, what version. And what version of bbPress too.
The only other error I found close to this is here:
http://support.bbpress.de/topic/anmeldung-nicht-moglich-bitte-hilfe
That’s in German, which made me think of the language file. The complaint there seems to have something to do with a XAMPP installation. What server are you running on?
In reply to: How to completely remove BBpress from domain.You can just delete the files from the file system, if that’s what you mean. If you use an FTP client, there should be a way to delete the whole bbPress folder/directory (normally right click and “Delete” then answer the prompts). That will remove bbPress. You can remove the database tables next with a tool like phpMyAdmin. Hopefully your host provides something like that. You can log in and delete any table with a
bb_
prefix, or whatever prefix you chose when installing (default is bb_).Good luck.
In reply to: Sometimes Less Is Just LessReminds me of this quote I read yesterday:
@KathySierra The secret to real user-happiness magic is a balance between the promise-making department and the promise-keeping departments
bbPress is not right for some people, but it’s just fine for a lot of others. I look forward to the day when Automattic puts a bunch of resources behind it. Until then, I just accept it for what it is.
I used to get upset when I saw people ranting on bbPress in these forums, but I realize now that the ones who complain are the ones who really care. If you didn’t care, you’d just walk away. So it’s something about the promise of bbPress that’s not yet been realized that gets people frustrated.
In reply to: Database changed, integration+forum failedYou’re not snoooping around enough. bbPress development is still occuring, just on a much smaller scale than WordPress. In the past couple months we’ve had a couple alpha version of 1.0, a 1.0 release, 1.0.1 release, 1.0.2 release, 0.9.0.6 release and a new theme at bbpress.org.
You can always watch for activity here:
Or subscribe to the bbDev mailing list if you really want the nuts and bolts:
https://lists.bbpress.org/mailman/listinfo/bbdev
What versions of bbPress and WordPress did you integrate?