Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 18,376 through 18,400 (of 32,505 total)
  • Author
    Search Results
  • #100850

    @jarledb – One of the unique challenges of creating a plugin with a large volume of users is catering to the 80% of users that want to turn it on, and not really mess with it. Different people will want different kinds of login and registration areas on their sites, and everyone with an opinion about where to put them why, is right. Some say sidebar, some say in the content area to draw attention to it, some say tuck it in a drop down menu, etc… All great ideas, but what’s the majority? The majority want it easy, and I think widgets are the easiest way to go right now without making everyone have a login/register page on the forum index of their sites.

    Regarding ip-banning/anti-spam, you’re probably safe to hold off for a little bit. There’s no doubt these solutions are going to be needed eventually, and if someone takes the liberty of making an awesome plugin to help out, I’m all ears on how I can help bbPress core work better with it. :)

    #105950

    @jarledb – One of the unique challenges of creating a plugin with a large volume of users is catering to the 80% of users that want to turn it on, and not really mess with it. Different people will want different kinds of login and registration areas on their sites, and everyone with an opinion about where to put them why, is right. Some say sidebar, some say in the content area to draw attention to it, some say tuck it in a drop down menu, etc… All great ideas, but what’s the majority? The majority want it easy, and I think widgets are the easiest way to go right now without making everyone have a login/register page on the forum index of their sites.

    Regarding ip-banning/anti-spam, you’re probably safe to hold off for a little bit. There’s no doubt these solutions are going to be needed eventually, and if someone takes the liberty of making an awesome plugin to help out, I’m all ears on how I can help bbPress core work better with it. :)

    #100849
    jarledb
    Participant

    @john james jacoby – Thank you for a throughout explenation and update.

    I am using template integration mode (so no actual templates for the theme I am using, although I am trying to push Woothemes to make child themes for bbPress ;)

    I might end up copying the files over and integrating it myself, especially if that is the only (and easiest) way to get all functionality over.

    It seems to me that even with the Twentyten theme the first page for the forum does not include things like login, register and search. Which seems a bit odd to me. Is it supposed to be like that?

    I am not using WordPress multisite, are there plugins you would recommend looking at for ip-banning and anti-spam features that will work with bbPress? Or can I just forget about that for a while until bbPress is released as a stable version?

    #105949
    jarledb
    Participant

    @john james jacoby – Thank you for a throughout explenation and update.

    I am using template integration mode (so no actual templates for the theme I am using, although I am trying to push Woothemes to make child themes for bbPress ;)

    I might end up copying the files over and integrating it myself, especially if that is the only (and easiest) way to get all functionality over.

    It seems to me that even with the Twentyten theme the first page for the forum does not include things like login, register and search. Which seems a bit odd to me. Is it supposed to be like that?

    I am not using WordPress multisite, are there plugins you would recommend looking at for ip-banning and anti-spam features that will work with bbPress? Or can I just forget about that for a while until bbPress is released as a stable version?

    #100871

    @SHope – You’re okay. :) It sounds like you’re using the shortcodes correctly, but that something else isn’t working. I think I’m going to build in a shortcode helper, because I realize finding the ID isn’t the easiest thing to do.

    On the pages you’re using the shortcodes on, does anything appear where the shortcodes should be?

    #105971

    @SHope – You’re okay. :) It sounds like you’re using the shortcodes correctly, but that something else isn’t working. I think I’m going to build in a shortcode helper, because I realize finding the ID isn’t the easiest thing to do.

    On the pages you’re using the shortcodes on, does anything appear where the shortcodes should be?

    telesoft
    Member

    Well… the news could have been worse!

    :))

    Thanks, jds

    The only limitations are desire and ability. :)

    #100848

    @jerledb – Login/register are supported via page templates, there is a login widget, and eventually shortcodes too. A register widget is a nice idea but leads way to lost-password and activation widgets, none of which will make it into 2.0.

    Spam isn’t really handled yet, since there’s no one spamming forums that don’t use software that isn’t released yet. :D There is a Trac ticket regarding Akismet integration, but either Akismet will need to be updated or a special version of Akismet to concentrate on post spam (which isn’t really a WordPress issue.)

    Regarding IP addresses, there are WordPress plugins to help with this, and WordPress multisite comes with this kind of functionality baked in. Traditionally WordPress doesn’t handle spam at a user level, since registered users are typically already trusted to some regard. We run into this issue a little bit even here at bbpress.org. bbPress does log the IP address of every topic/reply that is created, so a plugin can use that to check against a ban list or something.

    #105948

    @jerledb – Login/register are supported via page templates, there is a login widget, and eventually shortcodes too. A register widget is a nice idea but leads way to lost-password and activation widgets, none of which will make it into 2.0.

    Spam isn’t really handled yet, since there’s no one spamming forums that don’t use software that isn’t released yet. :D There is a Trac ticket regarding Akismet integration, but either Akismet will need to be updated or a special version of Akismet to concentrate on post spam (which isn’t really a WordPress issue.)

    Regarding IP addresses, there are WordPress plugins to help with this, and WordPress multisite comes with this kind of functionality baked in. Traditionally WordPress doesn’t handle spam at a user level, since registered users are typically already trusted to some regard. We run into this issue a little bit even here at bbpress.org. bbPress does log the IP address of every topic/reply that is created, so a plugin can use that to check against a ban list or something.

    #106237

    Just fixed a bug in the breadcrumb root that is the “root” cause of what you are experiencing. This will be fixed in Beta 2. Thanks for bringing it to my attention. :)

    #100641

    In reply to: bbPress 2.0 – FAQ

    Lead post updated.

    You need simply to scroll up to see the answer. :)

    #105741

    In reply to: bbPress 2.0 – FAQ

    Lead post updated.

    You need simply to scroll up to see the answer. :)

    #106236

    @zeldain – Are you using a shortcode to output your forum root? If so, there’s no way for bbPress to know where the root of your forums actually are when you’re *not* viewing that specific page.

    Check Admin > Settings > Forums for a better understanding on how breadcrumbs work. You are able to make adjustments to bbPress slugs similar to making changes to your WordPress category and tag slugs, to help you configure your forums the way you need them.

    #95439
    tofugu
    Member

    @JJJ aww, dang. Was hoping it wasn’t that :( Any hope for future updates that will include embed code / img tags working in bbpress plugin?

    #38570
    scylderon
    Participant

    In the old version of bbPress, I could redirect to a WordPress user profile (or BuddyPress profile) by editing template files and changing profile links to:

    <a href="<?php echo get_user_slug( get_post_author_id() ); ?>"><?php post_author( get_post_id() ); ?></a>

    Doesn’t seem like this will work with the bbPress plugin. Is there some way I can do this with the new version? Thanks!

    #106225
    Stunt
    Member

    Nevermind. I figured it out. Here’s the code.

    <?php echo bb_get_avatar( $topic->topic_poster, '30' );?>

    Someone should publicize this — there’s literally barley any information out there on how to do it so simply.

    30 is the size of the avatar.

    #38569
    Stunt
    Member

    I’m trying this:

    <?php echo bb_get_avatar( $topic->get_topic_author(), '30');?>

    But no luck? What am I doing wrong?

    #100846
    jarledb
    Participant

    Hope someone can help me out here :) Feeling pretty stuck

    #105946
    jarledb
    Participant

    Hope someone can help me out here :) Feeling pretty stuck

    #100836

    @jckbco – If you use bbPress 2.0 (the plugin) and then have WordPress in Multisite mode, then yes you can. Each site in the WordPress install would need bbPress active on it. And that’s it. :)

    #105936

    @jckbco – If you use bbPress 2.0 (the plugin) and then have WordPress in Multisite mode, then yes you can. Each site in the WordPress install would need bbPress active on it. And that’s it. :)

    #95432
    tofugu
    Member

    @Bjorn – Took me a while to find too – it’s in your wp-admin under tools>>import (and will show up at the bottom of the list if you have the bbpress plugin installed) – at least that’s how I’m guessing it happens.

    @Gautam – Thanks much! I’ll give it a try! :D

    #95429
    Gautam Gupta
    Participant

    tofugu: You’re not doing anything wrong. Try adding this in your wp-config.php:

    define( 'WP_MEMORY_LIMIT', '256M' );

    #95428
    tofugu
    Member

    The importer has been timing out on me, importing maybe around 7 topics before redirecting itself to a wp-admin page and dying :(

    Does anyone know if I’m doing something wrong?

    P.S. Damn this plugin is awesome.

Viewing 25 results - 18,376 through 18,400 (of 32,505 total)
Skip to toolbar