Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 2,001 through 2,025 (of 3,463 total)
  • Author
    Search Results
  • #132809
    mrjarbenne
    Participant

    Are you the site admin? You should be able to access all levels of groups (public, private, hidden) without needed to be a member. Does it happen every time you create a private group, or just this specific group?

    @mercime
    Participant

    @jcaynes If you followed plugin instructions per plugin page, you would have created another folder and file like so
    /wp-content/plugins/buddypress-private-community-config/mm-buddypress-private-community-config.php
    Delete that as well

    jcaynes
    Member

    @mercime, I have deleted it, but it is hanging on somewhere and causing problems, which is why I posted here.

    Thanks!

    Jan

    @mercime
    Participant

    @jcaynes this plugin https://wordpress.org/extend/plugins/buddypress-private-community/ has not been updated for BP 1.5+. Delete it from your installation.

    #132754
    Famous
    Participant

    I should have been more specific. I meant, can we separate these classifications because the majority of people seem to like keeping their private lives away from work and vice versa.

    #132651
    @mercime
    Participant

    == it looks so rubbish in IE. ==
    Yup, IE < 9 is bane of designer/developer :-) There are still at least 2 solutions as I pointed to above if you want to pursue the buttons later.

    == But please is there a way to wrap the Edit Profile link which is in the item-header so that it shows on your own profile alone and not when viewing others profile. instead of hiding it under private message button. ==

    Saw your new topic and answered you there https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-link-show-on-your-profile-alone/

    #132614

    @mercime, thanks so much for your help so far, have given up on the button. it looks so rubbish in IE. i dont even check it until you call my attention to it.

    But please is there a way to wrap the Edit Profile link which is in the item-header so that it shows on your own profile alone and not when viewing others profile. instead of hiding it under private message button.

    The code am using is :
    `<a class="edit-my"<a href="profile/edit”>Edit Profile`

    I mean may be a wrap to declare something like if is_ user_profile

    Regards

    #132578

    @mercime, thanks so much. the problem has been solved. what i did was i declare them seprately and it works.

    div#item-header #send-private-message a{background: url(_inc/images/plus-icon.png)no-repeat 0 2px transparent;padding-left:16px;
    }
    div#item-header #send-private-message {background:#ededed;background:-webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));background: -moz-linear-gradient(top, white, #ededed);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ffffff’, endColorstr=’#ededed’);}

    #132575
    @mercime
    Participant

    There can only be normally one background image per element in CSS2 so when you add the icon, it will override the gradient background created in parent theme. You could add extra bg-img using pseudo-elements but that’s good for modern browsers and IE8+ only.

    You can use multiple background images for one element with CSS3 compatible with most modern browsers incl. IE9 above. But if you have users who use IE8 below, it will note show up at all.

    One solution for cross-browser compatibility down to IE7 is to create an image with the icon and the gradient background, e.g. activity-time-since-with-gradient-background.png, together and hook that to the link:
    `div#item-header #send-private-message a {
    background: transparent url(_inc/images/activity-time-since-with-gradient-background.png) left center no-repeat !important;
    padding-left: 25px;
    }`
    Of course your image name won’t be that long.

    The other solution is this: http://www.norestfortheweekend.com/2011/02/26/css3-gradients-multiple-backgrounds-and-ie7/ This is more involved but a great learning experience if you have the time.

    #132566
    @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;
    }`

    #132560

    @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

    #132550
    Mary Jane
    Member

    I do that on jbsocial.com using the following plugins

    Member Access
    PC Hide Pages
    Peter’s Login Redirect
    Simple Access Control

    relachola
    Member

    Hi,
    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, LLC

    Yes, I can reproduce the issue with all plugins disabled.

    Thanks

    #132389

    In reply to: Simple photo community

    Barna
    Member

    Can you pls let me know how can i get in touch with you in a private msg ?

    thx

    #132366
    lazyazian
    Member

    Can 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 List

    else show everything

    #132228
    PJ
    Participant

    Paul,

    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.

    #132214

    In reply to: HobokenMommies.com

    jummy
    Member

    Oh 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!

    Boone Gorges
    Keymaster

    If 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_invites to false.

    #132122
    Etienne ROSENSTIEHL
    Participant

    I 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.)

    #132115
    richardpd
    Member

    How 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!!

    #132081
    Hugo Ashmore
    Participant

    Probably 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.

    Artisantopia
    Participant

    Anyone? Surely someone has some wisdom to share with me!

    #131977
    dannyjimmy
    Member
    #131957
    longilineo
    Member

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

    #131948
    longilineo
    Member

    Groups 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).

Viewing 25 results - 2,001 through 2,025 (of 3,463 total)
Skip to toolbar