Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 1,751 through 1,775 (of 3,450 total)
  • Author
    Search Results
  • binutz
    Participant

    “WordPress Access Control” plugin can be of some help in hiding the pages from non-registered users..

    #145192

    In reply to: Plugin: BP FriendPress

    drill_sgt.lewis
    Participant

    @aaron-nall I am interested in this as well. Do you have an ETA on plugin delivery? @ethanvan what is FriendPress and does it work? I am developing a site for veterans but I need activity to be private similar to facebook. Thanks!

    #144941

    In reply to: Showcase add

    @mercime
    Participant

    #1. You should post about your new site at this forum https://buddypress.org/community/groups/gallery/forum/

    #2. How can you be included in showcase/gallery when you have a closed/private community site? We’d have to register first to see what’s “unique” about your site, and that’s not kosher.

    == What should I do to make sure it is added to the list? ==
    #3. The BP Devs usually include sites with established communities.

    #144779

    In reply to: Meeting Scheduler

    TripWest
    Participant

    Thanks. I’m actually taking a look at that one, but I’m waiting to hear back from them if it will accomplish what I’m looking for. I don’t feel like paying for a plugin only to get it and find out that it doesn’t do what I need it to even after some tweaks. If it will do what I need, then I have no problem paying for the plugin.

    Does anybody know if wpmudev’s Appointments+ will accomplish letting two buddypress members set up meetings with eachother? I’d additionally be okay with something that just set up an events page as long as the event could be made private and recurring. Everything I see is either for groups or no apparent way to make it private

    #144654
    aces
    Participant
    #144652
    jacekpuzio
    Participant

    I found a code to put in functions.php

    ‘ function redirect_nonloggedin_users($current_uri, $redirect_to) {
    // Redirect users to the homepage
    // Caution! Exclude the homepage from ‘Private BuddyPress’ options
    // to avoid redirection loops!
    return get_option(‘siteurl’) . ‘/?from=’ . $redirect_to;
    }’

    but i dont know where put a site that not registered users will be redirected to. ?
    If i put it to functions.php nothing happens.

    #144489
    dassoubarna
    Participant

    I have found a plugin that can do so. But it will work upto wordpress version 3.2.1 and BuddyPress 1.2.9 or higher. You may try that.

    https://wordpress.org/extend/plugins/bp-tinymce/

    #144415
    dainismichel
    Participant

    ahh — i was going to do that but gave the “private buddypress” plugin a shot and it worked.

    i am relieved and grateful :-)

    best,
    dainis

    dainismichel
    Participant

    huh, i just tried the “private buddypress” plugin — using the latest WP BP for nov 2 2012 (plz lookup the versions if you need to), and the plugin works just fine.

    i am quite grateful to the creator of the private buddypress plugin. it does everything i need it to do.

    life’s hard enough as it is — when you catch a “break” like this with code that works as promised without hassles and even without payment — you just really have to say thanks.

    thanks to dennis at: https://profiles.wordpress.org/GIGALinux/ seriously — thanks!

    #144304
    rezwiebel
    Participant

    One addition: it seems, that also the state of privacy is not saved, when i create a new group. Only, when i change the privacy after creation. So when i want to add a private group and not public, it is still public after creation. The problem exists also with Standard Theme of Buddypress…

    #144253
    aces
    Participant

    Have you changed the theme template to remove the walled garden hook?

    With Your function there should be something like “ in the header.php ….

    An alternative way is to load it on a bp hook as in https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-make-buddypress-1-6-a-private-community/#post-136021 ( Note:
    The function can be put into bp-custom.php though that example puts it into a plugin )

    #144251
    windows84u
    Participant

    no one knows how to change redirect link from wp-admin to registration page in private buddypress plugin??

    #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?

Viewing 25 results - 1,751 through 1,775 (of 3,450 total)
Skip to toolbar