Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 1,776 through 1,800 (of 3,463 total)
  • Author
    Search Results
  • #144128
    Tammie Lister
    Moderator

    What happens when you use the default BuddyPress theme? Do you get an error message or none?

    #144116
    CameronW1996
    Participant

    That sounds the simplest way.

    I take it when i have private groups I/teacher can add members to groups too?

    #144032
    modemlooper
    Moderator

    All you would need is to create private groups and then users could request access. That’s the simplest route. You could also automate it by user role or even by using a profile field

    #144023

    @shawn38 – Firstly, thanks for the kind words. Secondly, if someone wants to try and charge for a plugin, they are free to do so. Also, telling someone you’re not trying to attack them, and then attacking them, isn’t going to yield positive results. If you don’t have anything nice or helpful to contribute, it’s best to keep it to yourself, or that you share it outside of these support forums.

    (Emailed @shawn38 privately to continue chatting.)

    #143990

    It sounds like you should be utilizing hidden groups rather than private groups.

    #143784
    Jonas Lundman
    Participant

    Hey! for BP 6.1 :
    Lous thinking!
    Working on the same problem. Maybe try this advice. The problem is; you cant send private not-friend-messages or mentions or scale up to blog-user-based systems with whitepaced usernames. In the end the user gonna need to enter no-whitepace-names. So interacting nicely would be better approach:

    1) To accept the user to type whitespace, but not record them, using jQuery
    2) Use EMAIL also to login https://wordpress.org/extend/plugins/wp-email-login/

    Example for 1) :

    – Leave the register process AS IT IS in bp 6.1 -as now accepts:

    Donald Duck = donAld duCK = or HOWEVER a user choose their username with lowercase/ uppercase (This is good for loggin back in – many forgot their cases). The username avabililty checker don alows any other combinations either by default (DonaLD-DUCK is occupied).

    – Run a jQuery on(‘keyup’) function as a validator when form appears at :

    a) register
    b) Loggin in
    c) Changing username (if enabled by any plugin)
    d)* Display name (xprofile required field) = profile edit BASE submit

    OBS : The keyup replaces any whitepsace on the fly when user typing in their Username with hyphens. Diffrent browser handle this diffrent, so a onfocus need to be provided if user PASTE their name. NOTE : YES The user with no javascript has to look at the instructions instead …

    The results will become : “Donald-Duck” as username, loggin in however letters cased.

    If you don wanna show this white-space replacement, Use ‘onsubmit’ instead of keyup -so it can be added silent. But I think its better to LEARN the user to use Hypens – by see the “forced action”. The user will need to write correct usernames when sending/ composing messages and mentions and feeds and…if you scale up.

    GOOD: “donald-duck” as the sitewide username = key (private messages, mentions and slugs for blogfarms etc etc)

    Also – for user exp – Use a tooltip to make it CLEAR that we are replacing their favorite username with hyphens.

    * Display name field, change in the template to ‘hidden’ in xprofile situations. Menaing: NEVER let the user be avaible to fill that out. So the trick comes to the register process. This field is hardcoded required. Let the field be hidden by CSS, added a clone of Username field in the submit. Let the username be Masterfield so avabililty check running ok. Then you get rid of Display name showing SAME for diffrent users – if they can type by themselfs.

    Special if you dont wanna display/ using First and Last names:

    I have hidden the Display name field in register/ everywhere, cloning username data on Submit, splitting hypens so it displays Donald Duck.

    In the payment forms Firstname = Donald Last name = Duck
    OTHERWISE the first name will be Donald-Duck and last name Empty.

    Summary:

    Don mess with php tweaks so urls get crazy, you loose quality of your collected database if ya cant scale up or migrate in the future. I tried everything and belive me, a small site will starting have problems very soon. Don core files, its security reasons why no filtering is easy to do here – I suppose, after trying everything with authenticate filters and hooks.

    I woluld like a plugin to Change ALL custom messages provided in the sign up processes in WP. Including The boring email without username provided. The Welcome Pack can do this with some trix. So the user-name is shown in confirm message.

    / Hope it helps.

    #143778
    @mercime
    Participant

    No plugin available at this time. You’d have to code it yourself or hire a developer to do so.

    #143772
    Jonas Lundman
    Participant

    This SITE is such a confusing site. Become a buddy freak since mars and this site I cant understand. Where Am I? In a group or in a forum? In a private activity? When can I search for What?
    Searching doesnt work and everything is SOO Old.
    And Google points here all the time.
    Just finding reply button isnt easy.
    Bad for the wonderful Buddypress WordPress solution.

    9087877
    Inactive

    @raphadko
    Groups only matter in forums and if you choose site wide forums you can get rid of groups all together. That has nothing to do with private message one on one conversations. This issue still seems to be lacking a bit of logic. A PM only goes to the person you send it to anyway so essentially it is a one on one conversation. Not enabling friendships means you really cant use any of the great friendship based plugins like @r-a-y ‘s Private Messages For Friends Only, or my own plugin BP FriendPress which shows a facebook like activity stream that is dependent on friendship.
    Taking friendships out of the equation is only going to limit what you can control in the long run so I personally would suggest reconsidering your options.

    Paul Wong-Gibbs
    Keymaster

    You’d probably have to write some custom code (or hire someone to do it for you) to only accept two people in a PM conversation. Nothing like this out of the box.

    raphadko
    Participant

    Sure, sorry if I was not clear..
    I have a small community, approx 60 members, and everyone know each other in real life, so for this case it’s pointless to enable friends connection, since everyone are already friends..

    Well, for the private messages, I want users to be able to communicate with messages, but only 1 on 1 conversations, no group conversations. When a user sends a message, I whant them to be able to send only to one person, no more than that.

    9087877
    Inactive

    @raphadko I don’t understand the logic behind this. Can you elaborate further on what you are trying to accomplish? .

    raphadko
    Participant

    Good plugin, but not exactly what I am looking for..
    I have ‘friends’ disabled on my site, but I have messaging enable (my community is too small to divide by friends). I want messaging to only happen between 2 people. Any ideas?

    #143743
    Jonas Lundman
    Participant

    Hi, recently worked on a datingsite, and a school intranet for BP and scanned 6 month of Getting BP private. Have a lot of notes -and one popped up when reading this post:

    http://picklewagon.com/wordpress/new-user-approve/

    “When a user
    registers for the blog, the user gets created and then an email gets sent to
    the administrators of the site. An administrator then is expected to either
    approve or deny the registration request. An email is then sent to the user
    indicating whether they were approved or denied. If the user was approved,
    the email will include the login credentials. Until a user is approved, the
    user will not be able to login to the site.”

    Try this as a start – didnt remember if I have (Went trough TONS of solutions of reg process, but I saved this link so maybe its useful…), The fix might be to preserve the passwords somehow instead of autocreate them when aproved.

    / Maybe gonna share my solutions later for the BP datingsite – lot of privacy filters and hooks…

    #143741
    modemlooper
    Moderator

    You are better off letting email go to user but remove the activation link. Create a function that hooks into member sign up to email you separately. I’m suggesting this because its better conversion for users to get the email.

    `function email_admin_user_signup() {
    //email admin code here
    }
    add_action(‘bp_core_signup_user’, ’email_admin_user_signup’);`

    #143740
    angslycke
    Participant

    @djpaul: Yes, but I want to redirect the “activate your account” e-mails to the site admin instead of the user to let the admin know that a new user has registred. I’m trying to figure out the best way to do this. Obviously I don’t want to edit core files, so best practice should be to use a filter to replace the users e-mail address with the site admin e-mail address I guess?

    I found an old post regarding this here (from 2010):

    http://www.thoughtsofjs.com/moderate-new-user-registration-in-buddypress.html

    They’re editing core files there (bad!), but I found this in the comments as a function to achieve the above:
    `
    function filter_replace_with_moderator_email($user_email) {
    return get_site_option( “admin_email” );
    }
    add_filter(‘bp_core_activation_signup_user_notification_to’, ‘filter_replace_with_moderator_email’);
    `

    I added this to my themes custom functions.php-file but the e-mail is still sent to the user instead of the admin. Is there a change in BP 1.5 so that I need to change the hook in the filter? Does anyone know?

    meg@info
    Participant
    #143718

    In reply to: What are Friends for?

    9087877
    Inactive

    @mercime Hey no problem. Just out of curiosity even though that plugin has not been updated, do you know if it works with the current versions of WP and BP? I know sometimes it just a matter of testing with the current versions and updating the readme.txt in the plugin to reflect it will work with them. Thanks again.
    @tdempsey2012 if @mercime confirms the questions above this may help give a you a reason for friends on your site. Also you may want to check out the plugin BP FriendPress https://downloads.wordpress.org/plugin/buddypress-friendpress.zip . It allows you to show your friends and your own activity in the activity stream for your users like facebook does. The admin still see’s sitewide activity.
    Edit:
    @mercime @r-a-y @tdempsey2012 I just tested r-a-y’s plugin on my test server with the latest versions of WP and BP and its working as it should. Subscribers get denied sending a private message if they are not friends, and the admin can send a private message to anyone regardless of friendship. Is there a chance of getting @r-a-y to update the repository to reflect this plugin is still valid for the current versions of WP & BP? Thanks!

    #143716

    In reply to: What are Friends for?

    @mercime
    Participant

    @shawn38 Apologies, no bug at all. It’s my bad, I forgot I have BuddyPress Message Privacy Plugin installed in all sites ever since There’s a free https://wordpress.org/extend/plugins/buddypress-private-message-for-friends-only/ but it needs to be updated for current BP version.

    raphadko
    Participant

    So, should I submit this as a bug ticket?

    #143713

    In reply to: What are Friends for?

    9087877
    Inactive

    @mercime I am using the latest versions of WP and BP and as you stated above `”Private Messages can only be sent to and received by Friends.”` I have found on my test server a possible bug if this is supposed to be the way it functions as stated above. The ajax auto fill in for the User/Friends name will work if you are friends, however it does not work if your not friends, but if you manually type in the users name even if your not friends the private message still goes through and is delivered to the person you are not friends with. Keep in mind these test users are subscribers only and not admins, so is this a possible bug? Thanks!

    #143706

    In reply to: What are Friends for?

    @mercime
    Participant

    Let your users make friend connections so they can track the activity each other, and focus on the people they care about the most.

    @tdempsey2012 Private Messages can only be sent to and received by Friends
    – Friends who are Group Admins can send invitations to friends to join the group created.
    – All those who accepted your friendship request show up in the Friends tab of your Profile page and you can check out the activities of your friends.
    – Of course, if you’re Super Admin, you don’t need to be friending everybody to send messages to one and all.

    DaveyWavey
    Participant

    Thanks so much @djpaul – I did consider the possibility of making the groups private, But our client wants them visible to non-group members (so they have an idea of what the group’s are about) and at the very least not auto-joinable. Adding define(‘BP_DISABLE_AUTO_GROUP_JOIN’,true); to bp-custom.php located at wp-content/plugins seems to have had zero effect on any aspect of my pretty standard BP 1.6+ installation. Like no effect at all. Like it’s not there. So if it’s a feature that is not deprecated why isn’t it working? I ask because I am stumped. Totally.

    #143692
    Paul Wong-Gibbs
    Keymaster

    The simplest approach may be to surpress the “click here to activate your account” emails, and use something like https://wordpress.org/extend/plugins/unconfirmed/ to manually activate them.

    Paul Wong-Gibbs
    Keymaster

    One option is to set the groups as “private”, not “public”. People can’t auto-join then.

    The constant you refer to ought to work in BP 1.6+, it’s not been deprecated.

Viewing 25 results - 1,776 through 1,800 (of 3,463 total)
Skip to toolbar