Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,226 through 18,250 (of 68,966 total)
  • Author
    Search Results
  • #174373
    tse11
    Participant

    @aces Thanks much, that was a great idea. Unfortunately it didn’t work. There has got to be a way to at least make these feeds private. If anyone knows, please let me know.

    #174369
    Jmar42
    Participant

    Is there a way to change the status update to a post instead of the current?

    #174364
    @mercime
    Participant

    Check out http://buddydev.com/buddypress/limit-groups-per-user-plugin-for-buddypress/

    Not quite clear about registration in group. Default is that if the plugin above is activated, once a user Joins (not registers) a group, the member cannot join any more groups.

    #174363
    shanebp
    Moderator

    Write a filter.

    buddypress\bp-members\bp-members-functions.php Line 1396

    $message = apply_filters( ‘bp_core_signup_send_validation_email_message’, $message, $user_id, $activate_url );

    #174361
    xWafflecakes
    Participant

    PS: I’ve tried Welcome Pack but that didn’t work. (WP 3.6, BP 1.8.1)

    #174358
    David Bisset
    Participant

    Not easily out of the box, from what I know. Why on the groups pages? Are you wanting a registration to be associated with the group that they registered from?

    If i had to do this, I would use either build a form and put it on the group’s home template or use a third party plugin like Gravity Forms to add a form via shortcode on the template. There are pros/cons to either method.

    If all you are doing is associating a group with a registration, then having a link to the BuddyPress registration page (via a querystring – say ?groupid=1 or ?groupname=test-group) and have that registration page include that group id in a hidden field (that gets added as a BP profile field upon submission/registration).

    #174355
    hughshields
    Participant

    The WPUF Pro plugin uses a field they are calling “Meta Key” on each of their user registration fields. The BP Integration Add On maps each of the custom registration fields to the Buddypress XProfile field. Unfortunately the value in the Meta Key field seems to be not syncing with whatever value Buddypress assigns to member profile fields. So I end up with two sets of member profile fields that are not updating correctly.
    So I am trying to locate the naming convention for Buddypress Extended profile fields or find out what each field is called. What the user meta value is I guess?
    I am installing PHP MyAdmin and will try to find there but hoped there was a naming convention or place to see this in the Admin.

    #174351
    sethshoultes
    Participant

    The integration we had developed for us was a few years ago. There was a lot more to it than just “I’ll attend” and “Maybe” buttons. We had it developed to show the events a member was attending in the activity stream, as well as a few other features that integrated with BP. We have a developer on our team now that is fairly familiar with BP and will hopefully have more time to work on an integration sometime next year.

    Good luck with your current project. Hopefully we can have an integrated BP solution sooner, rather than later 🙂

    #174350
    modemlooper
    Moderator

    You would need the coding knowledge of php, html and css.

    #174348
    hughshields
    Participant

    Hi Martin,
    I am interested to know if this is a custom registration page that you built or is it an available plugin. Registration has been a big issue for me. I am using WPUF Pro with their Buddypress Integration Add On to create a custom registration page but am having issues with user meta compatibility at the moment and therefore am looking for a better solution.
    The issue for me with my solution is that the user fields map to Buddypress but do not save correctly due to user meta incompatibility. Still working on this and trying to solve.
    Please let me know if you have found a good solution. Registration form in buddypress is a big problem and needs a multi-tabbed solution in my opinion.

    #174347
    David_1
    Participant

    I just learned that Gravity Forms is not free, but a Premium plugin.

    This brings me back to my original question, is there a way that I can install BP, (BuddyPress) on a minimal scale taking advantage of the Membership functionality while having an individual page for each member so that each Member can upload their own content such as their images and text?

    I still need to find a way to create the Tabbed set up for the individual Member pages (which is what the client really is after) later.

    The immediate I need to ascertain is can I install BP on a minimal scale taking advantage of the Membership functionality only, while keeping my twentyeleven child theme in tact.

    Many thanks for your input, suggestions and / or links to tutorials BP Community.

    #174345
    aces
    Participant

    @tse11

    try replacing the ‘wp’ with ‘bp_actions’

    function bp_remove_feeds() {
    	remove_action( 'bp_actions', 'bp_activity_action_sitewide_feed', 3 );
    	remove_action( 'bp_actions', 'bp_activity_action_personal_feed', 3 );
    	remove_action( 'bp_actions', 'bp_activity_action_friends_feed', 3 );
    	remove_action( 'bp_actions', 'bp_activity_action_my_groups_feed', 3 );
    	remove_action( 'bp_actions', 'bp_activity_action_mentions_feed', 3 );
    	remove_action( 'bp_actions', 'bp_activity_action_favorites_feed', 3 );
    	remove_action( 'groups_action_group_feed', 'groups_action_group_feed', 3 );
    }
    add_action('bp_init', 'bp_remove_feeds');
    #174343
    David_1
    Participant

    Hello @modemlooper,

    Thank you for your advise. It is very much appreciated indeed.
    I will take a look at the Gravity Forms.

    I do not know if they, (Gravity Forms) have the tools / capability a tabbed style set up that we need. Perhaps that could be done with ‘User Meta’ or a Gravity Forms add-on plugin. (?)

    Any additional thoughts, or advice would be very appreciated!

    Thank you again @modemlooper

    #174342
    TheDutchGamers
    Participant

    Thx, but cannot get it fixed ;(
    I hope to find somebody that can help us (for a fee)…

    #174339
    Gyan Gaurav
    Participant

    @henrywright-1 sorry henry..replying late. I was stuck with some more bad issues. actually I did try to by activating the default theme. but same happened.. some pages show a page not found error at first and gone away when I refresh it again.

    Thanks for your help

    #174332
    modemlooper
    Moderator

    You could use BuddyPress but something like gravity forms might be better since you would not be using 90% of BuddyPress

    #174328

    In reply to: Multisite

    Ben Hansen
    Participant

    i dont personally know how to make the pages show up on sub sites but i do understand it’s possible with certain modifications. some (all?) of the buddypress widgets can be placed on on sub site sidebars out of the box.

    #174327

    In reply to: Multisite

    montaya
    Participant

    yes, only the primary domain is showing the buddypress pages. I need them to show on the subdomains and not the main domain. what widgets or what do I need to do to achieve this?

    #174326

    In reply to: Multisite

    Ben Hansen
    Participant

    yes that’s correct by default (without modifying things) all of the buddypress settings are applicable only on a network level. most of the front end buddypress features/content are meant to show only on your primary hub site of the network but the activity and other activity on the sub sites will be recorded and listed in the main activity feed for your main site. Some of the features can show up in sub sites as well (mostly in the form of widgets i believe).

    #174325

    In reply to: Multisite

    montaya
    Participant

    Or am I barking up the wrong tree, and is it possible that buddypress does not need to show on the individual domains and subdomains admin areas, as other plugins do?

    #174324
    mattg123
    Participant

    np @samdg but as mentioned higher in the thread, removing the username from the url might be a different story

    #174323

    In reply to: Multisite

    montaya
    Participant

    Been through all the settings in the network admin dashboard-and activated all that is showing. buddypress is network activated but not showing as a plugin to active on the domain and subdomain site dashboard admin areas.
    How do I get buddypress to show in these areas?

    #174322
    Henry
    Member

    As an example, if you wanted to align-right the “active time ago” text you could put this in your theme’s style.css

    .item-meta .activity {
        float: right;
    }

    As I said though, there are many ways to do it depending on your exact needs. text-align: right is an example. Make the parent element position: relative; and then use position: absolute; right: 0; top: 0; is another. The best approach will all come down to what you’re trying to achieve visually overall.

    #174318
    samdg
    Participant

    thanks.. i’ll see if that helps 🙂

    #174316

    In reply to: Multisite

    @mercime
    Participant

    @montaya WP/BP versions? Is WP installed in domain root i.e. example.com and you created a network from there with subdomain structure? Did you activate BuddyPress in Network Admin > Plugins? Did you go to Settings > BuddyPress and set up BP configurations?

Viewing 25 results - 18,226 through 18,250 (of 68,966 total)
Skip to toolbar