Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,101 through 1,125 (of 7,561 total)
  • Author
    Search Results
  • #259861
    Milan Petrovic
    Participant

    Hi,

    When using legacy bbPress component in BuddyPress, you can use ‘bp_is_group_forum()’ to determine if the forum page is loaded inside the group. But, that doesn’t work if using bbPress (not legacy) forums. What are the conditional functions related to bbPress plugin group forums?

    Milan

    Jon Fergus
    Participant

    Thanks r-a-y. I’ll just add this to close this topic. Solution to the issue is now on the bbpress support thread, along with a custom bbpress-fuctions.php file that provides the fix when added to a child theme: https://bbpress.org/forums/topic/how-to-create-dynamic-reply-box/#post-178454

    r-a-y
    Keymaster

    This is a bug with bbPress, not BuddyPress.

    See the following ticket with a fix attached to it:
    https://bbpress.trac.wordpress.org/ticket/2974

    Jon Fergus
    Participant

    Note: On my staging site I have two topics: one within a buddypress group forum and one in a regular bbpress forum. The reply.js functionality works in the topic within the regular forum, but does not work in the topic that’s in the Buddypress group forum. To see the functionality, here are the two topics:

    test-topic

    http://staging-nexus.universaltheosophy.com/groups/test-group/forum/topic/test-group-topic/

    Jon Fergus
    Participant

    Ok, so bbpress has the ability to use javascripts in a child theme to add certain functions. One of these is using a customized reply.js file to allow for a dynamic reply form that pops up right beneath the reply being replied to. This works wonderfully in bbpress forums, BUT…. it fails to work within any topic created in a Buddypress group forum.

    I’m not sure why this is, but am looking for a fix.

    Here is my ongoing support thread on the bbpress forum: https://bbpress.org/forums/topic/how-to-create-dynamic-reply-box/

    Two mods there have been working through the issue with me. You’ll see one of them linked to the customized reply.js file. I went through several long days of testing beginning with a bare staging site before finally identifying Buddypress as the culprit.

    Any help with this issue would be much appreciated.

    #259793
    mimbelli
    Participant

    Hi all,

    Site with latest BP and WP. I have BBPress plugin installed with only sitewide forums and I need admin approval for new users. I saw there are several plugins but it seems that each of them manage just WP or BP.

    How I can prevent a user interacting with the whole site until he is approved by an admin?

    I saw the BuddyPress Registration Options plugin block the user until approval only for the BP area of the site.

    Thank you in advance

    403laura
    Participant

    I have wordpress version 4.6.1. I have buddypress version 2.2.2 (child theme in use). I also have bbpress 2.5.10. My website is http://getjobhelp.ca

    I am having issues with the activity stream…I am unable to see any activity posted by other people in my forum, regardless of what dropdown menu I use. I am able to only see my own activity. I hope the following example is specific enough, asI don’t really know how else to describe this.

    ***Example 1: when I am logged in as the “adminsitrator/keyholder”, I am able to see what I have posted in the activity stream but I cannot see anyone elses posts, no matter what dropdown menu I use i.e.; everything, updates, friendship, group updates, group memberships, posts, comments topics, replies, new docs, doc edits, doc comments.***

    ***Example 2: when I am logged in as a “User” I can see my own activity but I cannot see what anyone else has posted, regardless of which dropdown menu I use. (Same as above example but as a user) So in other words, the posts I made as the “administrator/keyholder” do not show up on my activity stream as a “user.”***

    After reading through this help section to get help with seeing the activity feed, someone suggested to deactivate the “buddyboss wall” plugin…I did that and was finally able to see my own activity stream but still having the above issues.

    I then installed the buddypress activity plus” plugin so users could interact through comments, videos and links…which appears and seems to work just fine. But When you cant see what anyone other than yourself posts in the forum, what use does it really serve? I would like for the members to be able to interact with each other but they wont know if someone else posted in the forum if the activity stream doesn’t work. (When I say forum, I do mean the whole site…not an individual forum)

    Lastly, I really do not know anything about code or where to put it or how to find where to insert it into the css or php or whatever, as I am not a developer, I am just a networking forum owner looking for some help please. 🙂 Thank you.

    #259567
    oxnard
    Participant

    I installed bbpress und buddypress and changed the topic name of bbpress to the german word “thema” afterwards so now all the activities from the forum have a wrong link.

    here is an example.
    http://www.soul-surfers.de/mitglieder/stephan-custom-waves/

    there is a link in the activity
    http://www.soul-surfers.de/forum/topic/wellengemalde/

    but it must now be http://www.soul-surfers.de/forum/thema/wellengemalde/

    Under tools I used the option repair activity stream, but nothing changes.

    Does anyone have an idea?
    Thank you
    Oxnard

    #259554
    danbp
    Participant

    Hi,

    you’re on the BuddyPress support forum where we can’t help for third party plugins.
    If you have questions related to bbPress (if you use this plugin), you have to ask on their support.

    For BuddyPress for Sensei plugin or WC Sensei, you can check the doc and/or ask on the plugin support too.

    mbfit
    Participant

    Hello posting this question again, hopefully all is well and I’m informative as much as I can be.

    WP 4.6.1
    bbpress 2.5.10
    buddypress 2.6.2
    rtmedia 4.1.6

    WP installed as directory in root, no sub-directory
    Tested with no plugins other then the ones listed above.
    Custom theme SweetDate
    No core files changed other than a landing page changed in wp-config.php
    which was this:

    /**
     * Change BuddyPress default Members landing tab.
     */
    define('BP_DEFAULT_COMPONENT', 'profile' );

    I use bluehost version that has an installed WP

    I’ve inquired this issue with the SweetDate Theme support forum and they told me to ask
    about it here.

    My site is not live yet.

    I hope that these two questions are at the right place.

    I just have 2 concerns:

    1. When creating a Group there is the option to post texts, pics, etc. If it is a long post and then it is submitted, the post comes with a ‘Read More’. When I click on it it opens up to a new page. From there if I hit the back button the post is gone. If I remove the Read More using:

    .activity-read-more {
        display: none !important;
    }

    then the text field is limited to about 30 words. Is there a way to remove the Read More and just have it as an open regular forum where there isn’t a need to expand or have it go to another page?
    I’ve shared images labeled GroupPost 1to4

    2. The other concern I have is in regards to uploading a Cover Photo for the User Group. If I post an intro text and it winds up being lengthy, the text expands the image. That seems odd. Wondered if this is how it is or on my end. Is there a way to have the text separate and not laid out on the Cover Photo? Would rather have the Cover Photo as a stand alone.
    I’ve added an image COVER-TEXT

    Thanks.

    I realize the photos are a little small.

    #259411
    mbfit
    Participant

    If I made errors to my question it would be nice to know why? I’ve had the same issue with bbpress. When I go to my profile it shows no topics created?

    #259383
    buddycore
    Participant

    Bumping this, for those looking to test drive BuddyPress with a custom theme and maybe take it a bit further and customize for core WordPress and BuddyPress features.

    There is no support for BBPress in this theme at the moment, but if there are enough people wanting this I will bring it in the future.

    #259364
    Venutius
    Moderator

    For myself I think I’m getting close to having a pretty decent home page for my groups, there’s just a few bugs to iron out before I can go live.

    What I am doing is using Extras to create a new default landing page that have extended group info in it, and then adding to this a bbpress Shortcode and an activity shortcode to display summaries of the groups forum, activity and comments, with a comment entry box on the same page. If I could move the groups activity feed into the widget area that would be better.

    One of the key things for me however is that this stuff needs to be able to be done by users, by ordinary Joe’s who just joined the site to set up their special interest group, there should be no need to Admin intervention as that’s a none scaleable resource.

    RenaiSens
    Participant

    Hi,

    I would like to know what happens if I delete a user from the user wordpress dashboard.
    What happens with his activity, post into the bbpress forum, …?

    Thanks
    pending to your reply
    Ludovic

    #259300
    bunse2011
    Participant

    Thanks for you reply.

    Sorry, it is my typo………… my problem is with buddypress translation instead of bbpress.

    I have contacted with the loco team, but they asked me to contact buddypress, as the the problem is only with the buddypress po.mo that I download from https://translate.wordpress.org/projects/wp-plugins/buddypress

    could you please help me?

    #259299
    danbp
    Participant

    Hi,

    you are on the BuddyPress support.
    bbpress questions should be asked on bbpress support.
    And as you use Loco Translate plugin, and apparently have an issue with it, you have to ask on the LT plugin support.

    To get more about chinese translation, help and much more, please read the Polyglots blog.

    bunse2011
    Participant

    I just took those steps to translate bbpress, but encouter internal server error(only with bbpress)

    1. download the chinese translation file from buddypress: https://translate.wordpress.org/projects/wp-plugins/buddypress (.mp /.po)

    2. add those two file into wp-content/language/plugin and rename it

    3. the translation works fine

    4. but when I use loco translation plugin to edit some text in translation plugin, sync and save , it shows ” Internal Server Error</span>” shows again.

    here is the php log: [29-Sep-2016 07:48:55 UTC] PHP Fatal error: Method Loco_gettext_Data::__toString() must not throw an exception, caught Exception: Truncation error in vhosts/bpteach_dev/wp-admin/includes/class-wp-filesystem-direct.php on line 0
    <p class=”p1″>[29-Sep-2016 07:51:56 UTC] PHP Fatal error: Method Loco_gettext_Data::__toString() must not throw an exception, caught Exception: Truncation error in vhosts/bpteach_dev/wp-admin/includes/class-wp-filesystem-direct.php on line 0</p>

    davidtuttle
    Participant

    Hi,

    I am using WP 4.6.1 in a network site, directory install using a Divi child theme. I have BuddyPress 2.6.2 with BuddyBlock, BuddyPress Cover Photo, BuddyPress Group Email Subscription and BuddyPress Group Tags. No bbPress.

    I would like to make all posts and comments in a group visible to anyone who joins the group. At the moment group members can only see the posts and comments of their friends.

    This implies that if a new member wants to see all the activity in a group, they have to send friend requests to everyone in the group.

    I believe this should be done in bp-custom.php with code something like the following. I don’t know if I should be using the ‘has_groups’ or ‘has_activites’ loop or some other loop. I confirmed that bp_is_group_single does target the page in question because I could change the per_page entries successfully.

    function make_all_group_comments_visible( $loop ) 
    {
     if ( bp_is_group_single() ) {
    		 $loop['??????'] = '????';
    	 }
      return $loop;
    }
    add_filter( 'bp_after_has_activities_parse_args','make_all_group_comments_visible');

    Thanks for any suggestions,

    David Tuttle

    #259279
    danbp
    Participant

    Hi,

    you read the wrong article.
    You say that you installed bbPress 2.5.10 plugin today. So reading about forum migration is useless ! 😉

    Better try to follow what’s explained here.

    theacademicperson
    Participant

    I am using WordPress 4.6.1 and BuddyPress 2.6.2 for a week. To create a new discussion forum with functionalities of community websites (e.g. private message, member friendship etc.) for the members I installed bbPress 2.5.10 plugin today and was reading the BuddyPress documentations to use bbPress within BuddyPress. In this article the authors suggested to migrate the forum within BuddyPress to bbPress and in the (3) paragraph they suggested to go to settings > BuddyPress > Pages > Discusssion forums.

    I followed the path but couldn’t find “discussion forums” option within “page” or any other tabs in BuddyPress settings.

    My question may seem silly, but still I request for your help as I have just started using BuddyPress and haven’t published my website yet…I don’t have much knowledge about this plugins.

    one of the reasons that I think can be possible is that I haven’t created a forum yet using BuddyPress. Please guide me in this matter and if you know suggest any resources where I can find the step-by-step process to include bbPress forum within BuddyPress.

    danbp
    Participant

    – If you want to exclude user group forums from the directory, you alter the group loop.
    – If you want to modify the way forum (whatever the type) works internally, you alter the bbpress code.

    Forums are handled by bbPress, BuddyPress only show them up and add user management.

    When you set up group forums, you create a new forum in bbPress and give it a type of “category”. Which is not the case when you create a site wide forum and use “forum” as type. This is the only difference for bbPress.

    #259220
    Venutius
    Moderator

    There’s not really that much available. in terms of relating blogs to groups there’s really two options, for a single site you can use the combination of relate blog categories for groups, which you have already tried, and use this with bbPress Topics for Post which will allow you to have comments for that post appear within the group forum.

    The other option is to use BuddyPress GroupBlog, but that only works in a multisite environment.

    There are other plugins such as BP Group Docs, Buddypress group Extras and BuddyPress Group Documents that you may like to look at but none of these really gives you the type of group homepage customisation that is required.

    I did try to do a template overload of the group home page but I found that the way the Forum works interferes with this so it is not trivial and beyond my capabilities for the moment. If you can, hire a developer is all I can suggest.

    #259215
    danbp
    Participant

    Hi,

    you have better chance to get an answer on bbPress support.

    Also, updating BP to 2.6.2 would be a good idea, as some email bugs have been solved since 2.5.1

    etomova
    Participant

    Hello,

    I have several Group forums an each of the forum has 5-6 moderators. However when there is a new question in the forums none of the moderator receive notification that there is a new question.

    I also installed bbPress Notify plugin v0.2.2. My BuddyPress version is 2.5.10.

    Thank you.
    Elly

    #259167
    danbp
    Participant

    Hi,

    your question relates to bbPress. You’ve better chance to get answers by asking on bbpress forum.

    Note: linking to sites requiring registration to see comment forms to illustrate what you want is not cool at all. You’ve better to make screenshots.

Viewing 25 results - 1,101 through 1,125 (of 7,561 total)
Skip to toolbar