Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'assign group on registration'

Viewing 13 results - 26 through 38 (of 38 total)
  • Author
    Search Results
  • #163621
    Thunderpeel
    Participant

    These plugins should help 😉

    This one is used for members to choose the group they want on registration.
    https://wordpress.org/extend/plugins/wp-roles-at-registration/

    This plugin assigns specific profile groups to the roles you want.
    https://wordpress.org/extend/plugins/buddypress-xprofiles-acl/

    These both work great together, and I am using them on the most recent WordPress and BuddyPress versions.

    #152361
    tushargp
    Participant

    Just a small favor from you required if you can look that- as I’m very close to execute it.

    For http://www.healthitinsider.com – I’m currently using buddypress template file and having the following functionality
    https://github.com/kayue/buddypress-blank/tree/master/

    Activity
    Blogs
    Forums
    Members
    Registration

    I would like to create a specific section like groups which I name to Company. So that user can create and register company here.

    I have copy the code of groups section (code mention in previous link)- modify it and create a directory which I name company
    Healthitinsider.com/wp-admin/content/themes/company

    Now I would like to define function in function.php so that it will be functional and we can assign a page on the site like
    http://healthitinsider.com/groups/

    For style.css I’ve use the previous codes. Please let me know how we can have the following functionality.

    #141517
    redrocktoday
    Member

    @hugo: I think providing the choices with nested/conditional custom fields and the ability to be bond with automatic group assignments during user registration should be at the heart of making BuddyPress useful in a BASIC way. These are not some fancy stuff that we should expect come from the Plugins. Plus, if we depend on Plugins for all these patches to the foundamental parts of our BuddyPress powered sites, and if the Plugins not updated on time with the new release of BuddyPress Core, then we are completely doomed!

    Please, everyone, in the core dev team, reconsider this request. Thank you!

    In terms of the automatic group member depending on certain profile fields, here is another user’s request … https://buddypress.org/community/groups/miscellaneous/forum/topic/automatic-group-member-depending-on-fields-in-profile/

    #130983
    Peter
    Member

    Hello peeps just wondering if u can help me out. After doing a fresh install off buddy press it seems i can’t sign up new member profiles or any other component working i can enter by admin and set up new users but can’t register new users from the login or register page. I have followed step by step instructions but it seems it might have something to do with my permalinks. Buddypress installs with default url permalinks but when i was setting up buddy press it asked me to set up my permalinks. I chose php my admin but after setting up pages for buddy press which it asks u to assign a page to a catergory it seems the urls are the default permalink urls and not the ones for my site. My url permalink is http://localhost/xampp/wordpress/index.php/activity-streams/ The default set of links are:

    Activity: http://localhost/xampp/wordpress/activity/
    Members: http://localhost/xampp/wordpress/members/
    Groups: http://localhost/xampp/wordpress/groups/
    Forums: http://localhost/xampp/wordpress/forums/
    Register: http://localhost/xampp/wordpress/register/ (registration must be enabled)
    I have read so many turorials but none seem to point me in the right direction. Can someone help me out as i still can’t find an answer and i thought it was a simple plugin that worked out of the box LOL

    #128677
    r-a-y
    Keymaster
    #128661
    #128591
    @mercime
    Participant

    You need to create a plugin for that or hire a developer to do so.

    #126560

    Ok so I see that the xProfiles ACL Plug-in allows you to assign different profile groups to different levels of users… I know the default registration form registers people as subscribers…. it is possible for me to create a separate form for maybe “contributors” and assign them the proper profile groups corresponding to the “promoters” and leave all of the “subscribers” with the proper groups for the performers and artists? Or is there a way I could just create a different user level altogether? Help >__<

    Eric Odom
    Member

    Hey guys, here’s a demo URL. (Ignore the “splash” page with map that appears if you skip the registration window. We haven’t yet removed that file and don’t intend for it to be there.)
    http://www.patriotactionnetwork.co

    (Just add “m” to the end of the URL to see the Ning site)

    PLEASE IGNORE THE POLITICS AS I’M SURE WE MAY NOT ALL AGREE ON EVERYTHING!

    As you can see, we created a pop-up for registration. One of the cool features of the pop-registration is the auto-group assign based on state chosen. This is important because we’re trying to integrate state based “sites” on the content side of the network with state based “groups” on the social side. To see an example of this check out:
    http://arizona.patriotactionnetwork.co/

    One of the biggest shortfalls of Ning was the cluttered sort of static groups that you couldn’t do much about. With BP and Multisites we’re able to create a hybrid “state hub” that has both the full website feel on the front end, with a socially engaged group behind it on the social side.

    So now we’re trying our best to marry the group http://www.patriotactionnetwork.co/groups/arizona-patriots/ with the site http://arizona.patriotactionnetwork.co/ and we’re doing the same with all 50 states.

    Also, here is a look at my profile and the use of activity streams to pull in content from all network sites.
    http://www.patriotactionnetwork.co/members/ericodom/activity/

    Lots more to come. Have a ton of stuff to share with you guys on our experiences in doing this.

    -Eric

    #64314

    In reply to: Custom Types

    designodyssey
    Participant

    Yeah, I can. I guess what I’m looking for is something that supports the front-end recognizing those different types at registration and then in themes. But, yes, I can create the roles and assign them capabilities. I’d like to do the same with groups and then either display the groups separately within the groups page or have multiple “pages” for each type. Same would be true for profiles.

    Is this already possible for BP, even if roles setup in WP?

    Maybe it’s something like the Members plugin with something on the front-end for new registrants or members to choose with some approval process. Sorta like the paid status for all these premium sites except without the need for paying.

    #60292

    I know this is a little back from the dead, but I would go about this in a totally different way myself.

    I would use good old WordPress usermeta, and have three different registration screens. Giving users the ability to choose something will more often than not confuse them. If you give them a dedicated registration with only the options they need, that will yield better results.

    I have a post around here somewhere on how to assign usermeta values directly from registration. Then rather than trying to group users together, rather than wasting a profile field that you eventually have to hide or prevent users from changing, and rather than creating custom user role types, you can just check the meta and go. And if they upgrade their account, you just update the usermeta value.

    Custom user roles is a good idea too, but it comes with a little more work to make things cooperate the way you want to use them.

    #60108
    Paul Wong-Gibbs
    Keymaster

    TLDR version: Introduce types of groups. e.g. “User group” type – it has no forum, no “Home” page, just members listing and activity stream. This group added to Activity Stream filters where relevant.

    Would have to filter out custom group type “User group” out of the /groups/directory page & member profile group page.

    These custom group types could be set so they are publicly visible/private to those members involved/or hidden (visible to the creator only). As per current Group privacy settings.

    Could add e.g. “Friends”, “Colleagues” and “Fans” as default, empty groups for each user on user registration. Obviously revise theme to make the “Friends” page (“Connections”, maybe) look like the Friends page rather than a regular Group.

    Different users might create “User group” types with the same name but with different meaning (“Fans” could be interpreted several ways for example). This is no problem as such categorisation is defined — and belongs to — the user who does it. Might need some semantic group kind/type identifier in the code to allow FOAF/SIOC RDF profiles to be able to assigned to these “User groups”.

    #47868
    Jeff Sayre
    Participant

    @juanllamosas

    This thread is about Mike Pratt’s Featured Groups Widget. This allows site admins to select certain BP groups to feature. It has nothing to do with individual members.

    It sounds like you are talking about my Featured Member(s) Widget. If you are, you set a featured member by their unique ID, not by their username. When editing the widget’s parameters, it states “Member ID(s):” and “Separate member IDs by commas”.

    A member ID is the unique number automatically assigned to each user by WPMU upon registration. You can find each member’s unique member ID (also called userid), by logging into WPMU and clicking on “Site Admin > Users”. Then, hover your cursor of a given member’s username and look at the link text. you’ll see this in the url “user_id=”. You can also obtain a user’s unique ID by looking at the “ID” field in the wp_users table in WPMU’s MySQL DB.

Viewing 13 results - 26 through 38 (of 38 total)
Skip to toolbar