Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,701 through 17,725 (of 68,918 total)
  • Author
    Search Results
  • #176725
    scimea
    Participant

    I need this functionality on my website. How does admin see the private messages in BuddyPress?

    #176724
    Ben Hansen
    Participant

    you can look here (not an endorsement):

    http://themeforest.net/category/wordpress/buddypress

    r-a-y
    Keymaster

    If you say you tried Twenty Fourteen and BuddyPress 1.9 is not working, then it’s possible there is a plugin conflict somewhere.

    This is probably related to this ticket:
    https://buddypress.trac.wordpress.org/ticket/5021

    Can you list the plugins you are using that affect page content? Anything that tries to inject or modify the page content.

    r-a-y
    Keymaster

    This is probably related:
    https://buddypress.trac.wordpress.org/ticket/5301#comment:3

    Thesis probably has an unusual method for displaying page content. Atahualpa, another theme, suffers from the same issue.

    Since Thesis is a paid theme, I do not have access to see how their templates are set up.

    #176718

    In reply to: Translation problem

    marmuel
    Participant

    Hi, thank you for your reply!

    Yes poEdit generate the file correctly. I´ve also tried the plugin localization. I don´t use any Umlaut or sz. I use my own language-file because I use other terms for groups etc.

    buddypress plural:
    Viewing member %1$s to %2$s (of %3$s active members)

    german translation:
    Mitglieder %1$s bis %2$s (von insgesamt %3$s aktiven Mitgliedern)

    #176711

    In reply to: Translation problem

    danbp
    Participant

    Hallo @marmuel,

    what theme do you use ?
    Does poEdit generate correctly the.mo file ?
    Is the .mo file in the right folder ? (wp-content/languages/buddypress-de_DE.mo)
    Are you using some special characters like umlaut, sz, usw ?

    The string contains a plural form, so it could be possible you omit one ?

    %1$s bis %2$s (von insgesamt %3$s aktiven Mitglieder)

    Du köntest Dir auch die Sprachdatei von hier runterladen !

    BuddyPress und Erweiterungen

    #176706
    craftersuniversity
    Participant

    Barney
    I don’t see any such problem with my bbPress forums right now, however i had to revert to an earlier version of BuddyPress in order to make the site work, so i no longer have the problem on my site. Did you have the latest version of BuddyPress installed when you had this problem?

    TesterGP
    Participant

    Hi,

    I have WP 3.6.1., BuddyPress 1.9.1., bbPress 2.5.2., Cubepoints 3.2.1. and CubePoints Buddypress Integration 1.9.8.9..
    I want to display the avatars in the CubePoint Top Users Widget.
    I tried many found solutions on several forums, just to mention some of them:
    1) adding code to cp_hooks.php
    $y[‘avatar’] = get_avatar($user->ID,$size = ’30’);
    $string = str_replace(‘%avatar%’, $y[‘avatar’], $string);
    And add %avatar% in the text field of the widget. Empty Avatars appears of the top users while they all have avatars uploaded in their profile.
    2) I tried the solution of r-a-y
    Added functions.php to the template/default folder of bbPress. But it is still not working (settings>discussions is well set up). BUT I noticed that all avatars have a path like /wp-content/uploads/avatars/#/’. $author_id. Between /avatars/ and the author_id there is a number that is different from one member to another. How can I adadpt the path to fit it?
    3) I mixed solution 1 with bp code and added in cp_hooks.php
    $y[‘avatar’] = get_avatar( bbp_get_current_user_id(), ’30’ );
    This display of course the same avatar for all top users in the widget, naimly the avatar of the logged in user.
    4) is a mixed of 1) and r-a-y solution
    added in cp_hooks.php $y[‘avatar’] = get_avatar(bb_bp_avatar($user->ID), ’30’ );
    and added functions.php to the my-template folder of bbPress, but it is not working.

    Anny help appreciated.
    T.

    #176696
    Henry Wright
    Moderator

    @craftersuniversity

    I completely deleted the whole database and FTP server space, and re-installed WordPress and BuddyPress, and then the problem was gone.

    That indicates it is either your database or your FTP server space that is causing the problem. You’ll need to determine where exactly the problem is coming from by a process of elimination.

    The next step I’d take is to use a brand new database with your FTP server space. If the problem persists then you’ll know the problem lies with your FTP server space. If the problem resolves then you’ll know it is your database causing the problem.

    My guess is that it’ll be your files and not your database where the problem lies.

    #176691
    craftersuniversity
    Participant

    Sorry, but updating permalinks didn’t work. I also tried changing the theme to Twenty Eleven and remove my child theme files completely, still no dice. Then i downloaded a guaranteed BuddyPress compatible theme “X2” but the problem persisted.

    Then i got stubborn.

    I started to remove plugins one by one, making sure to revert the settings in each one to default before deactivating and deleting. Finally i had only BuddyPress, and the problem.

    So i got angry.

    I checked .htaccess and wp_config.php and made sure they where at their default settings, and i removed every folder and file from the wp_content area that wasn’t needed. The only thing i didn’t manage to remove was the problem.

    So i got furious!

    I completely deleted the whole database and FTP server space, and re-installed WordPress and BuddyPress, and then the problem was gone.

    The only problem is, i’ve spent more then 6 months building my site, making all the plugins get along with each other, and so on, starting from scratch is simply not on the table. So i got my site restored from a backup, and tried again to update BuddyPress, and the problem came back of course.

    I need to make my current installment work, and i get the feeling that the problem is somewhere in the database, what do you think?

    #176685
    modemlooper
    Moderator

    search buddypress honey pot and try that

    #176668
    Ben Hansen
    Participant

    i don’t know any php and i’ve been using and helping others use buddypress for many years now.

    #176658
    Nathan Hawkes
    Participant

    @henrywright No, it’s in relation to a post I made on the main WordPress forum: https://wordpress.org/support/topic/author-box-outside-of-the-loop?replies=1. Since then, I have found all the functions apart from the number of forum posts. I have only now realised that I posted this in BuddyPress, and not bbPress, which is the area I am looking for. I have both the blog posts and the blog comments working, and I also have my friends count displaying, but not the forum posts.

    #176654
    Shmoo
    Participant

    Well there is nothing much to it.

    If you understand what BuddyPress is, you know it needs to active a few components – you can decide what components you want to activate when you activate the BuddyPress plugin.

    Let say if you don’t want private messages then don’t activate it. If you like your member to message each other you should activate.
    Only if you activate components you need to create WordPress pages to show those components – simple right?
    BuddyPress plugin helps you do that and creates those pages for you, you can save those default pages or change them to other pages.
    Lets say you want your Groups not to show up on the example.com/groups/ page but at the example.com/community/ page then you can do so by just changing the name of that groups page.

    Normally every WordPress theme should be able to handle the BuddyPress plugin just fine because BuddyPress uses the default WordPress templates to show all the BuddyPress pages.
    But if you have an older WP theme or a very complicated WordPress theme you can get into some troubles of course.
    There are some WordPress themes that are made for specific fields like photographers or portfolio websites those themes are often made just to target those fields of work and don’t need social media integrations.

    #176653
    Shmoo
    Participant

    They’ve made it more easy to use over the years.

    If you look at where BuddyPress was years ago and where they are right now it’s a huge step forward to WordPress like coding.
    Will they ever become as easy as WordPress, no I don’t think so, simply because there are only a few people looking after the code of BuddyPress and bbPress.

    WordPress has become so easy because they have thousands of great developers looking after the code on a daily base. Those people push each other to the max, for example you have one guy who’s really good at programming new stuff and another girl who’s very good at understanding how a function should work for ‘less experienced’ computer users. Both can connect very well at the Make.wordpress pages and share ideas that become great code and working products in the end.

    BuddyPress and bbPress only have a handful of developers who for the love of coding and this plugin put their time and knowledge into this. #respect!
    I think they’re doing a great job and yes I also wished it would go faster 🙂
    But hey, who am I to say anything, I don’t know anything and have tried to learn PHP a few times so I wish I could contribute more to those products but I failed to understand.

    I do have to say if you know HTML + CSS you can do some stuff in altering the layouts which is great in my opinion.

    Next up:
    Some people are also living on the wrong foot, because they started with WordPress and it’s so easy to use they think WordPress has become some kinda magic power tool that can let everybody do anything online.
    Wrong, it’s easy to use and you can do a lot because of all the free tutorials and code online but there are limits.

    Some people have zero understanding of coding and want to become the next Facebook – that’s not gonna happen how easy the code ever will be.

    #176640
    Henry Wright
    Moderator

    @somethingelse doing if ( $wp_user->roles[0] == 's2member_level3' ) inside the loop is great but you might find your pagination doesn’t take your condition into account. For that you’ll need to hook into the bp_ajax_querystring filter

    See the technique in action on the BuddyDev website:

    Exclude Users from Members directory on a BuddyPress based social network

    #176639
    fbenver
    Participant

    Forgot to mention: Posting in a group is possible and can be seen on the activity stream and in the group itself.

    I am using WordPress 3.8 and BuddyPress 1.9.

    #176635
    somethingelse
    Participant

    excluding specific ids isn’t necessarily helpful if you have a regularly changing membership…

    FWIW – i am not a programmer… i am good at patching together workarounds tho 🙂
    somewhere along the way i found this approach to ONLY displaying my level3 members:

    <?php while ( bp_members() ) : bp_the_member(); ?>
    
      <?php
           $wp_user = new WP_User( bp_get_member_user_id() );
          if( $wp_user->roles[0] == 's2member_level3' ): ?>

    which seems to do the trick – this is in members-loop.php

    at the top of that file i have
    <?php if ( bp_has_members( 'type=alphabetical' ) ) : ?>

    it used to be bp_ajax_querystring() which seemed to continually thwart my efforts.

    Now it nicely displays my teachers in alpha order with no headache… granted, it’s by first name, which i will eventually figure out how to fix.

    Obviously i’m using s2member with buddypress, but i tried it using basic wordpress roles and it worked as well.

    so far so good, at least…

    #176629
    SteelBookReview
    Participant

    Or Facebook? Any way to get Facebook and/ or Twitter feed into BuddyPress Activity?

    #176628
    Henry Wright
    Moderator

    Hi @randallpacker

    You can do that using the advanced template hierarchy introduced in BP 1.8. Check out:

    Template Hierarchy

    #176607
    meg@info
    Participant

    Hi @wpdragon,

    I think BuddyPress Security Check plugin is the best.
    https://wordpress.org/plugins/bp-security-check/

    #176606
    Hugo Ashmore
    Participant
    #176600
    David Cavins
    Keymaster

    Hugo-

    Thanks so much for the push. I was going about this the wrong way, and had totally forgotten about the template hierarchy: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/

    Thanks for your quick reply,

    -David

    #176591
    Kolokial
    Participant

    Off hand…Hugo, (or anyone else) can you suggest which would be better, once I’ve gotten BP display in my current WP theme…should I just write some new styles to incorporate BuddyPress into the WP theme, or create a child theme that is seperate from the WP theme?

    Thanks folks!

    #176589
    David Cavins
    Keymaster

    It sounds like you’re heading in the direction of a private community. Keep in mind that if it’s private, then search engines can’t index your content. Which may be good or bad, depending on your goals.

    You’ll find a lot of info by searching this support forum or the web for “buddyPress private community”

    For instance:
    https://buddypress.org/support/tag/private-community/

Viewing 25 results - 17,701 through 17,725 (of 68,918 total)
Skip to toolbar