Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '@mention on profile'

Viewing 25 results - 51 through 75 (of 84 total)
  • Author
    Search Results
  • #107101
    modemlooper
    Moderator

    Did you change the login name via a plugin or in the database? I’m looking at your site and the @mentions name in the usernav
    is different –> @BNIWAdmin when the profile header says @stevieG

    #106636
    Virtuali
    Participant

    They are not 2 different kinds of usernames.

    The “username” is for the @mentions.

    Then, additionally, there are “real names” or, “profile names” that are displayed across the site.

    @mercime
    Participant

    === the budypress.org site is not a clear representation of a budypress site : ===

    http://testbp.org/ is a clear representation of a default install of BuddyPress as noted in Codex. And the wall/wire was in the core of BuddyPress plugin pre-BP 1.2 version. Don’t know why it was removed.

    hugo
    Participant

    yes @mercime i understand that, but the point is not that it didn’t work with me at first, the point is why it is a feature here on the budypress site and not easily available on the core package/theme, so here they think its a good feature, but on all the other budypress sites its not, or if you want it, you have to hack it in to have something similar, doesn’t make sense… basically the budypress.org site is not a clear representation of a budypress site :

    @mercime
    Participant

    fanvid, You could always ask for assistance / leave comment at @sbrajesh site

    hugo
    Participant

    why isnt this core? and i tried to use the tutorial and it was a big FAIL!

    efrik07
    Member

    Good! try and keep to lowercase syntax
    Link removed – not sure the purpose of this link or the comment could you explain please @mention me on my profile – hnla

    #100875
    Virtuali
    Participant

    What I am talking about is the administrator account. The mention identifier is “ @admin” Right next to name,

    My admin account username for wordpress is different, therefore the mention not being correct as “ @admin“, as it shows on my profile.

    Does this make sense?

    #98974
    nit3watch
    Participant

    thanks Ill check it out

    edit: Ta works great

    #98941
    modemlooper
    Moderator

    It’s custom and there was a tutorial awhile back that did something similar http://buddydev.com/buddypress/using-activity-as-wire-in-buddypress-1-2-themes/

    Boone Gorges
    Keymaster

    Here’s how buddypress.org does it, with a filter that essentially adds a search term ‘ @username‘ to the bp_has_activities filter:
    `function bporg_activity_with_others_filter( $qs ) {
    global $bp;

    $user_id = ( bp_displayed_user_id() ) ? bp_displayed_user_id() : bp_loggedin_user_id();

    /* Only filter on directory pages (no action) and the following scope on activity object. */
    if ( ( ‘dashboard’ == $bp->current_action && strpos( $qs, ‘personal’ ) !== false ) || ‘just-me’ == $bp->current_action ) {
    if ( strpos( $qs, ‘filter’ ) === false )
    $qs .= ‘&search_terms=@’ . bp_core_get_username( $user_id ) . ‘<';

    return $qs;
    } else {
    return $qs;
    }
    }
    add_filter( ‘bp_ajax_querystring’, ‘bporg_activity_with_others_filter’, 11 );`

    The problem with this approach is that the search bypasses the private/hidden group setting, so activity created inside of a group will show up on public profile pages if it contains @username in it. Here’s a filter that gets around it about halfway, in a hackish way:
    `function bporg_ensure_hidden_activity_updates( $has_activities ) {
    global $activities_template, $bp;

    if ( bp_is_my_profile() || !$bp->displayed_user->id )
    return $has_activities;

    foreach( $activities_template->activities as $a_key => $a ) {
    if ( $a->type != ‘activity_update’ && $a->type != ‘activity_comment’ )
    continue;

    if ( $a->component != ‘groups’ )
    continue;

    $group = new BP_Groups_Group( $a->item_id );

    if ( $group->status != ‘public’ ) {
    unset( $activities_template->activities[$a_key] );
    $activities_template->total_activity_count = $activities_template->total_activity_count – 1;
    $activities_template->activity_count = $activities_template->activity_count – 1;
    }

    $activities_template->activities = array_values( $activities_template->activities );
    }

    return $has_activities;
    }
    add_filter( ‘bp_has_activities’, ‘bporg_ensure_hidden_activity_updates’, 999 );`

    This latter problem should be fixed in BP 1.3.

    #93810
    r-a-y
    Keymaster

    Okay, so I’ll probably create a plugin for this in the coming week or two. Please remind me if I don’t get to this!

    @dougjoseph – Your ideas have been discussed before.

    Read this blog post on BuddyDev.com to post on a user’s profile (mirroring the functionality of bp.org):

    Using activity as wire in Buddypress 1.2 themes

    #92714
    Roger Coathup
    Participant

    @thelandman, @hitler

    With some template coding, you can enable writing on other people’s walls – it’s done on this site for instance… click through to any member, and you’ll see the post box at the top!

    I haven’t looked in to the coding, but suspect it’s just a ‘simple’ case of hiding the @mention ‘behind’ the post form

    #89643
    alanchrishughes
    Participant

    @Modemlooper I guess that is what i was trying to ask, how would one go about adding things like @mentions to the default profile stream. I got that post to user’s wall thing going which is nice, but then it is directed to the @mentions tab still.

    alanchrishughes
    Participant

    @r-a-y actually I guess I mean without having to select between “Personal” “Friends” “Groups” “Favorites” “@mentions” I don’t know why I threw blog comments in there.

    lu5dx
    Participant

    Wow! @mercime !!!!!!! Thanks so so much for your post. Heading to modify what’s necessary right now. Regards!

    @mercime
    Participant
    lu5dx
    Participant

    I’d love to have that feature too! buddypress.org has that feature. Under each profile there is a form for us to post comments directly to friends. I’d like to be able to do that in my site.

    Regards.

    Martin

    #85125
    mvvspr
    Participant

    @contoaberto

    Its better to notify using @mention feature.So that you will get your reply faster and also the notification goes to the user you intended to ask.Anyways I will do it for you.

    @boonebgorges
    hi, Boone Gorges,

    Thank u very much for the info. But I have to confess I’m very much a newbie to understand what I might have done. Would you mind please explain a bit more – maybe in a dummie way?

    #80288

    In reply to: @mentions not working

    rossagrant
    Participant

    Hey Simon,
    Are you mentioning a user in a group forum?

    Someone can correct me if I am wrong but you won’t receive a notification email or note in the user bar if that is the case. You will only receive an email if someone users your username @mention in a status update that then hits the activity stream.

    Click on settings in your BP profile and look at notifications. It will list everything you get an email for. @mentions in forums isn’t one. I imagine if it was your inbox would be full of messages if you participate in a busy forum.

    Simply click on the @mentions link in your BP profile when you first login to get upto speed with @mentions.

    As I say, I’m sure a mod will correct me if I am wrong but you don’t get an email or notification in each instance when using @mentions.
    Hope this helps mate,
    Ross :)

    #79991
    rossagrant
    Participant

    I can see the @ mentions when i click on the @mentions section in my profile but I don’t get a message in the notifications bar.
    Could you @mention me on this site and I’ll see if it pops up on this site. On mine I don’t get one.
    Cheers
    Ross :)

    dre1080
    Member

    im asking, how to add a post form when you go to a users profile…on buddypress.org you can go to another users profile and theres a post form, wen u write in that post form it automatically picks up the displayed user’s username and ur post will come out as an @mention..

    #78200

    Basically I just want to be able to remove/hide the @mentions stuff so it doesn’t confuse my users. Maybe an option or a plug-in that turns this feature on/off. I just want to be able to mimic the public profile of facebook with “Wall, Profile, Pictures” etc…..Around 90% of my questions and complaints are stemming from the lack of understanding of the @mentions and the unwillingness of my community members to learn it. This feature is taking up to much of my time trying to train and educate them on this via support emails ect, so I would just like to be able to just turn it off if possible, yet I don’t want to mess with the core.

    Btw….I personally understand and like the @mentions…..it’s just a huge training issue for me at this time until it’s been baked more.

    Any suggestions?

    rossagrant
    Participant

    When someone uses the @username are you supposed to get a notification because you don’t. It says you do when you click on the ? next to the @username on someones profile but you only get it appearing under the @mentions. It would be good to get a notification wouldn’t it?

    With regards to names, their should just be one username that is used for everything on the front end. The first and Last name is useful in the backend but out on the site just ONE global name is essential in my eyes!

    #68906
    xspringe
    Participant

    It’s a shame that the core implementation in BP forces you to use a twitter like @mention system for leaving comments on other people’s profiles. It’s not very user friendly for this specific purpose. One of the main reasons so many people that use twitter rely on third party software (connected through the twitter API) is to make the @mention system more manageable and usable, yet BP has this system as the only available option (and without third party applications to make it more usable).

    The current BP system doesn’t allow you to use the two most popular and common methods of commenting onto the profile of a user. One method is directly posting a comment into a user’s activity stream (e.g. like on facebook), the other method is leaving a comment at a specific separate section (usually at the bottom) of a user profile. By far the most social networks use either the facebook or myspace style method for commenting on user profiles, and as such this is what most people are most familiar with. It’s a shame that the twitter based @mention system, which is relatively unpopular and quite difficult to use for this specific purpose, is the only available option in BP core.

    Who else thinks that it would be a good idea to at least have the option to opt for alternate type profile commenting as part of the BP core system?

Viewing 25 results - 51 through 75 (of 84 total)
Skip to toolbar