Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 751 through 775 (of 3,443 total)
  • Author
    Search Results
  • #250710
    fidelleon
    Participant

    On premises, private web server (Debian+Nginx in a OpenStack instance); email by Google for Education (using Easy WP SMTP plugin).

    #250704
    shanebp
    Moderator

    Is there a private method to provide a user/pw?

    There is no PMing for this site.

    But Dan has confirmed the issue with WP 2015, so it will be looked at.

    Perhaps you could confirm that it does not occur with another WP theme, maybe try 2013?
    And state which theme you are using?

    #250702
    Gretchen Louise
    Participant

    @casiepa very recent behavior!


    @shanebp
    switched to 2015 and the issue persisted. Is there a private method to provide a user/pw?

    Thank you.

    Mark
    Participant

    @djpaul Hi Paul,

    I have no clue what that means! Will copy my details from this ticket into a bug report when I get a chance. It’s 3:22AM so I will do so probably tomorrow.

    So I just pieced some code from Buddypress 2.5.0 (previously used code from 2.4.0 files during testing) files together using class-bp-core-whos-online-widget.php and bp-members-widgets.php to create a generic widget containing a generic loop in it. After putting that generic widget into a dynamic sidebar and then calling that sidebar above the cover image header the loop displays and doesn’t break the private message button. Weird way about getting my custom loop to display above the cover image header on a member’s profile but works for some reason. Thought I’d let you know just in case the info helps.

    Not sure why the code I pieced together from Buddypress 2.4.0 (bp-members-widgets.php) didn’t work also when I first tried this random workaround. During that round of testing the loop displayed as intended but still broke the private message button. I’m not a coder so I have no clue what is happening, I just figured it was something to do with the loading of the code so I tried random things to try and get it to work. Noticed you no longer just use bp-members-widget.php for 2.5.0 so maybe that has something to do with my workaround working now. Weird.

    Anyways, thanks for all your help. Will be great to have one of you experts take a look and remedy this quirk.

    Have a great night.

    Regards,
    mark

    #250570
    Jot
    Participant

    I checked a shipment of update messages in activity and private, and both work well.
    Working with both WordPress latest version as of BuddyPress.

    mi423
    Participant

    Activity is disabled.

    Enabled components:
    Profile extended
    Account settings,
    Private messages,
    Notifications,
    Post track? (third from botom šŸ˜‰ srr translated on the go… )

    r-a-y
    Keymaster

    Are you using any private message plugins or code snippets that might be interfering with this?

    #250438
    shanebp
    Moderator

    For private messages, auto-complete only shows your friends.

    To access everyone, put this in your theme/functions.php or in plugins/bp-custom.php

    define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );

    #250240
    celziobiaz
    Participant

    I use Rumbletalk group chat room to do exactly that.

    1 – Decide the type of allowed logins to the room.

    So if you define GUESTS and Registered users (RumbleTalk), than your Buddypress users will be logged in automatically, guests would provide a name and then they could enter the chat.

    2 – Now, users could talk in a group or in private chats.
    ** They could also have live “one on one” Video Calls or audio calls.
    Note, Since they use WebRTC (google video protocol) you will need that your chat will be secured (https/SSL) to make audio and video chats.

    #250086
    shanebp
    Moderator

    The premium version allows you to set a custom redirect url – which could be thought of as a homepage for visitors.
    http://www.philopress.com/products/bp-simple-private-pro/

    #250071
    shanebp
    Moderator
    #249759

    In reply to: Mystery privacy

    shanebp
    Moderator

    By default, all BP pages are public.
    Your feedback page is not a BP page, afaik.
    Therefore something in your theme, plugins or custom code is setting that WordPress page to private.
    I doubt it is related to .htacess

    #249757
    shanebp
    Moderator
    regvg
    Participant

    Have the same problem: new wp install 442 + buddypress 2.5.8, first on theme 2016, then theme quest, both all the links in profile but no “add friend” button,
    in bp settings all functions are enabled,
    sending private messages works fine,
    group owner invite people works, too

    changing theme didn’t help.
    Has anyone pls a suggestion?

    #249562
    heartsutra
    Participant

    The only way I’ve found to display private forums on the main forum listing page is to use the Private Groups plugin. From what I can tell, it does not use the BuddyPress groups feature — you have to create new groups within the plugin settings.

    The good news is that the plugin does exactly what I was looking for: It allows you to have private forums for a subset of members, and the forum is not visible on the main forums page to anyone who is not part of that subset.

    Note that the plugin requires you to use different “Recent Activity” widgets, in order to hide private activity from other users. Those widgets are included with the plugin.

    If there is a way to do this natively with BuddyPress groups, I’d like to hear it.

    #249533
    skunkgrunt
    Participant

    I agree that this should be a function in buddypress core. A standard checkbox to make a site private. If selected, a standard set of pages are automatically added as viewable by logged out/unregistered users (about us, privacy policy, terms of service, etc.), and able to be unchecked by the admin as necessary.

    You know what, while we’re at it, Theme My Login plugin functionality should be added to core as well. The ability to customize the login for branding, and customizing the registration page; eg. viewable/required fields, to make it more site specific should be included as well.

    snorklebum
    Participant

    I use My Private Site by David Gewirtz

    #249515
    shanebp
    Moderator

    To prevent indexing by google, you need one or more robots.txt files.

    Re private – Have you tried this plugin ?
    https://wordpress.org/plugins/bp-simple-private/

    #249275
    acengiz
    Participant

    Hi again, do i need to change anything in below function?

    function bp_custom_get_send_private_message_link() {
    $author = get_the_author();
    $subject="Testing";
      
    $compose_url=bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?';
    if($author)
    $compose_url.=('r=' . get_the_author());
    if($subject)
    $compose_url.=('&subject='. $subject);
      
    return wp_nonce_url( $compose_url ) ;
    }
    
    danbp
    Participant

    Hi,

    have you activated Private message option in BuddyPress settings ?
    have you the same issue when you use one of the Twenty something theme ?

    #248964
    johnsag
    Participant

    I have the same problem. I am very interested in options for how to address this issue. A related problem is that posts in private groups show up the activity streams for the person in question and are indexed for the entire web to see.

    I don’t remember how I did it, but I had to edit out the entire activity stream section in profiles to avoid the problem. Unfortunately, it is not possible to disable the activity stream module, since it is used by notifications.

    #248476

    In reply to: Private Pages Glitch?

    burger0815
    Participant

    I wrote:

    ….somehow I had the impression that private had also worked for authors before the update….but thats another thing”

    and

    In my application sofar all members are editors (and currently planned to be editors),

    The last sentence is wrong, I actually intended sofar all members to be authors (Autor in german) not editors (Redakteur in german).

    I wrote the first sentence because before Shane’s comment I am pretty sure that I had tested wether the private pages are visible for authors and not only for editors or admins and thus I am pretty sure that they were so before. It is just that after Shane’s comment I wanted to check back. Unfortunately before I could check back there was an
    automatic wordpress update, which now unfortunately screwed up the intended application.

    #248475

    In reply to: Private Pages Glitch?

    burger0815
    Participant

    @fscbmwcca

    I’m sorry I haven’t expressed myself well and now off topic.

    no. Your comments were definitely helpful and in no way off topic. Thanks again.
    I understand now what you mean by subscriber – it’s called “abonnent” in german.
    I actually tested wether abonnent may still be able to see the activities with the above hack (and not only admin or editor) and the activities are still viewable for all who are logged in, so if subscriber isn’t blocked by Shane’s plugin then may be the above hack would work for you (at least for a while until the next update).
    But it is somewhat weird that this works since I just checked back – as Shane said: private pages are really only visible for admins and editors….at least after the last automatic update.(….somehow I had the impression that private had also worked for authors before the update….but thats another thing). Its weird.

    #248453
    Hastig
    Participant

    Thanks very much guys!

    Is it just my blind eyes or is hookr.io impossible to read? Font size is tiny, color is invisible. A fantastic resource though, bookmarked it, thanks again!

    For anybody interested, I just wanted a ‘send private message’ button that I could place anywhere on the page.

    The simple way seems to be to use this..

    <?php bp_send_private_message_button(); ?>

    On click it will open the send message page with the person you want to message already set.

    bp_send_private_message_button is a function that echos bp_get_send_message_button
    bp_send_private_message_button is located in /bp-messages/bp-messages-template.php

    source http://hookr.io/plugins/buddypress/2.4.3/functions/bp_send_private_message_button/

    if you’re wanting to change the text of the link you can add this to functions.php or bp-custom.php

    function custom_change_send_private_message_text($args) { 
    	$args[link_text] = 'send message'; 
    	return $args;
    }
    add_filter( 'bp_get_send_message_button_args', 'custom_change_send_private_message_text', 1, 1 );

    ..thats courtesy of shanebp..
    https://buddypress.org/support/topic/private-message-button-label-change/

    another version i was playing with if its of use to anyone..

    function custom_change_send_private_message_text($args) { 
    	$userName = bp_get_displayed_user_username();
    	$args[link_text] = 'send ' . $userName . ' a private message'; 
    	return $args;
    }
    add_filter( 'bp_get_send_message_button_args', 'custom_change_send_private_message_text', 1, 1 );

    ..you would have to figure out how to remove the hyphen from the username.

    #248447
    shanebp
    Moderator

    It doesn’t handle the avatar.
    It creates Friend, Public & Private messages buttons.
    And provides a hook for you to add another call.

    See function setup_actions() in this file for where it is hooked to create the default buttons:
    buddypress\bp-templates\bp-legacy\buddypress-functions.php

Viewing 25 results - 751 through 775 (of 3,443 total)
Skip to toolbar