Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 73,326 through 73,350 (of 73,985 total)
  • Author
    Search Results
  • #35338
    Trent Adams
    Participant

    You have some plugin conflicts it looks like since you are also using nextgen-gallery which might also be calling some libraries. Try disabling it and see if buddypress is able to upload and avatar and crop it.

    #35287

    In reply to: Require Login

    Wardee
    Participant

    Trent, I don’t think it is the first reason, as I am using the buddypress-member theme, just not the home theme.

    Could be the second. I’ll try what you said later and let you know. Thanks!

    #35285
    Trent Adams
    Participant

    You are not using an older version of hyper-db or the multi-db plugin from wpmudev.org premium are you? Both need to be patched to work with functions and delta-db. Latest trunk of hyper-db works, but multi-db plugin needs to have a few functions added to it until they release a version for 2.7 and/or buddypress integration.

    #35284
    Trent Adams
    Participant

    I have a ticket on the Buddypress specific feeds already. Just have to watch this ticket:

    https://trac.buddypress.org/ticket/213

    Trent

    #35282

    In reply to: Require Login

    Trent Adams
    Participant

    @wardeh – I haven’t actually tried that plugin with a custom member theme, but it might not be working for 2 reasons.

    First might be because the plugin is calling $is_member_page, it might not work unless you have all the functions included with the normal buddypress-member theme.

    Second reason might be because the header('Location: ' . get_settings('siteurl') . '/register'); is calling the register page on the main theme that doesn’t exist? Maybe change that line to header('Location: ' . get_settings('siteurl') . '/wp-signup.php'); and see if that works?

    The bbPress plugin should work if you are calling it out of /my-plugins/ but I am pretty sure you have to have the <?php bb_head(); ?> in your template header as well as <?php do_action('bb_foot'); ?> in your template footer.php.

    Let me know, as the bbPress plugin is just a “redesign” of the force login plugin found in the bbPress forums.

    Trent

    #35281
    arcon9
    Member

    I have a dedicated server, and it’s funny after about an hour this error code just magically disappeared.

    Next issue is now with the fact that all rss feeds, do not validate with feedburner and other rss validators like http://feedvalidator.org/

    How come all rss feeds are not valid feeds?

    such as my-domain/members/admin/activity/feed

    and all other feeds of buddypress.

    But if I use

    my-domain/?feed=rss from WPMU alone

    I get Congratulations!

    This is a valid feed.

    fishbowl81
    Participant

    Finished,

    Wrote it as a customization to the profile fields, managed to do it in about 10 or so lines of php. Read my complete post here:

    https://buddypress.org/forums/topic.php?id=604

    or check out the running example here:

    http://gorgeousgamers.com/beta/members/bradmkjr/

    Thanks,

    Brad

    http://gorgeousgamers.com/beta/

    #35251
    David Bisset
    Participant

    I can easily see this added to BuddyPress, just make it another field like “news”. it would be admin controlled, which I think is personally fine. Then adjust the groups search to search those tags/keywords. Am i missing something?

    fishbowl81
    Participant

    No, you can not easily do that.

    I’m not sure your reasoning, but php will not allow you to just change the file name, as it will not allow you to have the same functions twice.

    Right now groups are pretty basic, and you can add more functionality by expanding on the group packages, but as updates are rolled out you may find it hard to keep up if you make too many modifications inside the group packages.

    Brad

    http://gorgeousgamers.com/beta/

    #35237

    In reply to: All in One SEO bug

    fishbowl81
    Participant

    Have a look at optimal title, I think it does a similar thing to all in one seo, but maybe more compatible for buddypress? I know the older versions of optimal title doesn’t use a title hook, they have you edit the php in the template, this maybe a better solution, as it won’t be called in buddypress templates, only wordpress template pages?

    Also you may want to check out:

    http://premium.wpmudev.org/project/sitemaps-and-seo-wordpress-mu-style

    They have a wordpress mu version combining seo and sitemaps.

    Brad

    http://gorgeousgamers.com/beta/

    #35216
    arcon9
    Member

    duplicat thread,

    please see original thread:

    https://buddypress.org/forums/topic.php?id=595

    nicolagreco
    Participant

    what do you mean for that?

    #35210
    nicolagreco
    Participant

    Next time contact me on BPDEV ;)

    You’ve to do another bbpress installation (change directory name sure! like http://buddypressdev.org /bp-groups/ for integrated bp-groups and /forums/ for the main forums).

    Intregrate this one with wordpress and you’ve done ;)

    Nicola

    #35203
    Per Søderlind
    Participant

    I’m having problems displaying the error message (empty captcha / wrong captcha). I’ve set the messages in site admin.

    Any clue why this is happening (on the /register page) ?

    #35187
    Burt Adsit
    Participant
    #35184
    trcwest
    Participant

    @burtadsit i re installed it all again and it came alive its so cruciall to get it all right and as i have a slow conection here in kenya its a bit slow to get things updated..

    can i ask for your attention on https://buddypress.org/forums/forum.php?id=3 some feedback would be ace..

    #35180
    trcwest
    Participant

    hello cosmican and andy or anyone really

    i am also really keen on adapting and adding fields to the groups component.

    I am just trying to learn and get my head around all the code. Sadly i cant quite find where to add the fields in the different pages.. i get to the create.php with this code..


    <?php get_header() ?>

    <div class=”content-header”>

    <ul class=”content-header-nav”>

    <?php bp_group_creation_tabs(); ?>

    </div>

    <div id=”content”>

    <h2><?php _e( ‘Create a Group’, ‘buddypress’ ) ?> <?php bp_group_creation_stage_title() ?></h2>

    <?php do_action( ‘template_notices’ ) // (error/success feedback) ?>

    <?php bp_group_create_form() ?>

    </div>

    <?php get_footer() ?>


    But then i cant find where to go to next. IE i cant find the page that has the fields on it to add in my own custom fields..

    i would also be keen to see how you did it using the replacement of $bp with $bp… did that work for you??

    I know this is all quite basic but i am trying to learn and use it for a major project..

    so basically any help on adding in new fields in the group section..

    My project is called spots kenya and i want to use the groups option as a kinda creat your own spot rather than group..

    i basically need to have a few more fields that would integrate a google maps api location tag and possibly a few more custom fields.

    Thanks so so much and i look forward to hearing from peoples reply..

    #35179
    Obuisson1976
    Participant

    Les fichiers de langue FR sont disponible dans le codex de buddypress : https://codex.buddypress.org/translations/french-france-fr_fr/

    Il y a 2/3 à modifier mais c’est du bon travail. Merci à l’équipe qui a fait la traduction.

    J’ai fait un post pour l’installation des fichiers de traduction :

    http://blog.shaze.net/

    #35178
    seanzyville
    Member

    Thanks burta for the help.

    Simply put your theme in the themes folder and activate it.

    #35173

    In reply to: My Friends Activity

    sdq80
    Participant

    for example if I want to get my activity I’m using:

    <?php bp_activity_get_list( bp_current_user_id(), bp_word_or_name( __( “My Activity”, ‘buddypress’ ), __( “%s’s Activity”, ‘buddypress’ ), true, false ), __( “You haven’t done anything yet.”, ‘buddypress’ ) ) ?>

    this function works with member theme only, when I try to add the same function to the home theme (i.e: index) it wont work, it gives me the above custom message (You haven’t done …..)!! thanks for your cooperation!

    #35170
    Andy Peatling
    Keymaster
    <?php
    function my_admin_bar_logo() {
    return URL_OF_MY_LOGO_IMAGE;
    }
    add_filter( 'bp_admin_bar_logo_src', 'my_admin_bar_logo' );
    ?>

    Place that in a php file and include it in mu-plugins. You won’t have to hack any of the core using this method.

    #35169
    Wardee
    Participant

    Here are my easier solutions. :D Only easier because I’m not as technical as Burt.

    1) You can replace that image with your own. Call it the same name and be prepared to reupload it everytime you upgrade.

    2) I was going to say edit custom.css, but I just tested it. It doesn’t work. Burt, you were right.

    #35164
    Burt Adsit
    Participant

    Howdy. That little logo lives in the directory /wp-content/mu-plugins/bp-core/images

    admin_bar_logo.gif

    You can point bp to something more to your liking if you are comfortable with code.

    Since long lines of code don’t paste well here see: http://pastie.org/347661

    I have that running in a little plugin that does a bunch of utility bp mods I need done. You could put a modification of that in your theme’s functions.php file if you like.

    If you change the dimensions of the image at all you’ll have to skin the css for the admin bar also. It lives at: /wp-content/mu-plugins/bp-core/css/admin-bar.css

    I don’t think that the admin bar css can be overridden in bp’s custom.css yet. I may be wrong though.

    Probably way more than you cared to know about changing a little smidgen of an image ‘eh? :)

    #35157
    Burt Adsit
    Participant

    @oceandoctor You probably could work around this by uploading two avs for each of your users, or just going with one of the default avs like ‘identicons’. (Site Admin > BuddyPress > Default Avatars)

    I haven’t tried *turning off* a custom av though. One bp thinks you have one, you have one. If you want to run a generated av like identicon, try deleting the custom av and then configuring bp to use a stock one.

    Avs come in to flavors. small and large. 50×50 and 150×150. Named: myfavav-avatar1.jpg and myfavav-avatar2.jpg. Once again bp remembers the url to these avs once uploaded and cropped. The easiest way to hook up to bp is to name them the same as the existing goofy avs. Just replace them.

    #35137
    gpo1
    Participant

    @seanzyville, you got a nice clean site, a nice change from the BP home page.

    How did you use the custom theme to replace the BP home theme.

    Because I’ve got a custom theme I want to use?

Viewing 25 results - 73,326 through 73,350 (of 73,985 total)
Skip to toolbar