Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 2,876 through 2,900 (of 3,755 total)
  • Author
    Search Results
  • #89476
    Pisanojm
    Participant

    I can’t help, but it looks like you might be able to glean something from the Announcement Plugin where anyone can read, but people can’t post….

    #89474
    amahesh
    Member

    can anyone please help with this?

    #89412
    r-a-y
    Keymaster

    Did you pass parameters into the messages_new_message() function?

    All the parameters can be found in the /plugins/buddypress/bp-messages.php file like Boone stated.

    Private messages are disabled on this website at the moment due to spam. However, on a regular install, simply navigate to the “My Account” menu in the BuddyPress admin bar (located at the top) and navigate to “Messages”.

    #89408
    Mack
    Participant

    Thanks for quick respond :). I try to call this function, but it doesn’t seem to be working. Nothing is inserted into the bp_messages tables in wordpress db. BTW, how to open my inbox? I can’t find it even here on buddypress.org, and on the site I am working on it’s also invisible. Should I install some new plugin or what?

    Cheers,
    Maciej

    #89285
    Boone Gorges
    Keymaster

    Check out messages_new_message() in buddypress/bp-messages.php.

    #89155
    Roger Coathup
    Participant

    @psycolor

    You could look at using functions like:

    groups_is_user_member( $user_id, $group_id )
    To test if the user is in a specific group, and only show the page if they are in the appropriate group. This is defined in bp-groups.php.

    bp_is_member()
    To simply check whether the current user is a member (and logged in). This is defined in bp-core-templatetags.php

    There is also a group blogs plugin: https://buddypress.org/community/groups/bp-groupblog/

    I don’t know if this can be adapted to implement the private pages for your group members.

    Cheers, Roger

    #89136
    lorenzo
    Member

    thanks, this is quite useful to address the issue to block out everything. what i was after is a little more fine-grained. for example there are out there a few plugins which use wordpress roles to limit access to posts or even categories. can anyone suggest a way of using a buddypress group or a field from the extended profile to limit access to posts/pages (rather than activities like forum posts etc?

    i understand that if one is not member of a private group they cannot see the group activities in the stream, but how to make certain pages only accessible based on buddypress group membership?

    many thanks!

    #89067
    imjscn
    Participant

    @hnla, I said “Click it” because it’s on the blog’s main navigation menu. If a visitor click this menu, it will go to the Introduction page.

    What you said is exactly what I want— “simply have the text/content you want with a simple link to the registration page and also a simple login, registered users will login and be directed to their profile pag”, but the plugin you mentioned does not perform like this. It works on the action of a user log in(click the log in page) and then redirect.

    #89058
    Hugo Ashmore
    Participant

    That sounds like you actually need a custom front page, but what do mean by ‘click it’ that’s a rather loose term click what?

    Why does that page not simply have the text/content you want with a simple link to the registration page and also a simple login, registered users will login and be directed to their profile page by the plugin mentioned earlier. What you do with the main site home link is another question, suppose it’s possible to have that custom frontpage display your intro page to all logged out users and once logged in if a member navigates back to that page it will display ? activity loop / main site blog posts

    #89056
    imjscn
    Participant

    @hnla, let me try if my understanding about the codes are correct or not:
    BP Redirect to Profile = force user to go profile page on log in. It’s not what I want to achive;
    Travel-Junkie’s code = Make all BP communit not accessable for outsiders, they can only access blog page. It’s not what I want;

    This is what I want: I have an Introduction page for outsiders. I name is “MySpace”. When logged in user click it, it goes to his/her profile. When outsiders click it, it shows the Introduction page and suggest him/her to signup.

    Now I see the “Redirects” not working because I need a dynamic URL(depends on user status) as the target URL.

    What to do?

    #89054
    Hugo Ashmore
    Participant

    Jenny that plugin you found ‘redirects’ is this a BP plugin? if not then use the one I linked to which is custom coded to work for BP (can’t vouch whether it’s currently compatible with latest releases)

    At the end of the day I think you are looking for one plugin to cover two different jobs which may prove problematical.
    Possibly you need to use your ‘redirects’ if that works satisfactorily with BP AND the other plugin to provide the actual logged in redirect to profile pages.

    #89053
    imjscn
    Participant

    @hnla, logically, I can see his code leads to several posibilities, but coding is really an alien’s job for me :-)
    Since I got the plugin, I still need you help me figure out one critical answer– What’s the URL for a logged in user’s Profile?

    #89051
    Hugo Ashmore
    Participant

    Travel_junkies code redirects logged out users to the main sign up page which is what I thought you were asking for, it can easily be configured to allow main directory pages to be viewed, but nothing deeper, or I guess to redirect to another page of choice, it’s not a plugin per se it’s the core function and would run from a file such as bp-custom.php it could be turned into a plugin quite easily though as a plugin at basic level is simply a convenient on/off switch. If ‘Redirects’ works for then that’s fine, iot’s not one I’ve run across before.

    #89050
    imjscn
    Participant

    @hnla, thanks for helping! This plugin doesn’t provide the function of redirecting to a welcom page for outsiders, but following the path, I found another plugin “Redirects” which allow for pointing a target page for outsider users. Many thanks!

    #89049
    Hugo Ashmore
    Participant

    Jenny a search of the forum turns up this thread, (always worth a quick search to see what’s been covered )

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/being-re-directed-to-your-profile-page-after-login/

    Give the plugin listed in the last post a go and see if it works for you, and just acknowledge back whether it worked for you

    #89048
    Hugo Ashmore
    Participant

    Jenny that’s what Travel_junkies code does (at least the first part of your request); have you tried it? Are you having specific issues with it?

    #89043
    imjscn
    Participant

    @Travel-Junkie, I’m totally new to this but I want a page to show signup page for outsidders and show user’s bp-profile page for logged in users. How to do this, please?

    Beck B
    Participant

    @nuprn1, reviving this old thread. I’m going to have to give that a try (digging around in your code, that is) and get back to you….. (Also, thank you for making something to actually use the forum tags!)

    #88986
    Beck B
    Participant

    Oops, I should’ve just bumped this thread. Naughty Beck.

    #88977
    Beck B
    Participant

    I think I may’ve posted this in the wrong place. Should it go under suggestions/feedback? Somewhere else?

    #88947
    Hugo Ashmore
    Participant

    Have a read through this post with particular reference to travel_junkies code which you should be able to modify to prevent access to certain pages/areas if user not registered/loggedout

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=2&num=15#post-44616

    #88930
    M W
    Participant

    I have a problem with the mail-from plugin- it fixed the email confirmation problem but now whenever someone sends a Private Message it comes “from” the address set by the mail-from (which in our case is my email address- now I am getting all kinds of replies to people’s private messages because they hit Reply without noticing where it was going- this would not happen before because it came from no-reply @domainname.com

    #88929
    M W
    Participant

    I have a problem with the mail-from plugin- whenever someone sends a Private Message it comes from the address set by the mail-from (which in our case is my address- now I am getting replies to people’s private messages because they hit Reply without noticing where it was going- this would not happen before because it came from no-reply @domainname.com

    #88852
    amahesh
    Member

    does anyone have any thoughts?

    #88596
    amahesh
    Member

    any help with this?

Viewing 25 results - 2,876 through 2,900 (of 3,755 total)
Skip to toolbar