Search Results for 'private'
-
AuthorSearch Results
-
November 17, 2012 at 1:36 pm #145203
binutz
Participant“WordPress Access Control” plugin can be of some help in hiding the pages from non-registered users..
November 17, 2012 at 6:15 am #145192In 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!
November 13, 2012 at 7:22 pm #144941In 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.November 9, 2012 at 10:49 pm #144779In reply to: Meeting Scheduler
TripWest
ParticipantThanks. 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
November 7, 2012 at 12:34 pm #144654In reply to: [Resolved] Special page for not registered users
aces
ParticipantNovember 7, 2012 at 10:12 am #144652In reply to: [Resolved] Special page for not registered users
jacekpuzio
ParticipantI 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.November 4, 2012 at 6:10 pm #144489In reply to: BuddyPress Private Message using WYSIWYG editor
dassoubarna
ParticipantI 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.
November 2, 2012 at 10:31 am #144415In reply to: [Resolved] walled garden not working
dainismichel
Participantahh — i was going to do that but gave the “private buddypress” plugin a shot and it worked.
i am relieved and grateful

best,
dainisNovember 2, 2012 at 10:30 am #144414dainismichel
Participanthuh, 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!
October 31, 2012 at 10:53 am #144304In reply to: Problem with avatar on with a MultiSite set-up
rezwiebel
ParticipantOne 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…
October 30, 2012 at 12:49 pm #144253In reply to: [Resolved] walled garden not working
aces
ParticipantHave 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 )October 30, 2012 at 12:32 pm #144251In reply to: Private buddpress change redirect link?
windows84u
Participantno one knows how to change redirect link from wp-admin to registration page in private buddypress plugin??
October 28, 2012 at 10:18 pm #144128In reply to: Buddy Press Private Community help?
Tammie Lister
ModeratorWhat happens when you use the default BuddyPress theme? Do you get an error message or none?
October 28, 2012 at 12:19 pm #144116In reply to: What plugins to I need?
CameronW1996
ParticipantThat sounds the simplest way.
I take it when i have private groups I/teacher can add members to groups too?
October 26, 2012 at 5:38 pm #144032In reply to: What plugins to I need?
modemlooper
ModeratorAll 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
October 26, 2012 at 1:38 pm #144023In reply to: Add Profile link to WP Custom Nav Menu
John James Jacoby
Keymaster@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.)
October 26, 2012 at 3:34 am #143990In reply to: Blocking ALL requests to join accept invites
Toby Cryns (@themightymo)
ParticipantIt sounds like you should be utilizing hidden groups rather than private groups.
October 22, 2012 at 4:23 am #143784In reply to: Registering username with space can’t sign up
Jonas Lundman
ParticipantHey! 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 submitOBS : 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.
October 21, 2012 at 10:55 pm #143778In reply to: BuddyPress Private Message using WYSIWYG editor
@mercime
ParticipantNo plugin available at this time. You’d have to code it yourself or hire a developer to do so.
October 21, 2012 at 7:50 pm #143772In reply to: What happen to all of the plugins on this site
Jonas Lundman
ParticipantThis 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.October 21, 2012 at 2:16 pm #1437669087877
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.October 21, 2012 at 9:58 am #143759Paul Wong-Gibbs
KeymasterYou’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.
October 21, 2012 at 8:54 am #143758raphadko
ParticipantSure, 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.
October 21, 2012 at 5:36 am #1437559087877
Inactive@raphadko I don’t understand the logic behind this. Can you elaborate further on what you are trying to accomplish? .
October 21, 2012 at 4:48 am #143753raphadko
ParticipantGood 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? -
AuthorSearch Results