Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'notification user id'

Viewing 25 results - 901 through 925 (of 1,091 total)
  • Author
    Search Results
  • #91321
    Boone Gorges
    Keymaster

    @bmunch Your suggestion (groups can be created only by users of a certain level) would be much easier to implement than true moderation of group creation. You’d just have to wrap some of the “create a group” elements in the UI in a `if ( current_user_can() )` check, and maybe add a few such checks at the top of some key group creation functions.

    With real group moderation, a lot of admin overhead is required: a UI for admins to see pending/approved groups (Group Management doesn’t do that, but it could be a step in that direction, as BPGM has all the necessary hooks and filters); a notification system to let admins know when a group is pending; a notification system to let users know when their groups have been approved; the backend functions necessary to create and check a piece of group metadata saying whether the group has been approved. This could conceivably be accomplished with a plugin (though I can think of one or two places where additional filters would be required in BP’s core code), but it would take a lot of work. Maybe one of you is up for the job :)

    #89411
    Abbas Khalil
    Participant

    The “Mail From” plugin solved my issue of not getting activation emails when users signed up on my website. A million thanks for the advice!

    NOTE: I did the ‘One Click Installation’ and the plugin works fine with this. No need to go through the manual installation as stated by some!

    I’m using WP 3.0.1 and BP 1.2.5.1

    Hosting: Hostmonster

    Cheers

    #89370
    Mark
    Participant

    I dont have a sitewidenotifications screen , I composed a message and clicked send to all. Any clues?

    #89293
    Hugo Ashmore
    Participant

    Go back to your account and have a careful study of the site wide notifications screen.

    Warwick Booth
    Participant

    Im having a problem on a site of mine, when ever I compose a message and send it I get the notification in my inbox aswell. I have tested on other buddyrpess installs and it doesn’t work this way. The user I send a message to receives it and the notifications all work perfectly that side.

    How would I trouble shoot this?

    Im currently running these systems
    * WordPress 3.0
    * BuddyPress 1.2.5.2
    * bbPress v 1.0.2 integrated with WordPress

    These are the Mu Plugins we are currently running. Latest Version all from http://premium.wpmudev.org/
    * add-new-users.php
    * recent-posts.php
    * additional_tags.php
    * remove-email-verification.php
    * adwidget-lite.php
    * signup-code.php
    * comment-indexer.php
    * signup-password.php
    * custom-anti-spam signup-tos.php
    * custom_anti_spam.php
    * simple-sitemaps.php
    * global-site-search.php
    * simple-trackback-validation.php
    * global-site-tags.php
    * site-generator-replacement.php
    * google-analytics.php
    * spam-filter.php
    * index.php
    * tag-posts.php
    * post-indexer.php
    * update-notifications.php
    * widget-global-site-tags.php
    * recent-comments.php

    first I think that other may have the same problem. as I did not found it I posted it. As it only happens if the user is logged in, there is nothing what I can show.

    The description is clearly. The whole menu structure of the buddypress is below the footer. here the menu list:

    IT-Consultant – Christian Gnoth
    My Account
    Activity
    Personal
    Friends
    Groups
    Favorites
    @admin Mentions
    Profile
    Public
    Edit Profile
    Change Avatar
    Blogs (7)
    Messages Inbox
    Sent Messages
    Compose
    Notices
    Friends (0)
    My Friends
    Requests
    Groups (0)
    My Groups
    Invites
    Settings
    General
    Notifications
    Log Out
    My Blogs
    IT-Consultant – Christian Gnoth
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    German Newspaper
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    WordPress PlugIn Development
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    Theme Development
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    Blogs from IT-GNOTH.de
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    PHP Development
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    wp theme t1
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    Notifications
    No new notifications.
    Blog Authors
    admin
    wptrack1
    Visit
    Random Member
    Random Group
    Random Blog

    Beck B
    Participant

    I took one of my new users and requested to join something like 7 of 10 private groups. Then signed in with my admin account (who is also group admin for all groups), and I believe the notification said something like “7 people want to join [such & such] group” (instead of “[so & so] wants to join 7 groups” or an individual listing of the group requests).

    Without an easy notification link, I had to dig around in each group to find the membership requests and, in a real-world scenario, might’ve missed them altogether, as I wouldn’t have known to look. (Even under admin, it didn’t show up as “Membership Requests (1)” for example, but just a plain “Membership Requests” option that I could as easily have overlooked.)

    Is this normal behavior, or am I experiencing something extra buggy?

    #88166
    bethdeth
    Member

    did you ever figure this out? I would like to do the same.

    jordashtalon
    Member

    Is it possible to get the Buddypress Admin Bar to show people a notification when people reply to a Forum topic they’ve participated in, how can you add notifications like that to the bar? And i’d also like to provide a way for people to “unsubscribe”.

    My reasoning is some of my users use email so I use the Buddypress Group Email Subscription which works fantastic, but others would rather only see these types of notifications when they come to the website, so it would be really nice if I could provide both to my users.

    #87849
    alanchrishughes
    Participant

    @hnla I mean the buddypress links. All the individual items under “My Account” and the “Notifications.” I’ve clumsily figured out how to generate a link to a logged in users account page, just by copying and pasting random bits of php from the admin bar file into my design. If there was a simple way to pull the individual links to each page that would be perfect, if there was something like…

    get_myactivity_personal();
    get_myactivity_friends();
    get_mynotifications();

    And then I could move on from there designing whatever I wanted without worrying about the admin bar knowing that I could write

    a href=” php get_myactivity_personal(); “> < img src </ a

    (I don’t know how to post code on here so that is why that is written incompletely)

    #13658
    jedimdan
    Participant

    I’m using the blog posts on my buddypress site as an announcement page, so I’d like to have my members receive an email for each blog post that is sent.

    Is there a plug-in that lets me set up Post Notifications for the members in my group?

    I’ve tried looking for them, and the closest I found was a plugin that allows the users to subscribe to posts, but no way for me to set these settings site wide.

    Thanks!

    #86039
    k33n
    Participant

    @jeremy The client actually requested to put it back because they liked the push like notifications and some of the other features but after thinking about it and seeing @leguis reply I may try to add those.

    Tremendous thanks @Sara ! this really gives users a concise and intuitive view of what they’re able to do with the features BP provides.

    #85966
    Paul S
    Participant

    Apparently it now does work. Although it took a few hours for my activation email to arrive, it did. But, the sender email address wasn’t the admin email (the one listed as the one from which all activation/notification emails are sent from) it was an weird email from BlueHost. mybluehostusername@box###.bluehost.com.

    Should I take this up with Blue Host? Or is something else wrong?

    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

    #10327
    Sunandan
    Participant

    I have installed Buddypress on wordpress MU. I have added a notifications widget to my right bar.

    problem is when i click on the notifications received, it gets automatically deleted from notifications.

    i want those notifications to be there, if the user has not yet Confirmed the Request.

    As soon as the user confirms the request it should be deleted from notifications.

    #83816
    lincme.co.uk
    Member

    @peterverkooijen said; “Talk about dropping rigidity and opening up to an amazing new flexibility and power is pure nonsense”. Ah Peter, without visionaries such as yourself, how would we ever have got to where we are..?! Growing out of rigid definitions into new flexibility is where the virtual world is heading, like it or not. Everything you see online now will be long dead in five years, and all the concepts you hold dear buried deep. Might as well get used to it.

    BuddyPress is a mess, as I see it. It isn’t really anything, and at the same time it’s too much. If I want a community conversation stream, along with simple WordPress themes, etc., there’s Mingle. If I want a forum on my site that’s easy too; there’s BBPress, Mingle Forum, etc. If I want member groups regardless of these, there’s, erm… there’s… well, BuddyPress does that, kind of, in a big and over-complicated way.

    BuddyPress should be about making social contacts. The name’s a bit of a clue, right? In other words, friends and contacts with grouping of such, contact streams, and strong privacy for users so they determine who sees what they post. On top of that, as it’s a social tool; community moderation/banning, and reporting to site admins in a simple and obvious way. Oh, and of course, easy to see notifications such as friend/contact requests, etc. Who thought it was a good idea to *include* forums in all of this, and relate them to groups?! Each entity and its associated operations should be separate and self-sustaining. Basic OOP.

    It just doesn’t do anything easily, does it? And the hype on the download pages about plugins to do whatever you like is just hype, really. Oh, it ‘kind of’ does everything you want, but only kind of. You have to jump through hoops, and even then you’re fighting with a forum which tries to be a group trying to hold conversation streams together.

    I’m interested in productive discussion about social networking sites and their take-up and impact, though not here as I feel it’s not the right place. For one thing, the developers and those who kiss up don’t like to hear how their baby was malformed from the start. If anyone is interested in finding solutions to creating truly interactive social networks in the easiest and most stable way possible at present, please email any-name-you-like at our domain. :)

    #83723
    abcde666
    Participant

    Hi Ray,

    I have upgraded to version 0.57 but I still see the issue showing the name “admin” instead of the name of the user.
    I do NOT have the “BP Follower Plugin installed”.

    I see this issue when not being logged-in.
    When being logged-in, then this issue is not there.

    Using WP 3.0 (Multi-Site) and BP 1.2.4.1

    ++++++++++++
    @tsui is a unique identifier for admin that you can type into any message on this site. admin will be sent a notification and a link to your message any time you use it.
    ++++++++++++

    #12914
    mrjarbenne
    Participant

    WP 3.0 Single User & BP 1.2.5 (just noticed this now, not sure if it’s new or a remnant from 1.2.4.)

    I took this directly from a site of mine. It’s the text that appears when you click on the blue @username question mark button on a user profile: @dpasian is a unique identifier for wforrest that you can type into any message on this site. wforrest will be sent a notification and a link to your message any time you use it.

    Note the change in names. The first instance of the name is accurate, but the other instances of the name refer to another user in the community. This same name appears for all other users. Another copied eg.: @admin is a unique identifier for wforrest that you can type into any message on this site. wforrest will be sent a notification and a link to your message any time you use it.

    #83093
    lincme.co.uk
    Member

    @johnjamesjacoby; Just a quick note, as I’m off out for a while. I noticed in the previous version of BP that the ‘?’ symbol on the profile age next to the avatar was reporting names wrongly. I hacked it in core, but now it’s back in the new version.

    Eg., with a user ‘fred’, when logged in as fred the message is correct. But if I’m logged in as ‘admin’ I get this when looking at fred’s profile (notice ‘admin’ in second sentence);

    @ fred is a unique identifier for admin that you can type into any message on this site. admin will be sent a notification and a link to your message any time you use it.

    When I hacked it I removed the extra names, as they’re not required;

    @ fred is a unique identifier for this person that you can type into any message. He/she will be sent a notification and a link to your message when you do this.

    #82446
    paulhastings0
    Participant

    Btw, the correct username is @apeatling, not @andy (that poor guy is getting overloaded with a bunch of non-relevant notifications. :P ;) )

    #82371
    grosbouff
    Participant

    Ok. Here my code now :

    loader.php
    function yclads_bp_init() {
    require_once( YCLADS_BP_PLUGIN_PATH . 'includes/yclads-bp-core.php' );
    }
    add_action( 'bp_init', 'yclads_bp_init');

    yclads-bp-core.php

    function bp_yclads_setup_globals() {
    global $bp;

    // For internal identification
    $bp->yclads->id = 'yclads';

    $bp->yclads->format_notification_function = 'bp_yclads_format_notifications';
    $bp->yclads->slug = YCLADS_SLUG;

    // Register this in the active components array
    $bp->active_components[$bp->yclads->slug] = $bp->yclads->id;

    do_action( 'bp_yclads_setup_globals' );

    }
    //TO FIX
    //add_action( 'bp_setup_globals', 'bp_yclads_setup_globals' );
    add_action( 'wp', 'bp_yclads_setup_globals');
    add_action( 'admin_menu', 'bp_yclads_setup_globals');

    function bp_yclads_setup_root_component() {
    /* Register 'yclads' as a root component */
    bp_core_add_root_component( YCLADS_SLUG );

    }
    //TO FIX
    //add_action( 'bp_setup_root_components', 'bp_yclads_setup_root_component' );
    add_action( 'wp', 'bp_yclads_setup_root_component');
    add_action( 'admin_menu', 'bp_yclads_setup_root_component');

    function bp_yclads_setup_nav() {
    global $bp;
    global $post;

    if ((is_single()) && ($post->post_type=='yclad')) {

    // This is a single ad.
    $bp->is_single_item = true;
    $bp->yclads->current_ad = $post;

    [...]

    }

    [...]

    print_r($bp->current_component);
    exit;

    do_action( 'yclads_setup_nav', $bp->yclads->current_ads->user_has_access );

    }
    //TO FIX
    //add_action( 'bp_setup_nav', 'bp_yclads_setup_nav' );
    add_action( 'wp', 'bp_yclads_setup_nav' );
    add_action( 'admin_menu', 'bp_yclads_setup_nav' );

    If I access /wordpress/classified-ads/i-give-kitties/ (single-ad)


    print_r($bp->current_component);
    exit;

    outputs “i-give-kitties” while it should output “classified-ads”. So something is wrong with all this.
    Any idea ?

    #12558
    m
    Participant

    I made my site yesterday and I’ve been trying to fix it up, but whenever I do anything really, it redirects to a 404 page, then instantly redirects to the unerrored page. My buddy has told me it popped up when he uploaded an avatar, when he wrote on my wire, when he accepted my friend request, when posting on the forums… The site is working fine, however. If a 404 page error comes up, everything is still processed. I would just like to get rid of the 404 page and instead make it look a lot smooth and cleaner.

    1. Which version of WP/MU are you running? 3.0
    2. Did you install WP/MU as a directory or subdomain install? directory
    3. If a directory install, is it in root or in a subdirectory? root
    4. Did you upgraded from a previous version of WP/MU? If so, from which version? Nope
    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. I didn’t test it; I installed it directly
    6. Which version of BP are you running? 1.2.4.1
    7. Did you upgraded from a previous version of BP? If so, from which version? Nope
    8. Do you have any plugins other than BuddyPress installed and activated?
    BP-NotificationWidget
    BP Disable Activation
    BuddyPress Album+
    BuddyPress Gifts
    BuddyPress Like
    BuddyPress Member Profile Stats
    Buddypress My Friends Widgets
    BuddyPress Profile Privacy
    Buddypress Wire
    Enhanced BuddyPress Widgets
    Registered-Users-Only-2
    9. Are you using the standard BuddyPress themes or customized themes? a custom theme, Darwin
    10. Have you modified the core files in any way? Not in any way that would affect this.
    11. Do you have any custom functions in bp-custom.php? Don’t believe so.
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? I installed the latest one, but it kept linking me to the post (which was a 404), even though it posted the message. It wouldn’t redirect you back to the thread properly.
    13. Please provide a list of any errors in your server’s log files.
    14. Which company provides your hosting? GoDaddy

    gaysurfers
    Participant

    We are all now dying to see Buddypress 1.3. when will it be released?
    Can anyone give us any idea on a date that we can expect:
    -privacy – hide BP pages from public
    -BP member filter (doesn’t work with current bp version)
    -auto join group by country fields (still don’t work with WP single user)
    -order groups alphabetically
    -order members last registered by default
    -Fix email notification issue (users still don’t receive email when they have a new message)
    At the moment we don’t know when we can expect it… is it a matter of days, weeks, months???
    Please update
    Thanks

    Pisanojm
    Participant

    Ok here is the scenario…can be replicated by all users paying attention on our site 2.9.2/1.4.2.1 (latest stable of both)

    Person sends private message to user—>User recepient is notifity in header (Square with a number) –> Recepeint replies to any/all messages –> Recepient goest to anypage on the site –>Recepient’s now STILL has a header notifying them of a private message–> Recepient again checks messages and there are NO new messages—> users then goes to another site area (anywhere) –> Private message notification is gone.

    At first I thought this was either a caching plugin issue or browsers caching issue.. I’ve turned off all caching of the site and browser and this still happens… Doesn’t matter what broweser IE,FF, Chrome, Safari…etc.

    Ideas? Thanks

Viewing 25 results - 901 through 925 (of 1,091 total)
Skip to toolbar