Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 2,651 through 2,675 (of 3,450 total)
  • Author
    Search Results
  • #85364
    holyphoenix
    Participant

    There are tons of different code edits in here. I am wondering which I should use for buddypress with multisite wordpress 3.0 and where to put it. I made my own bp-custom.php file, but it doesn’t seem to work. Is this file suppose to exist already? And if so it didn’t appear on my installation. :p At least not in the path wp-content/.

    Thanks for your help.

    #85362

    In reply to: Member pages only

    abcde666
    Participant
    Pisanojm
    Participant

    Can anyone confirm this for me as to if it’s specific to my site?

    #85253
    guigoz
    Member

    I have the same with 2.9.2/1.4.2.1. Is it fixed with new BP version ?

    Anton
    Participant

    Anyone fixed this yet?

    #85198
    Pisanojm
    Participant

    Ok, so I dug up a trac ticket on this and it’s be regulated to the PLUGIN category and not actionable -at least for a long time…
    https://trac.buddypress.org/ticket/2244

    Any MYSQL wizards out there willing to look into this plugin for BP?

    #85197
    Pisanojm
    Participant

    This would be a highly desirable option from my stand point and I’m sure many others. The ability to auto-purge Private Messages and/or limit the amount would be great.

    #84936
    Valentin Kukov
    Participant

    PS. This only seemed to work for me using ftp to upload my theme with the above script inserted into the functions.php file already.

    NB watch out when you copy the code from this forum as it can alter the script in places

    #84922
    Valentin Kukov
    Participant

    Please ignore my last post.

    @Travel-Junkie It works a treat. Thanks very much. Just added the code below within the php tags in my active theme’s functions.php file (…/wp-content/themes/XXXXXX/functions.php) and that was all I had to do. Very nice indeed. Now the site is only visible to logged in users (except for blog posts which are visible to everyone)

    function sh_walled_garden()
    {
    global $bp;

    if( bp_is_register_page() || bp_is_activation_page() )
    return;

    if( ! bp_is_blog_page() && ! is_user_logged_in() )
    bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
    }
    add_action( ‘get_header’, ‘sh_walled_garden’ );

    #84819
    Valentin Kukov
    Participant

    hi everyone, sorry to be a pain in the a** but I was wondering whether anyone could write a summary post stating the cleanest simplest way to achieve a private network (including where to paste the statements and in which files). Sounds like @Travel-Junkie has the winning ticket but a lot of amendments/improvements have been made. Can anyone help? TX

    #84801
    kbeatt
    Participant

    I do not have any privacy plugins on my site. I changed the privacy setting on a site that is not one of the 39 blogs listed in the directory to “visible to everyone” and it does not get listed in the directory. I also changed a site that was listed in the directory to be private, but it is still listed in the directory.

    #84799
    Nahum
    Participant

    right have you tried disabling the blog component in the settings and then enabling again. and check the privacy settings per blog, I know sometimes I get blogs assigned private for some reason or another when messing around with upgrades, plugins, and tinkering.

    webgyrl
    Member

    BTW, here are my site specifications.

    Specs

    1. Which version of WPMU are you running?
    I am using regular WP 3.0
    2. Did you install WPMU as a directory or subdomain install?
    Root directory
    3. If a directory install, is it in root or in a subdirectory?
    Root
    4. Did you upgraded from a previous version of WPMU? If so, from which version?
    Was a previous version install via Fantastico on cPanel, upgraded to 3.0 before BuddyPress was installed
    5. Was WPMU functioning properly before installing/upgrading BuddyPress?
    Not sure
    6. Which version of BuddyPress (BP) are you running?
    Version 1.2.5.2
    7. Did you upgraded from a previous version of BP? If so, from which version?
    No
    8. Do you have any plugins other than BuddyPress installed and activated?
    Yes:
    Welcome Pack Version 2.1
    Twitter Goodies Version 3.9.0
    Tweetstream Version 1.4
    oEmbed for BuddyPress Version 0.52
    Invite Anyone Version 0.6.4
    Import from Ning Version 1.1
    Facestream Version 1.1
    Contact Form 7 Version 2.2.1
    BuddyPress Usernames Only Version 0.58
    BuddyPress Profile Privacy Version 0.2
    BuddyPress Private Messages for Followers Only Version 1.0
    BuddyPress Like Version 0.0.7
    BuddyPress Group Tags Version 1.2.2
    BuddyPress Group Email Subscription Version 2.5
    BuddyPress Forum Topic Mover Version 1.0.0
    BuddyPress Follow Version 1.0
    BuddyPress Album+ Version 0.1.7
    BP Profile Search Version 1.0
    BP Group Management Version 0.4
    BP-NotificationWidget Version 1.4
    9. Are you using the standard BuddyPress themes or customized themes?
    Standard BP Theme BuddyPress Default 1.2.5.2
    10. Have you modified the core files in any way?
    No
    11. Do you have any custom functions in bp-custom.php?
    I do not think so.
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    I ran the bbPress installer that came with BuddyPress
    13. Please provide a list of any errors in your server’s log files.
    DELETED logs….
    I moved files in site to root…..
    Hosting company:
    Total Choice Hosting

    #84734
    webgyrl
    Member

    I am having this exact same problem on a brand new WP/BP site.

    Specs

    1. Which version of WPMU are you running?
    I am using regular WP 3.0
    2. Did you install WPMU as a directory or subdomain install?
    Root directory
    3. If a directory install, is it in root or in a subdirectory?
    Root
    4. Did you upgraded from a previous version of WPMU? If so, from which version?
    Was a previous version install via Fantastico on cPanel, upgraded to 3.0 before BuddyPress was installed
    5. Was WPMU functioning properly before installing/upgrading BuddyPress?
    Not sure
    6. Which version of BuddyPress (BP) are you running?
    Version 1.2.5.2
    7. Did you upgraded from a previous version of BP? If so, from which version?
    No
    8. Do you have any plugins other than BuddyPress installed and activated?
    Yes:
    Welcome Pack Version 2.1
    Twitter Goodies Version 3.9.0
    Tweetstream Version 1.4
    oEmbed for BuddyPress Version 0.52
    Invite Anyone Version 0.6.4
    Import from Ning Version 1.1
    Facestream Version 1.1
    Contact Form 7 Version 2.2.1
    BuddyPress Usernames Only Version 0.58
    BuddyPress Profile Privacy Version 0.2
    BuddyPress Private Messages for Followers Only Version 1.0
    BuddyPress Like Version 0.0.7
    BuddyPress Group Tags Version 1.2.2
    BuddyPress Group Email Subscription Version 2.5
    BuddyPress Forum Topic Mover Version 1.0.0
    BuddyPress Follow Version 1.0
    BuddyPress Album+ Version 0.1.7
    BP Profile Search Version 1.0
    BP Group Management Version 0.4
    BP-NotificationWidget Version 1.4
    9. Are you using the standard BuddyPress themes or customized themes?
    Standard BP Theme BuddyPress Default 1.2.5.2
    10. Have you modified the core files in any way?
    No
    11. Do you have any custom functions in bp-custom.php?
    I do not think so.
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    I ran the bbPress installer that came with BuddyPress
    13. Please provide a list of any errors in your server’s log files.
    [Thu Jul 08 01:43:12 2010] [error] [client 99.232.211.136] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/wwwnatf/public_html/site/wp-admin/includes/misc.php:133) in /home/wwwnatf/public_html/site/wp-includes/pluggable.php on line 890, referer: http://natfriends.com/site/wp-admin/options-general.php
    [Thu Jul 08 01:43:12 2010] [error] [client 99.232.211.136] PHP Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/wwwnatf:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/wwwnatf/public_html/site/wp-admin/includes/misc.php on line 133, referer: http://natfriends.com/site/wp-admin/options-general.php
    [Wed Jul 07 23:53:55 2010] [error] [client 99.232.211.136] PHP Warning: Invalid argument supplied for foreach() in /home/wwwnatf/public_html/site/wp-content/plugins/wordpress-shout-box-chat/chat.php on line 38, referer: http://natfriends.com/site/
    [Wed Jul 07 23:53:55 2010] [error] [client 99.232.211.136] PHP Warning: file_put_contents(history/20100707) [function.file-put-contents]: failed to open stream: Permission denied in /home/wwwnatf/public_html/site/wp-content/plugins/wordpress-shout-box-chat/chat.php on line 23, referer: http://natfriends.com/site/
    [Wed Jul 07 23:53:52 2010] [error] [client 99.232.211.136] PHP Warning: Invalid argument supplied for foreach() in /home/wwwnatf/public_html/site/wp-content/plugins/wordpress-shout-box-chat/chat.php on line 38, referer: http://natfriends.com/site/
    [Wed Jul 07 23:53:52 2010] [error] [client 99.232.211.136] PHP Warning: file_put_contents(history/20100707) [function.file-put-contents]: failed to open stream: Permission denied in /home/wwwnatf/public_html/site/wp-content/plugins/wordpress-shout-box-chat/chat.php on line 23, referer: http://natfriends.com/site/
    [Wed Jul 07 23:47:55 2010] [error] [client 99.232.211.136] PHP Warning: chmod() [function.chmod]: Operation not permitted in /home/wwwnatf/public_html/site/wp-content/plugins/phpfreechat/src/pfctools.php on line 180, referer: http://natfriends.com/site/
    [Wed Jul 07 23:47:55 2010] [error] [client 99.232.211.136] PHP Warning: copy(/home/wwwnatf/public_html/site/wp-content/plugins/phpfreechat/src/../data/public/themes/zilveer/smileys/emoticon_unhappy.png) [function.copy]: failed to open stream: Permission denied in /home/wwwnatf/public_html/site/wp-content/plugins/phpfreechat/src/pfctools.php on line 179, referer: http://natfriends.com/site/
    [Wed Jul 07 23:47:55 2010] [error] [client 99.232.211.136] PHP Warning: chmod() [function.chmod]: Operation not permitted in /home/wwwnatf/public_html/site/wp-content/plugins/phpfreechat/src/pfctools.php on line 180, referer: http://natfriends.com/site/
    [Wed Jul 07 23:47:55 2010] [error] [client 99.232.211.136] PHP Warning: copy(/home/wwwnatf/public_html/site/wp-content/plugins/phpfreechat/src/../data/public/themes/zilveer/smileys/eusa_whistle.gif) [function.copy]: failed to open stream: Permission denied in /home/wwwnatf/public_html/site/wp-content/plugins/phpfreechat/src/pfctools.php on line 179, referer: http://natfriends.com/site/
    I moved files in site to root…..
    Hosting company:
    Total Choice Hosting

    rich! @ etiviti
    Participant

    something like: (just taken from bp-core.php line 397)

    is_null( $bp->displayed_user->id ) && $bp->current_component == BP_MEMBERS_SLUG && $bp->is_directory

    foodin65
    Participant

    Another note. This code is in my bp_custom.php file. I’d like to keep it there.

    rich! @ etiviti
    Participant

    correct trac ticket (one listed above was for activity time_since)
    https://trac.buddypress.org/ticket/2504

    rich! @ etiviti
    Participant

    confirmed – i have the same issue now (7 hours ago)

    messages_new_message uses ‘date_sent’ => time() instead of gmdate since the templatetag uses bp_core_time_since

    actually a few other oddities where notices use time() as well. (but that actually calls bp_format_time in the templatetag)

    Mark
    Participant

    @Pisanojm @paulhastings0 I’m getting the same thing. Wp 3.0 BP 1.2.5

    #84580
    Paul Wong-Gibbs
    Keymaster

    It is – in the admin backend, you can choose whether or not each component is enabled.

    Pisanojm
    Participant

    @paulhastings0 I added annother of my experiences to this trac ticket after trying the diff. patch code on 1.2.5.2 WP 3.0 ….
    https://trac.buddypress.org/ticket/2203

    paulhastings0
    Participant

    @pisanojm, Yes, since upgrading to WP 3.0 the 5 hour time-lag issue reappeared. Since that time we’ve also upgraded BP to 1.2.5 and we still have the issue.

    Pisanojm
    Participant

    @rossgrant

    Since the update, I’m not getting the sometime ago… it now says 0 seconds ago when I post are you using WP 3.0 and 1.2.5.2?

    Pisanojm
    Participant

    @rossagrant There was a trac. supposed to be fixed for this…
    https://trac.buddypress.org/ticket/2405

    If it’s still not working maybe others can confirm and the Ticket should be re-opened… Anyone else getting either of these two problems?

    rossagrant
    Participant

    @pisanojm I have just updated to BP 1.2.5.2 and although I don’t get a 4 or 5 hours issue I do get a general, ‘sent sometime ago’ time on PM’s that I have only just sent. The time stamp is correct on my inbox page but when i open the message it just states, ‘sent sometime ago’.

    Anyone else getting this?

Viewing 25 results - 2,651 through 2,675 (of 3,450 total)
Skip to toolbar