Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,476 through 1,500 (of 7,483 total)
  • Author
    Search Results
  • #241241
    kjgbriggs
    Participant

    Sorry for the confusion, I have just switched FROM WPSymposium TO BuddyPress and BBPress as I believed they would offer a much more widely supported and updated experience and a lot more features, which they do.
    I believe I have managed to get rid of these lines by adding this to my CSS for anyone else having this problem.

    .bbpress #main-content .container:before {
    display: none !important;
    }
    #241219
    danbp
    Participant

    You’ve better to ask this on WP Symposium support if you don’t know how to handle this or on bbPress support. You’re on BuddyPress support here !

    #241192
    webappdesigner
    Participant

    answered my own question….

    For anyone that has the same problem, bbpress -> includes -> extend -> buddypress -> groups.php

    on line 151 change

    public function display() {
    to
    public function display($group_id = NULL) {

    #241190
    webappdesigner
    Participant

    Sorry, i did not realise that this was a BBPress issue rather than a BuddyPress one….

    where would i find “class BBP_Forums_Group_Extension”

    #241189
    shanebp
    Moderator

    This is an issue for bbPress support.

    Or you could try changing the display function in class BBP_Forums_Group_Extension from:
    public function display() {
    to
    public function display($group_id = NULL) {

    #241001
    Henry Wright
    Moderator

    Try asking this over at the bbPress support forums.

    #240875
    Antipole
    Participant

    OK – in the absence of anyone enlightening me, I set up a test site with just WP, BuddyPress and bbPress, together with the plugin ’email log’. I determined that emails are not sent by bbPress.

    I have now installed BuddyPress Forum Notifier, which seems to do the job.

    I am presently experimenting with cron to ensure the batching of comments works reliably.

    #240855
    danbp
    Participant

    @oliver_rub,

    all i could say is that is an old request, even if confidential.
    See this ticket opened 4 years ago
    and this bbpress ticket kicked to 2.7 as idea. And why not 6.0 ? 😉

    Supposing that if more people would ask, it will be resolved faster.

    Aside, the gist given by imath need to be completed to work with BP 2.3.2.1 on text Tab (only) by adding
    bp_is_group to if ( function_exists( 'bbpress' ) && is_bbpress() || bp_is_group() )

    And to enable visual editor, no need of a plugin. See here.

    #240851
    b2marketing
    Participant

    Hi Shane

    Thanks for quick reply.

    Its because I am using a badge plugin that requires Buddypress to be active before the badge plugin will work for bbPress.

    I will check in the bbPress forum. Thanks

    #240849
    shanebp
    Moderator

    Why are you using BuddyPress if you use Ultimate Member ?

    Have you considered turning off the xprofile component in BP?

    You might want to ask on bbPress forums about how to filter the author links in forums.

    #240826
    oliver_rub
    Participant

    @danbp
    Sorry for not writing that earlier. It seems that I need to work on my problem description skills. I enabled the visual tab already through an addon called bbpress-enable-tinymce-visual-tab, but since I used that for quite some time I forgot that the visual tab is switched off by default.
    So my setting is: I have BuddyPress groups, with bbPress forums. I have the visual tab enabled (easier to use for non-techi persons). I have the @mentions feature enabled, but it only works in the text tab (the ‘quicktags’ argument on the bbPress link you gave me). So what I want is now somehow enable the @mentions feature also for the visual tab.
    I thought that @oakcreative has a similar approach, thats why I joined the thread. But I´m not sure how to replicate his approach with bbPress…

    shanebp
    Moderator

    Can you create a topic in a group forum front-end if you created the group?

    Are the Forum Attribute settings ‘Forum, Open, Public’ in wp-admin > Forums > [some forum] ?

    Did you check the settings here: /wp-admin/options-general.php?page=bbpress ?

    Are you running any plugins that affect roles / permissions / capabilities ?

    Does the same problem occur in a site-wide public forum?

    donalconlon
    Participant

    Hi Shane,

    Group forums. It appears i can create topics through the wp admin page, but no-one can reply through the front-end.

    I probably should have started in bbPress support; but last time i posted similar topics on both places, i was charged with “cross-posting”.

    Appreciate the help.

    shanebp
    Moderator

    Are you talking about Group Forums or site-wide forums?

    Are you aware of the bbPress support site?

    #240768
    pihla
    Participant

    Yes, this is exactly the case, it does not create the second group, because the id is 0 so the auto-increment is not working (and the first one created a row in the database, but does not show in the front end)

    Yes, there is nothing wrong with the id 0 with the forum, I was just wondering why does it give duplicate entry warning with this:
    WordPress database error: [Duplicate entry ‘0’ for key ‘PRIMARY’]
    INSERT INTO wp_bp_groups ( creator_id, name, slug, description, status, enable_forum, date_created ) VALUES ( 22, ‘Vanhat talot’, ‘vanhat-talot’, ‘Vanhat talot’, ‘public’, 0, ‘2015-06-16 08:25:16′ )

    and the only 0 in this insert is the enable_forum which should not be primary, but well this might just refer to the group_id field that is not auto incremented.

    I even updated the themes Buddy Press and bbPress files (Kleo-theme) and updated again Buddy Press, even though it was in version 2.3.1, did not help…


    @shanebp
    where did you find the information about the non-BP reports where WP 4.2.2 $wpdb->insert_id returns 0? I could try to find the info from there.

    #240763
    shanebp
    Moderator

    Re group name length: I was just guessing, since I cannot duplicate the error.
    ‘Vanhat talot’ is short, so that shouldn’t be the issue.

    So you created a group – and the id was 0, correct ?
    Then the next group failed due to the duplicate entry 0, correct ?
    If so, then the group id field is not being auto-incremented.

    The enable_forum field should be 0 if you did not select ‘I want a forum’ when you created the group.
    If you did select ‘I want a forum’, which version of bbPress are you using?

    #240756
    danbp
    Participant

    The text tab used for group forum is striped by bbpress filters and BP filters. And the visual editor is set to off by default since bbp 2.3
    If you need visual tab with some tinyMCE buttons, read here, maybe you can arrange this to your need ?

    Enable Visual Editor

    #240755
    oliver_rub
    Participant

    @danbp
    Thanks for your suggestion Dan.
    I already tried that. There are two problems with that snippent. The first being that the is_bbpress() is returning false when i access bbpress forums in a buddypress group (theme: firmasite). Thats easy to solve through eliminating that check.
    The second problem is that currently the @mentions system isn’t working for the visual tab in tinyMCE, it works only for the text tab. Also discussed briefly between Paul Gibbs and Unsal Korkmaz here: https://buddypress.org/support/topic/buddypress-2-1-patsy/ (see comments)

    One of the requirements for our platform is that users can use those fancy buttons in the visual tab, but having the mentions autocomplete only in the text tab is a little bit ..you know…unexpected for users 😉
    Thus i hoped i can somehow manage to reproduce the approach of OakCreative, but I havent been successful.
    Maybe also updating the at.js is a way to go, but the jump from the used version (0.5.2) to the current (1.3.0) seems to be to big to work just with replacing the script.
    So this is my current knowledge about this topic. Does anyone know how to proceed? Or should i create a ticket for this, so that the devs can have a look into this in future releases? I havent found any ticket dealing with exactly this.

    #240741
    danbp
    Participant
    #240729
    oliver_rub
    Participant

    I´m currently working on the same problem; Making the @mentions work in the visual tab. But i try to achieve this within bbPress as well.
    Any idea what files to change there? I´m struggling a little bit to find the lines you mentioned above.

    edit: Did you come up with a more elegant solution in the mean time?

    #240666
    Fox_Black
    Participant

    Thank you very much for your answer!

    I thougth first that with BP 1.1 and higher you can now use a forum from within a component of buddypress directly instead of using bbPress.

    I thank you, that you clarified that. So I will use bbPress furthermore 🙂

    Best reagards,

    #240647

    In reply to: Username problems

    billreefer
    Participant

    I added that snip to the bottom of the PLUGIN bbpress.php, NOT the THEME functions.php

    I am going to scrounge to see how I can add that warning to the top of the page in the welcome.

    #240640
    SidianMSJones
    Participant

    Went back and realized on this particular site I don’t have BBPress installed, so no, it isn’t that. BP seems to create it.

    Is there no documentation of BP creating it’s own taxonomy and also not listing it in the admin panels?

    notpoppy
    Participant

    OK I’ve been able to recreate the problem which has given me a much better understanding of what is going wrong. Worryingly, it seems the problem also affects anyone who’s signed up for the first time:

    * New users (and some existing users) are shown the message “You cannot create new topics” in forums belonging to groups which they are not members of.
    * They are also shown the message “You cannot reply to this topic” in topic threads of forums belonging to groups which they are not members of.
    * If they join the group, these messages go away

    I thought the way it was supposed to work was that users can post in any public forum, and when they do so for the first time they automatically become a member of that group. Is that correct? If so why isn’t that working here?

    I have tried disabling all plugins (apart from BuddyPress and BBPress, of course) and using a default theme, all of which made no difference.

    I am still unable to run the “Remap existing users to default forum roles” option in /wp-admin/tools.php?page=bbp-repair. If I disable all plugins (apart from BuddyPress and BBPress) then when I run it I get the following error:

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in /var/www/f1fanatic/htdocs/wp-includes/cache.php on line 631

    I am looking into whether I can raise the memory limit on the server to get it to run. In the meantime if anyone can shed any light on this problem please do!

    #240626
    danbp
    Participant

    That’s an old bug who was patched. (see here) Check bbpress code and update it if you’re using an older version.

    Also, if you have debug mode on in wp-config, revert it to off.
    If the message still remains, deactivate your theme and use Twenty Fifteen or Fourteen to test.
    If the message disappear, you know the culprit. In that case , contact your theme support

Viewing 25 results - 1,476 through 1,500 (of 7,483 total)
Skip to toolbar