Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 1,176 through 1,200 (of 3,443 total)
  • Author
    Search Results
  • #174373
    tse11
    Participant

    @aces Thanks much, that was a great idea. Unfortunately it didn’t work. There has got to be a way to at least make these feeds private. If anyone knows, please let me know.

    #174338
    minto
    Participant

    Same here, just like biswadip said.
    Trac solution did not work.

    #174275
    Ben Hansen
    Participant

    you may be able to hide the element but you won’t be able to obscure the profile url so there’s really no way (at least that i know of) to make usernames truly private.

    Biswadip
    Participant

    Same happens to me.

    wp3.6.1, bp1.8.1.

    It only seems to happen when you are requesting membership for the private group from the page for the private group (http://www.example.com/groups/group-name/) but not if you are making the same request from the page for all the groups (http://www.example.com/groups/).

    The trac ticket mentioned above has a suggestion for changing bp-groups-screens.php but that did not work in my case.

    #174057
    Marc K.
    Participant

    Is there a way to hash private messages in BP for added security?

    #174037
    Marc K.
    Participant

    Hi Seth!

    Interesting, I didn’t know that you had a BP integration in place for EE. With which BP version was it compatible?

    I know that the BP core developers have their hands full of work, so I won’t blame them for not taking on a complete events module in the core.

    For me the question now is, which plugin takes the least effort to extend on our own. And yes, I know about your crowdfunding like offer to fund extensions to EE. But I need to meet certain deadlines and I don’t think you can guarentee a certain development until then.

    BTW, isn’t the “I’ll attend’ and ‘Maybe’ a pretty simple code addition? A user presses a button which captures that users user id and writes it into a custom field of the event page. The plugin then fetches those ids and shows avatars of those people who attend.

    I found an interesting tutorial (http://wp.smashingmagazine.com/2012/01/27/limiting-visibility-posts-username/) which might lead the way for my other request, specific event visibility/privacy:

    1. Only friends of events creator (again, write all the user ids of the event creator into a custom field thats not visible/accessible to users and then restrict visibility of event page to those users)

    2. Only invited (would require more work. First have a way to notify other users of the event by private message or BP notification. Write the user ids of those into yet another custom field, rest see above)

    I am pretty much a PHP noob. But are these things really so hard to do? More than a week of work for an experienced BP developer?

    #174012
    shanebp
    Moderator

    > looking at formatting the date in private messages … $just_date is false.

    Then the filter will work fine.
    The time will be part of the string passed in $date.
    [ In your filter, var_dump $date – what do you see ? ]
    You just have do some string and date operations on that string.

    #174011
    Henry
    Member

    I’m actually looking at formatting the date in private messages and in that case WP doesn’t call the function with true. $just_date is set to false by default so that part is all good.

    as you say I think i’ll have to write my own custom bp_format_time function. Thanks for your help!

    #173863
    Anonymous User 13302461
    Inactive

    OK I’ll try the workarounds.

    Thanks a lot for the feedback.

    #173861
    Paul Wong-Gibbs
    Keymaster

    Hi @welshdemo

    The theme’s fine. The problem is actually caused by a bug in our widgets (you’re using the Members list and the “Who’s online?” widgets). We’re tracking the bug here https://buddypress.trac.wordpress.org/ticket/5170 and currently aiming to fix it by the 2.0 release, which is probably 4 months away. If we get a fix before then, we’ll put it into a 1.9.x small release.

    A workaround is to make sure that no BuddyPress widgets are rendered before the main content of the page. i.e. try moving the widgets to the right-hand column, or a widget area at the bottom of the page, or just removing the widgets.

    #173859
    Paul Wong-Gibbs
    Keymaster
    #173855
    L-tic
    Participant

    Mine is in German, sry.
    The 5th setting. So one before costum.

    #173844
    Henry
    Member

    article?

    #173841
    L-tic
    Participant

    As for the user ID, it’s clear.
    But I can’t read out the thread ID because to see the profile of a user, I have to set the permalinks settings to the name of the article.
    And if I go to the profile with the default permalink setting, it gave me a 404.

    #173832
    Henry
    Member

    The user ID of the admin is usually 1. That assumes you have just one administrator and that was the first user created when you set up BP. The thread ID is the ID of the private message. You can get this from the URL. It’ll end something like /view/86. It is the digit that you want.

    #173828
    L-tic
    Participant

    Ok.
    The user id of the admin is mostly ‘1’, right?
    So I would use this one:
    <a href=”/<?php echo bp_core_get_username( 1 );
    Is this correct?

    By thread id you mean the id of the specific user profile page?
    If so, how do I get this id?

    #173803
    Henry
    Member

    You’ll need the $user_id and $thread_id; for the link to work.

    #173802
    L-tic
    Participant

    Yes, it’s involved in the conversation.. But it would look more elegant, if the user would be redirected to the exact page.
    And yes, i get a 404 error.

    #173792
    Henry
    Member

    @l-tic unless the person clicking the link is involved in the conversation, linking to a private message will surely result in a 404?

    <a href="/<?php echo bp_core_get_username( $user_id ); ?>/messages/view/<?php echo $thread_id; ?>/" title="Message">Message</a>

    #173781
    L-tic
    Participant

    I really need this function. No one?

    #173716
    L-tic
    Participant

    Can someone help me, please?

    willandmae
    Participant

    Oh Your Right so sorry. Here is my link: http://tvbari.org So Sorry about that and Thank you for helping. Very Very Much!

    I have it in the root. No Multisite. BP1.8.1 WP3.7 and the below:

    URL: http://tvbari.heavenboundministry.com
    WordPress Version: 3.7.1
    Theme: BuddyPress Default v1.8.1
    Multisite Enabled: False
    PHP version: 5.3.27
    MySQL version: 5.5.33
    Current User Role: administrator
    Active Plugins:
    Akismet 2.5.9
    by Automattic (url)
    All in one Favicon 4.3
    by Arne Franken (url)
    Ban User By IP 1.06
    by Danilo Andreini (url)
    BAW Login/Logout menu 1.3.2
    by Juliobox (url)
    BAW Post Views Count 2.19.11
    by Juliobox (url)
    bbPress - Private Replies 1.0.9
    by Pippin Williamson and Remi Corson (url)
    bbPress - Report Content 1.0.1
    by Josh Eaton (url)
    bbpress Simple View Counts 0.1
    by jezza101 (url)
    bbPress 2.4.1
    by The bbPress Community (url)
    Better WP Security 3.5.6
    by Bit51 (url)
    Block Bad Queries (BBQ) 20130707
    by Jeff Starr (url)
    BNS Support 1.6
    by Edward Caissie (url)
    BuddyPress Group TinyChat Pro 1.2.1
    by Van dat (url)
    BP My Home 2.0
    by imath (url)
    (BuddyDev)BP Poke 1.0.1
    by Anu Sharma (url)
    BP | You Are Blocked! 1.0Beta5
    by Gabriel S Merovingi (url)
    Buddydrive 1.1.1
    by imath (url)
    BuddyPress Docs 1.5.3
    by Boone B Gorges (url)
    BuddyPress Extended Friendship Request 1.0.2
    by Brajesh Singh
    BuddyPress Groups Extras Pro - Search 1.2
    by slaFFik (url)
    BuddyPress Groups Extras 3.6.5
    by slaFFik (url)
    rtMedia for WordPress, BuddyPress and bbPress 3.2.6
    by rtCamp (url)
    BuddyPress MyMood 1.7
    by Ayush (url)
    BuddyPress 1.8.1
    by The BuddyPress Community (url)
    CalculatorPro Calculators 1.1.4
    by jgadbois (url)
    Confirm User Registration 2.1.1
    by Ralf Hortt (url)
    Events Manager 5.5.2
    by Marcus Sykes (url)
    EWWW Image Optimizer 1.7.1
    by Shane Bishop (url)
    Jetpack by WordPress.com 2.5
    by Automattic (url)
    Kitchenbug 0.6.0
    by Liquee Technologies Ltd. (url)
    Moods Addon for Ultimate TinyMCE 1.2
    by Josh Lobe (url)
    Quick Flag 2.11
    by Marko Martinović (url)
    Social Articles 1.4
    by Broobe (url)
    Stop Spammer Registrations Plugin 4.3
    by Keith P. Graham (url)
    TDLC Birthdays 0.4
    by Tom Granger (url)
    Ultimate TinyMCE PRO 9.1
    by Josh Lobe & Marventus (url)
    Visitor Maps and Who's Online 1.5.8.1
    by Mike Challis (url)
    WangGuard 1.5.10
    by WangGuard (url)
    WP Super Cache 1.4
    by Donncha O Caoimh (url)
    Yet Another Related Posts Plugin 4.0.8
    #173653
    Henry
    Member

    This will help:

    Private Messages Loop

    #173600
    Anonymous User 13302461
    Inactive

    Ahh yes. seems to appear every time with default template. I will go to the theme support forum and ask there. Thanks.

    #173584
    Henry
    Member

    Got it, if anyone ever needs this:

    
    global $messages_template;
    $total = $messages_template->total_thread_count;
    
Viewing 25 results - 1,176 through 1,200 (of 3,443 total)
Skip to toolbar