Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 15,976 through 16,000 (of 26,846 total)
  • Author
    Search Results
  • #95460
    morgan-wick
    Member

    This is a problem with the “oh, we can make it a plugin” approach used for bbPress standalone: a good chunk of the userbase won’t upgrade until the plugins are upgraded too. I was going to start a bbPress 1.0 forum but I was dependent on so many _ck_ plugins that I basically decided to wait for 2.0 (though inability to make the theme match my site and getting too busy to even work on my blog were also contributing factors). Luckily WordPress has taken steps to prevent this (though I have a plugin that’s been basically abandoned that’s been keeping me on the 2.9 series, but it’s not a particularly popular plugin, as evidenced by the fact that it’s gone through at least three different incarnations as developers have stopped working on it).

    On that note, my bbPress standalone installation was formally integrated with my WordPress installation in every way, but because I never really “launched” the forum I’d like to completely uninstall it and start over when 2.0 comes out of beta. However, I’m a little concerned that bbPress may have left some clutter in my WordPress database that I’d like to completely get rid of. How easy would that be? I’m the only user account on my site and I cut off any registrations on my bbPress installation so I’m the only account there too.

    #106267
    engin1984
    Participant

    Example: https://wordpress.org/extend/plugins/comment-form-quicktags

    plugin works on normal WordPress posts comment forms but doesn’t work on bbPress2’s reply forms.

    #106263
    Gautam Gupta
    Participant

    There are some plugins available for WordPress which allow the users to add their avatars. You could try one of them. There is no built-in/plugin support as such for your issue. :)

    janoochen
    Member

    When I change this line:

    function bbp_show_lead_topic( $show_lead = false ) {

    to this:

    function bbp_show_lead_topic( $show_lead = true ) {

    the reply form disappears.

    Is this a bug or a feature?

    (This happens with a fresh bbpress install).

    (I’m using bbpress 2.0 beta and wordpress 3.1)

    #100856
    DJJ85
    Member

    Hi,

    I am completely new to wordpress having been given the responsibility of keeping our sports club website up-to-date.

    I have a similar problem that is probably really simple.

    I have downloaded the new 2.0 plugin today and can create forums and topics etc within the wordpress admin area but have not been able to figure out how to designate a page to the forum.

    Stupid question i know but all help would be appreciated….thanks

    #105956
    DJJ85
    Member

    Hi,

    I am completely new to wordpress having been given the responsibility of keeping our sports club website up-to-date.

    I have a similar problem that is probably really simple.

    I have downloaded the new 2.0 plugin today and can create forums and topics etc within the wordpress admin area but have not been able to figure out how to designate a page to the forum.

    Stupid question i know but all help would be appreciated….thanks

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

    telesoft
    Member

    Assertion:

    The problem with forums is that one must read/browse/scroll thru all the information you don’t want to see… until you then find what you have been looking for.

    Question:

    Is there a theme for either WordPress or BBPress that would like a Microsoft File System Explorer provide access to BBPress?

    Q2:

    Is there an inherent limitation in the BBPress database or Theme or Widget Plugin that would disallow a developer from implementing a theme with these types of widgets?

    Thanks,

    TELESOFT

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

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

    #95438

    @tofugu – Your WordPress blog actually works the exact same way. As a site admin, you are provided the ‘unfiltered_html’ capability, which allows you to post any kind of content that you want to. It’s your site, do what you want with it. Normal users have restricted access, so that they can’t enter possibly malicious data into your site.

    #100578
    #105678
    #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!

    #100838
    zaerl
    Participant
    #105938
    zaerl
    Participant
    #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. :)

    #100635

    In reply to: bbPress 2.0 – FAQ

    @papu – Thanks! See the “Requesting Access” section at the bottom here: https://translate.wordpress.org/getting-started

    #105735

    In reply to: bbPress 2.0 – FAQ

    @papu – Thanks! See the “Requesting Access” section at the bottom here: https://translate.wordpress.org/getting-started

    #100843
    Mark Barnes
    Member

    The 2.0 is in beta. It’s runs off WordPress, so WordPress would look after all pages.

    https://bbpress.org/blog/2011/05/bbpress-2-0-beta-1/

    #105943
    Mark Barnes
    Member

    The 2.0 is in beta. It’s runs off WordPress, so WordPress would look after all pages.

    https://bbpress.org/blog/2011/05/bbpress-2-0-beta-1/

    #100633

    In reply to: bbPress 2.0 – FAQ

    Does not directly integrate with Buddypress yet, does that mean it will when the new 96% finished Buddypress drops?

    https://buddypress.trac.wordpress.org/roadmap

Viewing 25 results - 15,976 through 16,000 (of 26,846 total)
Skip to toolbar