Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,651 through 18,675 (of 94,540 total)
  • Author
    Search Results
  • #242674

    In reply to: I want to add Spanish!

    danbp
    Participant

    @alex42152,

    The main site language should be set to spanish first.
    See in WP dashboard > Stettings > General

    Normally, this settings allows automatic translation file upload of BuddyPress and bbPress (if installed).
    If not, you can add manually the language files in the wp-content/languages/plugins/ folder to get:

    wp-content/languages/plugins/buddypress-es_ES.mo
    wp-content/languages/plugins/buddypress-es_ES.po

    Each version of BP comes also with its own translatable strings file, which is at the BP plugin root.
    wp-content/plugins/buddypress/buddypress.pot

    #242670
    djsteveb
    Participant

    I hope someone will come up with a way to scan database data created by RtMedia (and the ancient bp-album – lol) – and create a new set of tables that will include the new bp-attachments info and be able to create relationships with “image location” type- attached to – “group” – “user” etc.

    and find a way to bring this data to media press or photo album plus or something else, or bp natively.

    RtMedia is failing lately – which means BP is failing to provide basic usage for end users (again).

    Android uploads have not worked in weeks. (and several other posted issues at their ghosttown, er “community support forums” (now user to user – no dev help without premium payments)- So there is no support with them. They seem focused on selling outrageously priced add on modules and dealing with support issues for the wpengine thing or something (could be that new wordpress update putting everything in a pickle) – but hey – live sites are failing to work properly, and media uploads and sharing were expected to be standard things with basic social networking more than a decade ago.

    There’s more than 20 mentions of media issues and BP in the 2015 survey
    – unless someone comes up with a good way to hand off the needed data for more flexibility with buddypress / wordpress plugins, I think this may become the final nail in the coffin for this bp thing.

    Considering trying the media press plugin, and the photo album plus plugin – but can’t deactivate (that overbloated wasteful POS rtmedia; or previous activity and attachments and albums will fail (I think)) – Had this same problem back when bp-album support vanished…

    bp media problems de ja vu –

    #242669
    djsteveb
    Participant

    @jordanboon0 – certainly there is more than one way to accomplish what you are proposing here.

    My first thought upon reading this is is that you can create a “multi-user blog” with wordpress. Each new artist becomes a “contributor” or even “editor” upon sign up, and they can post a new gallery easily, then your admin(s) can choose what new galleries get published.

    You go do all that with a single blog / wordpress install – and do it without buddypress, just make a cool custom author page for whichever theme you want to use.

    There are many plugins and settings for things like front end uploads, post author profiles, wordpress gallery fancy stuff and all that.

    You could also put buddypress into this mix and give your artists some extra social network stuff like private messages, groups and all that – however if you go with buddypress and and that layer to handle everything (without getting your users to submit posts / pages via standard wordpress) – then you have to get into a media plugin like rtmedia, mediapress, or – another one posted about a month ago.. anyhow – those media plugins are kind of their own “silos” – customizing how they work is not a few wp repo plugins away – and support for what you may want to do with them may be disappointing.

    Of course you could take WP, add in BP if you really want the social layer, and still use the main site blog as kind of a “multi-user (or “group” blog) and do it that way.. you could get more complex and turn it into a multi-site install where each user get’s their own unique blog with gallery plugins – but moderation of posts and such with that setup may become more of a challenge – along with the extra headaches with running a multi blog network.

    Anyhow – given the details you provided with your stated goals, I would forget about buddypress and multi-site – just install wordpress and do some searches in the wp-repo and themes section for “author pages”, “group blog” “post moderation” “front end uploads” and the various “Gallery” plugins – I think you can accomplish what you are going for pretty easily with lots of customization options.. without all the drawbacks and limitations of BP.

    #242668
    Henry Wright
    Moderator

    To customise the text, you can localise. See the Customizing Labels, Messages, and URLs article.

    To add more to the confirmation page, you can use the bp_before_registration_confirmed and bp_after_registration_confirmed hooks.

    To override the whole register.php template, see the Template Hierarchy article.

    #242664
    Alex42152
    Participant

    Hi guys, look Im building my social network but when I wanted to install spanish language, I followed the steps and when I enter to buddypress file, there is no bd-languages file! Help pls!

    PD:Im on 2.3.2.1 version

    safiul.azam
    Participant

    Hi Guys,

    So here is what I have on my site.

    1. Child Theme from TweentyFifteen
    2. BuddyPress (2.3.2.1) and BBPress (2.5.8)
    3. Latest version of WordPress

    Everything is working fine except the Order By in Members and Groups.

    When I visit Members or Groups, items are sorted by “Last Active” which is fine.

    But it seems like when I change the Order By like New Registered, nothing happens.

    I have checked with the firebugs. There is NO ajax / jquery call when I change the dropdown menu.

    I’m really clueless and new in WordPress development.

    Can you guys please give me some suggestions? I would really appreciate it.

    Thanks.

    #242660
    Henry Wright
    Moderator

    Go to Settings > BuddyPress and then under the Components tab make sure Site Tracking is checked.

    #242658
    Henry Wright
    Moderator

    Those are not featured post images, but images that are embedded at the very beginning of posts.

    I can see that the problem doesn’t exist when you navigate to the post. The image is nicely floated left and comes before the text in the source. BuddyPress seems to be changing the order of the image and text when it comes to the activity stream display. I’m not so sure that’s a good thing.

    You could open a Trac ticket for this requesting that the order of text and images remain the same as they were input in the post form?

    #242655
    blogook
    Participant

    Perhaps asked a thousand times but I fail to find an easy solution.

    When a user registered at my wordpress/buddypress site, how do I customise the thank you for registration page?

    Many, many thanks in advance

    #242653
    Garrett Hyder
    Participant

    Hello,

    I’m utilizing the Woocommerce Buddypress Integration with the additional xProfile Checkout Manager, referring to these plugins;
    Woocommerce Buddypress Integration (PAID) – http://themekraft.com/store/woocommerce-buddypress-integration-wordpress-plugin/
    xProfile Checkout Manager (FREE) – https://wordpress.org/plugins/woocommerce-buddypress-integration-xprofile-checkout-manager/

    In the xProfile Checkout Manager they’re creating a $field object using BP_XProfile_Field as follows;
    $field = new BP_XProfile_Field( $field_id );

    If I var_dump the object I noticed that no matter what kind of field it is it always states the type is web….

    object(BP_XProfile_Field)#4428 (16) { [“id”]=> string(2) “19” [“group_id”]=> string(1) “5” [“parent_id”]=> string(1) “0” [“type”]=> string(3) “web” [“name”]=> string(21) “Work Province / State” [“description”]=> string(0) “” [“is_required”]=> string(1) “0” [“can_delete”]=> string(1) “1” [“field_order”]=> string(1) “6” [“option_order”]=> string(1) “0” [“order_by”]=> string(0) “” [“is_default_option”]=> string(1) “0” [“default_visibility”]=> string(6) “public” [“allow_custom_visibility”]=> string(7) “allowed” [“type_obj”]=> object(BP_XProfile_Field_Type_Textbox)#4430 (8) { [“validation_regex”:protected]=> array(1) { [0]=> string(6) “/^.*$/” } [“validation_whitelist”:protected]=> array(0) { } [“name”]=> string(8) “Text Box” [“category”]=> string(13) “Single Fields” [“accepts_null_value”]=> bool(false) [“supports_options”]=> bool(false) [“supports_multiple_defaults”]=> bool(false) [“field_obj”]=> *RECURSION* } [“data”]=> NULL }

    Why is this? Shouldn’t it indicate what type of xProfile field it is? I was hoping to use this to indicate it was an email to woocommerce for it’s validation.

    Any help in finding the posts true type appreciated.

    Thanks

    #242647
    SJS719
    Participant

    I think you are telling me to add add a function such as this:

    function bp_custom_record_activity() {
     
        $activity_id = bp_activity_add( array(
            'id'		    => '',
            'action'            => '',
            'content'           => '',
            'component'         => '',
            'type'              => '',
            'primary_link'	    => '',
            'user_id'	    => '',
            'item_id'	    => '',
            'secondary_item_id' => '',
            'recorded_time'	    => '',
            'hide_sitewide'	    => '',
        ) );
     
        return $activity_id;
    }

    And then call that function onChange but I am not sure which params I need to include and what the value of those parameters needs to be. I read the bp_activity_add codex but I’m still a little confused.

    bp_activity_add()

    If I have the following checkbox, what values should I use for params such as item_id, action, ID, etc:

    <div id="bd-button">   
    <form name="bdchkbox">
    <label>  
      <input type="checkbox" hidden="hidden" name="bdchk" id="bdchk" onChange="set_check(this);submit()"><span id="bdlbl">Featured</span> 
    </label>
    </form>
    </div>
    #242645
    _natty_
    Participant

    Hi to all,
    I need to deploy a very simple problem seen by programming point, but I’ve no idea to how works with that in wp & buddypress!
    Can any one please suggest to me the right direction!

    First I’d like to say that we don’t need the status update and the activity stream.

    Members need to have a relationship with another table (or some other structure already present in buddypress members) with a 1:n relationship.
    Any members can have N “ideas” (the possible name of the table with a title-a text description field – an external key to identify wich user generate it) to share with the others users.

    So in my mind there are 2 possible solution:
    A) -build up a new table in db and using it (how?) – exposing the “ideas” like the rest of the profile field or in a appropriate page

    B) -replacing the activity stream with the “ideas” stream and adding a title for each new status (is it possible to alter the wp activity table?) – and showing it as stream I

    I’ve been looking for some plugin but nothing seems to helps me, and in codex buddypress/wp blog i didn’t find anything about adding some items to memebers in external relationship.
    thanks for any help!

    #242643
    djsteveb
    Participant

    @pete-hudson
    Did this start after the BP 2.3 release on June 3(ish) ? – I saw a note saying this release included

    “Improved Handling of Blog Media in Activity Stream.

    BuddyPress now generates better excerpts in the activity streams for blog posts containing images or other embedded media content.”

    However I am not sure if there is any documentation / additional info about this – just a blurb on the release notes on the bp dot org / blog is all I have found so far.

    AM77
    Participant

    I Apologize for not being clear.

    If I asked someone for the conditional for the homepage on a wordpress site, they’ll say home_url

    If on a multisite and I wanted a conditional for both the multisite homepage and a user homepage, the’ll say network_home_url for the multisite homepage and home_url for a users homepage.

    What is the homepage for a users homepage on buddypress? When I say users homepage, I’m talking about the page that displays as soon as you click on a member in the members directory, so for member chris the homepage is on mysite.com/members/chris

    What is the conditional for when the page is on a users homepage like mysite.com/members/chris

    I’m saying I don’t think there is a conditional for it, bp_is_user displays on all users pages but I just want it for the users homepage.

    Henry Wright
    Moderator

    If not, then take a look here. That’s everything that’s currently available that relates to user pages.

    #242618
    peter-hamilton
    Participant

    danbp, always helpful.

    I would suggest to copy the entire template folder to your child, this allows easy access in the future.

    Make sure to make notes, every update of buddypress can/will require a new template folder to be created due to new template tags.

    #242616
    peter-hamilton
    Participant

    You will have to make a buddypress template folder in your theme/child.

    “entry.php” is the file you can add an icon, right after the following code which is the username/link.

    <a href="<?php bp_activity_user_link(); ?>">

    #242601
    djsteveb
    Participant

    I am interested in finding out what you come up with in regards to this.

    I tried to use something like:

    ‘field’ => 2,
    );

    (some info from https://codex.buddypress.org/themes/guides/displaying-extended-profile-fields-on-member-profiles/ )
    to replace the actual names I was using in a page title template thing, and never got it to work – but I have no idea what I am doing – trying to franken-hack a bit of code provided by one person and replace the field names with field numbers so the code would work with a different site I was playing with – when I tried replacing the name with this field number thing it did not work – but again I don’t understand php nor bp stuff well enough to know if I just missed a character, or something else was needed, or the function isn’t working as it should.

    #242599
    shanebp
    Moderator

    On button click, use a page refresh or ajax to fire a function that calls bp_activity_add.

    SJS719
    Participant

    Hey guys,

    I have a button on the user profile page which is NOT an XProfile field which I need to add to activity. So when the user clicks the button a new activity will be created in their activity stream. I have successfully added a custom post type to the activity stream so when the user creates a post it shows in activity, but I cannot figure out how to apply the same function I used for the custom post type to the button click.

    Here is my custom post type function:

    // add custom post type listing to the activity stream
    
    add_filter ( 'bp_blogs_record_post_post_types', 'activity_publish_custom_post_types',1,1 );
    function activity_publish_custom_post_types( $post_types ) {
    $post_types[] = 'listing';
    return $post_types;
    }
    
    add_filter('bp_blogs_activity_new_post_action', 'record_cpt_activity_action', 1, 3);
    function record_cpt_activity_action( $activity_action, $post, $post_permalink ) {
    global $bp;
    if( $post->post_type == 'listing' ) {
    
    $activity_action = sprintf( __( '%1$s added a new listing - %2$s', 'buddypress' ), bp_core_get_userlink( (int) $post->post_author ), '' . '<a href="' . $post_permalink . '">' . $post->post_title . '</a>' . '' );
    }
    
    return $activity_action;
    }  

    I really need to implement this so any help is greatly appreciated!

    VibrantWeb
    Participant

    Using WordPress V. 4.2.3 and BuddyPress 2.3.2.1
    I am running a multisite on theathleticgrade.com (master) with sub sites being theathleticgrade.com/coaches (and reflecting coaches fields ONLY) and theathleticgrade.com/students(and reflecting students fields ONLY) from the extended fields. Before adding the code to segregate the tables for the X-Profile Fields, both coaches and students fields were showing up on all sub sites. I need coaches to ONLY show up on theathleticgrade.com/coaches, etc.
    I then created a file called bp-custom.php and loaded it with code, then uploaded that directly to the plugins folder. The code was copied and pasted from this link: https://codex.buddypress.org/themes/guides/segregated-x-profile-fields-for-multisite – NO MODIFICATIONS were made.

    2 things happened:

    1. In the back end and on both sub sites – the profile fields groups and their content disappeared. – Which is fine. BUT–when I made the attempt to add a new field group, I kept getting an error message:
    There was an error saving the group. Please try again..
    2. I created a temporary sub site to see how it would react and same thing, along with these error messages referring to the code I just added and uploaded: Segregated X-Profile Fields Error Messages

    My question is..what do I need to do to create the groups in the coaches and students dashboards, so that they can be displayed appropriately on either website?

    Was there something that needed to be manipulated within the code? If so, what is the exact location and where do I pull the information from? Specific instructions are essential, so that there is not any misunderstandings. Is there an example that can be provided on a live test website?

    Garrett Hyder
    Participant

    Hello,

    I wanted to suggest a feature, with sites where signups aren’t allowed or membership registration is disabled there’s really no need for the Pending WP List Table view filter or the additional Manage Signups users page.

    Also is there a way to remove these features with the current version of Buddypress? I’d just like to clean-up the Users Admin to remove confusion for my administrative users.

    Thank you

    danbp
    Participant

    To do that you need the xprofile field ID and the user ID.

    Here an example to show a profile fied containing a fax number. The filed is called Fax (case sensitive).

    Add this function to your child theme’s functions.php or better, into bp-custom.php

    function my_directory() {	
    if ( bp_is_active( 'xprofile' ) )
    
    	if ( $memberfax = xprofile_get_field_data( 'Fax', bp_get_member_user_id() ) ) :
    		echo '<br/><div class="Fax">';		
    		echo $memberfax;
    		echo '</div>';
    	endif;	
    
    }
    add_filter ( 'bp_directory_members_item', 'my_directory' ); 
    rgrober
    Participant

    I’ve copied members-loop.php into my child theme (child theme > buddypress > members > members-loop.php).

    As instructed by the comments in this file, I added bp_member_profile_data( ‘field=Phone’ ); directly under the comments. However, the profile field doesn’t show up on the members directory page.

    Is there a crucial step I’m missing? Am I going about this the wrong way?

    Any help is greatly, greatly appreciated.

    #242582
    danbp
    Participant

    Hi @alexsmoli,

    you copy the original template file from:
    buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php

    to the child theme to get this:
    your-child/buddypress/activity/entry.php

    Reference

    Theme Compatibility & Template Files

Viewing 25 results - 18,651 through 18,675 (of 94,540 total)
Skip to toolbar