chrishajer (@chrishajer)

Forum Replies Created

Viewing 25 replies - 1,576 through 1,600 (of 4,477 total)
  • @chrishajer

    Participant

    It’s running Akismet, for sure.

    @chrishajer

    Participant

    For your new problem, please start a new topic.

    @chrishajer

    Participant

    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 integration

    @chrishajer

    Participant

    The 0.9 version of bbPress integrates with WordPress 2.7.1.

    @chrishajer

    Participant

    DennisH and mark-k – I think your discussion is worthy of another topic, so it doesn’t get lost here.

    @chrishajer

    Participant

    How did you resolve the issue?

    @chrishajer

    Participant

    @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.php

    @chrishajer

    Participant

    What 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?

    @chrishajer

    Participant

    In version 1.0.2 there is a search box by default. Are you looking for something different than what is built in?

    @chrishajer

    Participant

    @chrishajer

    Participant

    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?

    @chrishajer

    Participant

    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?

    @chrishajer

    Participant

    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.

    @chrishajer

    Participant

    What versions of bbPress and WordPress did you integrate?

    In reply to: space between posts

    @chrishajer

    Participant

    In 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.

    @chrishajer

    Participant

    > 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.

    @chrishajer

    Participant

    Sushubh, please start a separate topic if you need additional help.

    In reply to: dotNetBB import

    @chrishajer

    Participant

    I 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.

    @chrishajer

    Participant

    So where is that message from? The user is getting that in his browser?

    @chrishajer

    Participant

    What 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?

    @chrishajer

    Participant

    Post your email address and we will close this topic.

    Or, look here:

    http://bbshowcase.org/forums/topic/bbpress-professionals-advertise-in-this-topic

    @chrishajer

    Participant

    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?

    @chrishajer

    Participant

    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.

    @chrishajer

    Participant

    Reminds 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.

    @chrishajer

    Participant

    You’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:

    https://trac.bbpress.org/

    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?

Viewing 25 replies - 1,576 through 1,600 (of 4,477 total)