Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 33,876 through 33,900 (of 64,516 total)
  • Author
    Search Results
  • #110471
    Crisium
    Member

    Hi,

    did a checkout and dropped it in my plugin directory and when I activate it.. I get: Fatal error: Call to undefined method WP_Query::is_main_query() in C:inetpubwwwrootwpwp-contentpluginsbbpressbbp-includesbbp-core-compatibility.php on line 1605

    regards,

    Peter

    bjj_pl
    Participant

    I am trying to convert phpbb3 database and it goes quite smoothly BUT suddenly stops at some point when converting posts :(

    Screen: http://forumpokerowe.com/obrazki/bbconverter_error_screen.gif

    I’ve tried various ‘Rows Limit’ (50, 100, 200)

    What am I doing wrong?

    I use:

    WordPress 3.2.1

    PhpBB 3.08

    BBPress plugin 2.0.2

    BBConverter 1.3

    #110260

    In reply to: Import Failure

    Vili
    Participant

    Have you found a solution to this? There seem to be a number of people with the same issue, and no solution that I can find.

    I have the issue, running a bbPress 1.x installation integrated with WordPress. I’d like to switch to the 2.x version, but the importer gives a fatal error.

    Steve
    Participant

    I missed the recount – hiding it under the general WordPress Tools menu caught me out;-).

    I’ve run it and it seems to be OK now when it comes to dates.

    #107385
    murrayac
    Participant

    @kamikazeek I think if you change to the twentyeleven theme it works.. maybe

    @bbpress looks like you have been spammed!

    #110470
    murrayac
    Participant

    How do we download 2.1 it’s a bit confusing..

    #41427
    bcoolface
    Member

    With the bbPress 2.0.2 plugin, I can start topics with empty titles if I just fill it with spaces. This leads to inaccessible topics that can’t be clicked, viewed, or moderated in any sane way.

    I ask you change line 176 in bbp-topic-functions.php to something like:

    // No topic title

    if ( empty( $topic_title ) || strlen(trim( $topic_title )) == 0)

    Thanks

    b

    #110759
    silverrebel
    Member

    Good news!

    #65590
    danielkj
    Member

    niceactor

    QTTg

    iftomkins

    Been there and it does not work – Old threads, old codes.

    Found a solution and IT WORKS :)

    https://bbpress.org/forums/topic/user-close-topic-trash-etc-resolved

    #41426
    danielkj
    Member

    Hi BBpress.

    First, all my posts about closing topics, never got answered by any. Please share!

    I found a solution, so i share it.

    You can let users close their topics for reply, remove their topics (trash) edit and so on. With bbpress 2.0.2 and User Role editor.

    All new users are subscribers -> In User Role Editor mark these fields:

    assign_topic_tags

    delete_others_topics

    delete_topic_tags

    delete_topics

    moderate

    edit_replies

    edit_topics

    publish_replies

    publish_topics

    read

    Now they are capable to do it! And they cannot /edit/delete/close other topics – only there own.

    The “spam” field is still visible – But it is possible to remove it from the .php files somewhere (Notepad++ and Search all files does the magic of finding it!)

    Thats all :)

    #41425
    Gil
    Member

    Have searched hi and low and only find discussion of these ideas relating to pre-bbpress 2.0 plugin.

    I have a private site, i.e. registration required to see anything. Installed the plugin. Forums and topics are created. I want a notification to automatically go out to all registered users (i.e our ‘members’) each time a new forum or new topic is created. I want to preclude their having to get online and poke around to see what is new but rather to push it out to them.

    Ideally they would be notified of every new posting both out of the bbpress activity and from a WP Post or Page creation.

    Suggestions on where to go for this?

    gil

    #110815
    danoman
    Participant

    Yeah, I’ve been searching for an answer for hours.

    Found that they are supposed to be in:

    wp-content/plugins/bbpress/bbp-themes/bbp-twentyten

    You might try that!

    For me, if I try to change anything in the template files I find there, nothing happens. But perhaps it’s because I’m not using twentyten, but a childtheme to bp-default.

    I’ve also tried with:

    wp-content/plugins/buddypress/bp-forums/bbpress/bb-templates/kakumei

    but with no result.

    #100725

    In reply to: bbPress 2.0 – FAQ

    QTTg
    Member

    Thanks for the useful information . Do you want to translate it to Chinese ?

    #105825

    In reply to: bbPress 2.0 – FAQ

    QTTg
    Member

    Thanks for the useful information . Do you want to translate it to Chinese ?

    #110644

    In reply to: Spam, and other issues

    Dan Milward
    Member

    Hey John. Sorry just spotted your reply….

    We’re getting nailed by spam and its not good. Michelle was going to post the following but I decided to copy it here instead:

    We have a huge problem with spam! (40+ posts a day) We have tried quite a few things to try and get rid of this problem but nothing seems to be working.

    Currently our site is running the latest version of BB-Press we have the Akismet plugin activated and running we also have the Stop Spammer Registrations reCAPTCHA plugin for new user registration.

    We have in the past tried the reCaptcha for bbPress 2.0 this didn’t make much difference and we couldn’t use this plugin with the spammer registration one so have removed it for now.

    We are running out of ideas and things to try so are reaching out to you guys for some help or suggestions, have we missed something or can anyone recommend a solution to all this spam.

    My solution and best thinking involved finding the spammers in the real world and removing their hands as punishment :P

    #41424

    Badly needed: A simple SEO plugin that allows me to change the Title of the home page meta tag.

    Other items badly needed: SEO for keywords, description.

    WordPress has a great plugin called, “All in One SEO PACK” — something like that but for bbpress.

    Anyone???

    My biggest challenge right now to using bbpress is difficulty finding quality plugins.

    Please help!

    Thank you!!!

    #65587
    iftomkins
    Participant

    Hi! I’m a little late on this one. Using bbpress 2.0 but the above code still kinda works. When I add it, I get the edit button, but no delete button. Any tips? I want all users to be able to edit and delete their own posts. Also, I’m confused whether assigning someone the role Forum Participant vs. Subcriber has anything to do with it, but I’ve tried both. Here’s the code I was using from above:

    function delete_own_post($retvalue, $capability, $args) {
    if ($capability=="delete_post") {return bb_current_user_can( 'edit_post', $args[1]);}
    return $retvalue;
    }
    add_filter('bb_current_user_can', 'delete_own_post',10,3);

    fidi
    Member

    I’m looking specifically to remove the ^topics/ base slug from the url, but ability to remove any or all other base or slugs would be useful as well.

    There was a 1.x plugin that did this, but alas I can’t find a way to do it in 2.x

    I’m familiar with the necessarily mod_rewrite changes to make this work on the apache side of things, but i have no idea how to make it bbPress 2.x compatible

    Please advise, thank you.

    ps: this is important and i’m willing to have resources available to achieve it, contact me directly or post here

    #41415
    ace091
    Member

    I saw a thread about registration for bbPress forum plugin on WP:

    These are two ways that were mentioned, but I am not sure how to do either:

    1. create an .htaccess and put the following in:

    Redirect 301 /yourbbpressdirectory/register.php http://yourdomain.com/yourwordpressdirectory/wp-login.php?action=register

    2. <?php

    header(‘Location:http://your-wordpress-url.com/wp-login.php?action=register&#8217;);

    ?>

    Can anyone give me a step by step on how to do this? Thanks.

    #107555
    grafics
    Participant

    an integrated dice roller would be great – any ideas how to port the buddypress group dice roller into bbpress forums? It’s not perfect, but it works.

    #41413

    Topic: A heavy metal forum

    in forum Showcase
    metalweb
    Member

    I have made a forum for heavy metal music here: http://metalwebonlineradio.com/Metalforums/

    The forum is integrated with Buddypress. I have removed the Buddypress group option, and use it as a forum only. I have not modefied other than the css yet.

    I would like to have a latest post link on top or a exerpt of the latest 5 posts, but I have not found where to mod in the theme files.. I would like to find some good tutorials on bbpress mods, and I would appriciate if any of you shared a good tutorial link..

    #41412
    metalweb
    Member

    I have made a bbpress froum on Buddypress, and have made one forum without groups.

    I have followed this tutorial:http://www.buddyboss.com/how-to-set-up-a-single-bbpress-forum-with-buddypress/

    The solution I have now makes google index the empty groups.

    As I understood from the tutorial there will come a new version of bbpress that is more integrated with buddypress.

    Is there anybody here that knows if a new vesion will come, and if it removes the group issues from buddypress?

    #108079
    wvanderzee
    Participant

    I use the standalone version of bbPress (1.1).

    According to the instructions found on this forum I did the following:

    – downloaded most recent NL .po and .mo

    – created a new directory my-languages in bbPress

    – edit the config-php and added nl_NL at BB_LANG

    Most strings are then translated, but not everything.

    E.g. on the front page of the forum:

    – Search

    – Latest Discussion,

    – Main theme etc.

    I cannot find these strings in the po file.

    #41409
    danoman
    Participant

    I’m working on a multisite network using latest stable versions of Buddypress and BBPress.

    I’m building a child theme to bp-default, but I can’t find the right template files for the forum par of the site.

    Is it really:

    wp-content/plugins/bbpress/bbp-themes/bbp-twentyten

    Or should I be looking in:

    wp-content/plugins/buddypress/bp-forums/bbpress

    Or perhaps somewhere else?

    #110969
    zofar143x
    Member

    I don’t think you fully understand what roles and capabilities are. Furthermore, did you try the plugin I suggested? It’s quite different from the “WordPress Access Control” plugin which doesn’t provide you with the ability to modify the capabilities different roles have. The documentation is indeed outdated since the way people register has changed in bbpress 2.x.. The same functionality that the user role map appears to have had (I never used bbpress before 2.x), can now be found under General > Settings > New user default role.

Viewing 25 results - 33,876 through 33,900 (of 64,516 total)
Skip to toolbar