Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 676 through 700 (of 3,450 total)
  • Author
    Search Results
  • #256501
    marcono
    Participant

    Thank you *danbp*, a lot!

    Yes I wanted to do it for all group. define( 'BP_GROUPS_DEFAULT_EXTENSION', 'members' ); works perfectly. But, not for private groups, i.e. if you click on the group which is private, it will not be available.

    #256488
    marcono
    Participant

    ‘danbp’ your codes work great!
    One thing, though, since I removed the ‘home’ item in groups, now if I create a private group or click on a public group icon, the group page will not be available!
    I think it is because the ‘home’ item has remained as the default page for the group pages!? I changed my profile default page with ‘define(‘BP_DEFAULT_COMPONENT’, ‘profile’ );’ but it seems for changing group default tab story is different, so I used code suggested here: https://buddypress.org/support/topic/changing-group-tab-display-defaults/

    But still no success!?

    #255581

    In reply to: Buddypress

    kizzpatrick
    Participant

    Thank Sharmavishal,

    I would like to provide the dashboard or a private page for the group where only users of that group will be able to download the package, it’s not digital download it is just a zipped folder they will have to download.

    the problem with BuddyPress is that when you create a private group, they can be seen by other users who aren’t in the group even though they can’t view their information but due to competition purpose I don’t want to allow other members to see all the groups. I want only members who are in that group to be able to see their group and I would like to allow the group administrator to add users on the front page, not by invitation. I would also like to remove that site activity panel because I don’t want to appear like a social network and I don’t want to allow comment.

    is there a plugin or a way to customize BuddyPress to meet with this requirement
    Thanks

    #255558

    In reply to: Buddypress

    sharmavishal
    Participant

    rest all can be done with buddypress private groups….regarding this “view the package we sent them and be able to download them” do you want to offer digital downloads?

    #255478
    oddreal
    Participant

    @r-a-y I’ll provide you with developer’s contacts in a private message for more efficient work, because I’m just a newcomer and not sure I can be helpful here further.

    #255436
    Earl_D
    Participant

    Thanks for clarifying that was very helpful. I have not turned on private messages so this works really well as a solution for me.

    #255243
    sharmavishal
    Participant

    1. In BuddyPress, we by default get to see member page. I want to know how to redirect someone who is logging in/ new user after registration to News feed?

    search for login redirect plugins for buddypress

    2. I want to keep those wall, timeline and all in menu bar instead of profile tab. How to do that?

    check wp admin bar codex or associated plugins

    3. I am unable to hide admin bar/ that WordPress logo bar for non-admin user. no plugin helping me out.

    am aware of atleast 2 plugins which are working for me. u need to test/check which ones work with ur theme/setup

    4. how to make the menu such that signed in user can see log out button and other sign in/ register?

    via buddypress components in the menus. logged in and logged out menu links

    5. how to enable realtime notification and instant messaging private n groups both?

    notification is already there and its real time. i belive there is a group chat plugin for buddypress as well

    6. how to remove show dropdown menu in profile

    that would depend on ur theme which u are using

    PS:- I don’t know PHP much. moreover, I cannot afford to hire someone.

    then this would take much time and effort to customise it as per ur needs

    start from here

    Configure BuddyPress

    #255198
    Anonymous User 357386
    Inactive

    thanks for reply and not, this screen is from private browsing with firefox.

    dev (firebug) cannot help me, this menu is present just for max 1second 😐

    #255182

    In reply to: Installed. Now, what?

    r-a-y
    Keymaster

    If you want to use forums, you should use bbPress instead.

    bbPress = forums plugin
    BuddyPress = community plugin (member profiles, user groups, private messaging, notifications)

    You can use both, but if a forum is all you need, then use bbPress.

    I personally am not sure why you would move from phpBB. Installing WordPress just to use a WordPress forum plugin is not the best way to go about things unless you need to blog and use specific WordPress functionality on your site.

    #255044
    Sjoerdlagraauw
    Participant

    well.. i haven’t updatet Buddypress nor have I installed the beta version. But somehow the problem is solved. I had a problem with MyCred as well and they mentioned something about the plugin “user role editor”. Somehow it (or i did by mistake) change the admin role. So maybe this had something to do with the private message issue as well?

    If not it was a theme issue because we did receive a update from the theme.

    Anyway. thank you all for helping me with this problem

    danbp
    Participant

    Many topics about this question are already on the forum. You can also read here to get an idea.

    jameshh93
    Participant

    Wait it seems this was caused by me not setting friend connections and private message in buddypress settings..

    #254732
    Sjoerdlagraauw
    Participant

    Thanks @sharmavishal

    I think i’m gonna wait for the update release. THe @mentions work on the activity feed so it’s just the private message error. I hope that will solve it. If not i will have to start searching again 🙂

    Again thanks for all the help!

    danbp
    Participant

    I tested your code and got first a page not found error while trying to send a private message from the new position.
    I deactivated both action hook in cover and home files.
    Disallowed cover image option. And tested again and everithing worked.
    Allowed cover image and worked also.

    So i confirm that your code works and all buttons show up (with active href’s), at least with Twenty Sixteen theme, at the members profile page bottom.

    In resume, the only thing you have to do is to deactivate the original action hook in both files (so you can allow/disallow cover images).

    Forgot to mention that there is a litle error in your code line 133
    <?= wpautop(xprofile_get_field_data("About me", bp_displayed_user_id() ) ); ?>

    Should be
    <?php wpautop(xprofile_get_field_data("About me", bp_displayed_user_id() ) ); ?>

    #254627
    danbp
    Participant

    Please don’t double post. I answered you on this topic.

    #254626
    danbp
    Participant

    Private message

    A user must have friends to send private messages or visit the profile of another user to send him a msg.

    Messages

    To get it to work, you need also to enable following options in BP settings:
    – Friend Connections
    – Private messaging
    Additionnally, if you want to be notified by email
    – Notifications

    Whatever the option you activate, best practice is to control how it works on your config. To do that, use only WP, BP and one of Twenty’s theme before activating a third party theme and any other plugin.
    This will ensure you that BP is fully working on a standart WP config.

    Mention

    @mention use AJAX which can in some case, mostly with sophisticated themes or frameworks, lead to conflict. In that case, the culprit isn’t BP or WP, but the theme or a plugin whose code (generally) use a different standart as WP.

    If you get issues with mention or messaging, activate wp_debug in wp-config and check your browser JS console to track down errors. The one or the other can give you precious debug information. You can also use a debug tool like Firebug.

    #254620
    Sjoerdlagraauw
    Participant

    Hi,

    I have the same problem. Strangly enough i used to be able to private message anyone but now it doesnlt work. That is that i can not select a user. I can type a name with our without the @ sign but nothing happens. Any Ideas @sharmavishal?

    Hope you can help me. Website is https://lounge.azie-expert.nl

    #254488
    sharmavishal
    Participant
    #254487
    sharmavishal
    Participant

    couple of plugins to make bp site private

    ex: https://wordpress.org/plugins/buddypress-members-only/screenshots/

    disable user can register option in general settings

    you can use any page as home page via settings-reading option

    to redirect user bp login redirect plugin to your activity page

    kalico
    Participant

    Hi @sharmavishal ! Thanks for asking! bbPress was network activated initially (the CBOX plugin activates everything network-wide; it is a “network only” plugin). But as per my last post, I deactivated it from CBOX and activated it just on the one subsite (the root blog for BuddyPress).

    After some additional testing tonight, I’ve narrowed down the problem a bit more. At least I know which CBOX plugin is causing the problem:

    1) I deactivated all the CBOX plugins, except for BuddyPress. Tested forums/groups and it all appears to be associated properly. The users can see the private forums in private groups. Yay!

    2) I activated the “Group Email Subscriptions” plugin via CBOX, since that one is very important to our existing setup. Forums/groups associations are still working fine. Yay again!

    3) I activated the “Docs” plugin via CBOX, and WHAMM! It clobbered my forum visibility! Now only admin can see forums on the front end “group” pages. I tried deactivating it from CBOX (which makes it network-wide) then activating it just on the root site for BuddyPress, and it still has the same breaking effect.

    We really need “Docs” working, so now the focus is on figuring out why Docs is breaking the forums.

    I suppose my next step will be deactivating other plugins to see if one of them is causing a conflict with “Docs”.

    I hope someone has an idea to share! 🙂

    #254175
    jmv_ck
    Participant

    Hello, thanks for your answers.The problem with ” notice to all users ” i can not select a group individually. If i have three groups and i want to send a private message only for one group, i can´t

    shanebp
    Moderator

    Re private message button, try:

    function masoud_remove_private_message_button( $button ) {
    
         if ( ! is_super_admin() )
    	$button = '';
    
         return $button;
    }
    add_filter( 'bp_get_send_message_button', 'masoud_remove_private_message_button', 1 , 1 );
    Masoud
    Participant

    @danbp
    first of all i have to thank you for your quick answer and great support.
    i am very satisfied with the support of this plugin. you guys are great.
    thank you very much.
    —-
    1 & 2 ) the function worked great, but the “private message” button in profile still remains!
    i mean if a user can not send message so there is no need to show them that button.
    is it possible to show that button only to admins too?

    3)
    oh no no. i didnt mean WP DASHBOARD.
    i dont want users to be able to change their email account on their own, after sign-up(bp sing up form), unless they contact admin of site, and request the change of email.
    the option of changing email account is in
    Setting Tab > General Tab
    there is a place for them to write their new email and …
    i want to hide and disable it for normal users and available only for admin.
    look at this picture please.
    the red area.

    kalico
    Participant

    I may have managed to shake out some of these issues by de-network-activating bbPress, and re-activating it just on the root BuddyPress site. I rebooted my permalinks on that site, and that part seems to be improved.

    However, I still have the core problem: Private forums are not associated with their private groups. Users see a message that says

    When I try to repair those relationships (groups/forums) the message says, “Repairing BuddyPress group-forum relationships… Complete! 0 groups updated; 0 forums updated; 0 forum statuses synced.”

    #254134

    In reply to: private buddy press

    shanebp
    Moderator

    It only affects non-logged-in-users.

    If you want support for bbPress, then you need:
    BP Simple Private Pro

Viewing 25 results - 676 through 700 (of 3,450 total)
Skip to toolbar