Search Results for 'private'
-
AuthorSearch Results
-
April 6, 2012 at 7:43 pm #132566
In reply to: How to add a background image icon to a button
@mercime
Participant@naijaping Hook the background image to your link. Add this to your stylesheet
`div#item-header #send-private-message a {
background: transparent url(_inc/images/activity-time-since.png) left center no-repeat !important;
padding-left: 25px;
}`In addition, you have two styles for `div#item-header #send-private-message` and the second one overlaps and hides the Edit Profile link. So look for `div#item-header #send-private-message`
Keep the first one below
`div#item-header #send-private-message {
float: left;
position: absolute;
right: 330px;
top: 22px;
}`Delete the second one below
`div#item-header #send-private-message {
right: 243px;
}`April 6, 2012 at 5:53 pm #132560In reply to: How to add a background image icon to a button
Prince Abiola Ogundipe
Participant@mercime, i created the child theme of bp default theme myself.
site url : http://suchworld.co.cc
i have tried private message button and also friendship button but not works.
Thanks for your help
April 6, 2012 at 4:52 pm #132550In reply to: Setting user profiles to ‘private’
Mary Jane
MemberI do that on jbsocial.com using the following plugins
Member Access
PC Hide Pages
Peter’s Login Redirect
Simple Access ControlApril 5, 2012 at 12:09 pm #132490relachola
MemberHi,
Yes, the user is member of the group, infact the owner of the group.Privacy level is set as below
“
This is a private group•Only users who request membership and are accepted can join the group.
•This group will be listed in the groups directory and in search results.
•Group content and activity will only be visible to members of the group.
“
For public goups, it works fine.The version of WP is 3.3.1 and 1.5.5 of BP.
Applied theme is BuddyPress Default 1.5.5
The defaul wordpress installation/theme is Tachyon 1.1 by RocketTheme, LLCYes, I can reproduce the issue with all plugins disabled.
Thanks
April 4, 2012 at 12:37 pm #132389In reply to: Simple photo community
Barna
MemberCan you pls let me know how can i get in touch with you in a private msg ?
thx
April 4, 2012 at 2:39 am #132366In reply to: Public Groups with Private Forums
lazyazian
MemberCan anyone help with this? I don’t know enough on how to code to do this myself, but I can look into tweaking code if I know where to look.
I started thinking about this more an think it’ll be easier to make the groups private, but to make the “Activity Home” and “Members Listing” public because I don’t want people to be able to just join any public group.
It should be something simple like (excuse my pseduocode):
if member = Not member of group
then show Activity Home and Group Members Listelse show everything
April 1, 2012 at 2:26 pm #132228In reply to: Buddypress breaks https
PJ
ParticipantPaul,
Ideally I’d like to have the whole site forced https since I have a private ssl. So, WP+BP in all https if possible.
I did a fresh install of WP and just installed BP, so I doubt it’s an image issue. Is there a way to go totally https?
I also went to Settings > General and changed WordPress Address (URL) to have an https rather than http. Anytime I click BP parts of the site it goes back to regular http.
April 1, 2012 at 3:36 am #132214In reply to: HobokenMommies.com
jummy
MemberOh this site is just beautiful!
Would you be kind enough to share some information about what kind of hosting (virtual private server vs shared hosting) this site is running on?
Many thanks!
March 29, 2012 at 7:14 pm #132137Boone Gorges
KeymasterIf you don’t want anyone in any group to be able to send invites, put the following in your bp-custom.php file:
function bbg_no_send_invites( $can_send_invites ) { $can_send_invites = false; return $can_send_invites; } add_filter( 'bp_groups_user_can_send_invites', 'bbg_no_send_invites' );If you want to be more selective than that – for instance, allowing only group admins to invite, or blocking invites only in private groups – you’ll need to put some more logic in there before setting
$can_send_invitesto false.March 29, 2012 at 1:43 pm #132122Etienne ROSENSTIEHL
ParticipantI made many changes. I probably did both. Now you know the problem, do you know a solution ?
(I use a very basic structure : WordPress, BussyPress, bd-default theme and Private BuddyPress.)March 29, 2012 at 10:13 am #132115In reply to: Search Buddypress Support Forums
richardpd
MemberHow do I find my BP forum posts here at BP support? I can find my WP forum posts at wordpress.org but not BuddyPress!
My ‘Your Activity’ link tells me the number of my posts but nowhere can I find a link to my posts (so I cannot review them!).
I follow Mercime (a moderator on this site)-but I cannot see a way to private message her for help?!
I am having lots of trouble running BP on my site and am finding help hard to get here.NB Why does my post say ‘Deleted User’ when I am logged in as richardpd?
NNB-Fixed ‘Deleted User’ issue…I was not logged in properly?! I am not sure how that happened but I changed my WP.org settings & relogged in & is fine now!!March 28, 2012 at 9:27 pm #132081In reply to: Allowing members to upload private documents
Hugo Ashmore
ParticipantProbably by doing something along the lines of installing ‘buddypress-group documents’ plugin and then in the screen templates doing some magic to only show uploaded docs to the logged_in_user == bp_displayed_user or user is an admin, you should be able to get something working albeit a bit crude.
March 27, 2012 at 8:46 am #132001Artisantopia
ParticipantAnyone? Surely someone has some wisdom to share with me!
March 26, 2012 at 6:32 pm #131977In reply to: Make Private Group members list visible to public
dannyjimmy
MemberI have wondered the same thing but with the group’s discussion content: https://buddypress.org/community/groups/requests-feedback/forum/topic/added-group-setting-exclusive-anyone-can-view-not-anyone-can-join/
March 25, 2012 at 9:00 pm #131957In reply to: change default group status from public to private
longilineo
MemberHow to set default type to private rather than public?
I looked at the “Group Extension Api”. As I understand, they allow only to add steps in creation and editing groups.
I don’t find nothing that allows to override default behavior in creation and editing of groups.
Can someone help me?
March 25, 2012 at 1:37 pm #131948In reply to: change default group status from public to private
longilineo
MemberGroups should be only private or hidden.
I know I should not change the core, but I do not know how to do otherwise.
By changing the core, I can remove the ‘public groups’ among those available during the creation process of the group.
In truth, to remove the radio button, I do not modify the core but a view of the active theme.
But the default groups are still created as public. This occurs when you create the group by setting only the name and description of the group (first step).
March 24, 2012 at 9:57 pm #131935In reply to: change default group status from public to private
Paul Wong-Gibbs
KeymasterYou shouldn’t edit core files directly. What are you trying to do? Remove public groups and force them to be private?
March 24, 2012 at 2:20 pm #131929In reply to: Members Only for the WHOLE site
Peter Hardy-vanDoorn
ParticipantI use the Private Buddypress plugin – it’s very simple and locks the whole site down, with the option to exclude the front page or blog pages if you want, otherwise everything gets password protected and only shown to logged-in users.
March 22, 2012 at 8:43 am #131781In reply to: User registration approval by admin
Etienne ROSENSTIEHL
ParticipantMany thanks but nothing really works automaticly as it does on WordPress with theme-my-login or equivalent plugins.
I tried to use the ‘pending’ status for user and it does not work either.
At the end of the day, I use Buddypress and Private BuddyPress and I unclick the ‘anyone can register’ tick box.
– Users are then created manually by the Admin. Probably the most effective moderation.
– Blog and pages are public, social network remains private.March 17, 2012 at 11:29 pm #131545In reply to: How to send an email notice for a private message?
@mercime
ParticipantIt is activated by default. Each member can change preferences in member’s Settings > Notifications panel.
March 17, 2012 at 10:38 pm #131539In reply to: Reply to private message is sent twice
@mercime
ParticipantDo stick with the same topic thread for the same issue.
Closing a duplicate topic in favor of the same with more information – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/reply-to-private-message-is-sent-twice-1/March 16, 2012 at 12:58 pm #131472In reply to: [resolved] Remove/Disable Hidden Group Creation?
Anonymous User 96400
InactiveWhat @mercime said together with filtering `groups_valid_status` to only return public and private should do the trick.
March 16, 2012 at 5:32 am #131459In reply to: Groups will not create
LisaWolfe
Member… last FYI: I also have the following plugins active.
All in one Favicon Version 4.0 | By Arne Franken
BP Group Management Version 0.5.2 | By Boone Gorges
BuddyPress Version 1.5.4 | By The BuddyPress Community
BuddyPress Album Version 0.1.8.11 | By The BP-Media Team
BuddyPress Docs Version 1.1.19 | By Boone B Gorges
BuddyPress Like Version 0.0.8 | By Alex Hempton-Smith
BuddyPress Mobile Version 1.5.2.3 | By modemlooper
BuddyPress Private Community Version 0.6 | By NipponMonkey
CubePoints Version 3.1 | By Jonathan Lau & Peter Zhang
CubePoints Buddypress Integration Version 1.9.8.4 | By Tosh Hatch
Envolve Chat Version 2.3 | By Envolve.com
Events Manager Version 5.1.3 | By Marcus Sykes
Google Maps Lite Version 2.4.1 | By Ve Bailovity (Incsub)
Jetpack by WordPress.com Version 1.2.2 | By Automattic
VoucherPress Version 1.4 | By Chris TaylorMarch 12, 2012 at 2:05 pm #131265In reply to: Really need help on privacy. Complete noob here
dan77
Membertry this one:
http://pastebin.com/rgJ6BQc8logged in users only, private site. code needs to go into a bp-custom.php in your plugin directory.
March 12, 2012 at 2:03 pm #131264In reply to: Members Only for the WHOLE site
dan77
Membera solution without plugin for a private community, logged-in users only:
I used the code of david carson described in this thread:
https://wordpress.org/support/topic/theme-frisco-for-buddypress-login-in-home-page?replies=18here is the code you need to paste in a bp-custom.php in you plugin directory.
(you have to create it if you don’t have it).
Note: that not logged in users are redirected to slug/register page, you have to change it if your register page has a different URL.
<?php// **** Privacy ********
function restrict_access(){
global $bp, $bp_unfiltered_uri;// If user is not logged in and
if (!is_user_logged_in() &&
(
// The current page is not register or activation
!bp_is_register_page() &&
!bp_is_activation_page()
)) {
// Redirect to registration page. Change /register to your register page slug
bp_core_redirect( get_option('home') . '/register' );
}
}add_action( 'wp', 'restrict_access', 3 );
-
AuthorSearch Results