chrishajer (@chrishajer)

Forum Replies Created

Viewing 25 replies - 2,351 through 2,375 (of 4,477 total)
  • @chrishajer

    Participant

    That’s a very common question. You might start here:

    https://bbpress.org/forums/tags/integration

    There’s no way I know of to just put a bbPress forum in a WordPress page.

    @chrishajer

    Participant

    There are 2868 lines in that file. You’re missing from line 2125 to line 2868.

    You might want to make sure all the files were uploaded properly to prevent unforeseen problems down the road.

    @chrishajer

    Participant

    You could probably change it in the database if you access with something like phpMyAdmin. Otherwise you used to be able to set this in bb-config.php, but I’m not sure if this still works:

    $bb->name = 'Short Forum Name';

    If not, you could just edit the header.php template file to not even display the site name on the site until you can log in and change it in the admin panel.

    Just remove this line long enough to log in and change the Name setting:

    <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>

    @chrishajer

    Participant

    You will be able to delete spammy WordPress comments through the WordPress admin, but you can’t log in there. You need to reset your WordPress admin user password and undo the integration.

    In reply to: Auto Tag Generator

    @chrishajer

    Participant

    You could use what NYT uses, that sometimes annoying function that opens a search when you click on any word on an article page. I think it’s from answers.com.

    Try clicking a word in an article on this page to see what I mean:

    http://www.nytimes.com/2008/12/22/business/media/22warner.html

    When you click a word, you get a little [?] icon, and clicking that brings up a search for that word.

    Here’s the JavaScript (I think):

    http://graphics8.nytimes.com/js/common/screen/altClickToSearch.js

    You could use *something* like that to accomplish what you want to do. The post would not necessarily look like all links.

    @chrishajer

    Participant

    Do not install the 0.9.0.3 version. It won’t integrate at all with 2.7 If you don’t need integration, then use 0.9.0.3 since it’s considered stable.

    In reply to: Members can add tags

    @chrishajer

    Participant

    The member id is recorded in the database when the tag is added, so if it’s a member doing inappropriate tagging, you can deal with them individually. Normally, regular members won’t sh*t where they eat. It’s not something I would worry about. Instead, install _ck_’s Human Test plugin to keep bots from registering right off the bat.

    https://bbpress.org/plugins/topic/human-test/

    Also, I think it’s been like this for a while with tags, going back to the 0.73 release I think.

    @chrishajer

    Participant

    Is the WordPress site online somewhere, where these bbPress comments are being sent? If you did integrate a newer version of WordPress (2.6 or newer) with bbPress 0.9.0.2, that is the problem. There are significant changes between version 2.5.* and 2.6.* WordPress that make integration with specific versions of bbPress important:

    First post here:

    https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

    WordPress 2.6 came out July 15, 2008<a/>.

    @chrishajer

    Participant

    Sounds like you are using bbSync then, to create comments at WordPress when someone posts to the bbPress forum? I didn’t know bbSync worked like that, but it’s possible. So it sounds like someone posts in the forum, somehow that gets into WordPress, you get an email to moderate the comment, but you can’t log in to your WordPress admin panel?

    What version bbPress and WordPress are you using? It sounds like you have incompatible version installed and your WordPress admin login no longer works due to integration? What versions did you install? Sounds like bbPress 0.9.0.2 – how about WordPress version?

    @chrishajer

    Participant

    <?php bb_active_theme_uri(); ?>

    @chrishajer

    Participant

    Are you talking about bbPress or WordPress? There is no email notification of comments in bbPress unless you set it up for email notification of your favorites. Did you do that, or are you talking about WordPress?

    It sounds like you’re talking about bbPress and WordPress, but they’re separate, and I can’t even see where you have WordPress installed?

    Are the emails coming from bbPress or WordPress, and what is the URL for moderation?

    @chrishajer

    Participant

    So, what is your next question? Ask one question about your bbPress installation and we’ll work on that.

    If you would like to prevent spammer registrations, I would install the Human Test plugin by _ck_:

    https://bbpress.org/plugins/topic/human-test/

    If you would like to install Bad Behaviour, there was a How To posted a while back:

    https://bbpress.org/forums/topic/bad-behavior-for-bbpress-howto

    And using the built in Akismet (plugin may need to be activated in your installation) will help as well.

    @chrishajer

    Participant

    Put the items you don’t want converted in backticks(under the ESC key on US keyboards) or <c ode> tags.

    Like this:

    <a href="http://www.google.com/" title="visit google">Google</a>

    That was posted inside backticks.

    @chrishajer

    Participant

    Looks like you resolved these already, eh?

    > Went to upgrade to current version bbPress.

    > Got stuck at 2) Upload uncompressed files? To

    > where, how? “cause then I visited URL and was

    > not greeted by installer, so I guess I did not

    > upload files correctly. It said to rename

    > config.php to old and save, but then does not

    > say what to do with it.

    @chrishajer

    Participant

    You mentioned WordPress administration? Where is the WordPress site? I didn’t see it here: http://www.kanigerlandis.com/

    @chrishajer

    Participant

    I think it’s always preferable to use a plugin rather than modify core files. It makes upgrading much easier.

    @chrishajer

    Participant

    I think you need to solve one problem at a time.

    Is your forum installed now? If so, where? Please post the URL. One issue at a time. Nothing is hopeless.

    @chrishajer

    Participant

    Wow, this thread has attracted some really well-known (infamous?) WordPress people. :-)

    @chrishajer

    Participant

    From those additional errors, I think it would be good to contact the host. It might all be related to security on the server (selinux or suhosin or some php configuration?)

    In reply to: Link WP and BB

    @chrishajer

    Participant

    I think I would ask about that here:

    http://ericlbarnes.com/inove-for-bbpress/

    Looks like a very nice theme with some neat tricks.

    @chrishajer

    Participant

    @_ck_ <p> tags were not stripped in the backticks above.

    @chrishajer

    Participant
    <div>
    <h3>Backtick test</h3>
    <p>This is in a P block</p>
    This is not
    <?php echo bloginfo(); ?>
    </div>

    @chrishajer

    Participant

    I tried creating that test.txt file first and it failed with the same problem. Looks like someone else got the information you needed anyway.

    @chrishajer

    Participant

    It sounds like the blank screen is from a 500 Internal Server error. Maybe there’s a syntax problem in the bb-config.php?

    You had this problem with the alpha and the stable release, same problem?

    Are there other server error logs you can look at?

    Or, how about this?

    http://www.mydigitallife.info/2007/03/15/php-scripts-open_basedir-restriction-in-effect-error/

    @chrishajer

    Participant

    Maybe someone who uses GoDaddy hosting has a Linux account there and can test _ck_’s NFS Detector™?

Viewing 25 replies - 2,351 through 2,375 (of 4,477 total)