Search Results for 'notification user id'
-
Search Results
-
You know when you go to someone’s profile and it has the blue message with the user’s username identifier? @username, then after that it has the question mark info bubble that is supposed to, when clicked, drop down a message: @%username% is a unique identifier for %username% that you can type into any message on this site. %username% will be sent a notification and a link to your message any time you use it.
This just simply does not work on my site, I am using a Custom Theme
Does anybody know how to get this working?
Topic: Notifications
On Sasstrology.com, the users can’t turn off all notifications like in one go. You have to manually go to each group you’re in and switch off notifications. Considering how easily and often people join new forums, its kind of troublesome. Our webmaster says he can’t change anything about it, so I’m wondering if we’re missing something, there is a plug-in or anything that can be done about it.
Thanks
Hi… I’m running into these issues – Sign up notification emails are delayed or end up in spam and on the same screen where users are asked to check activation email, they are prompted to upload avatar which doesn’t work. So I have to manually activate a lot of user accounts and change avatars. Now this is what im trying to do:
1. Change the text to bold/red where it says check your inbox or spam folder.
2. Hide avatar upload. It should only be displayed on first login or after successful activation.@hnla, @mercime, @boonebgorges, @DJPaul @r-a-y, Hello, I use a custom theme with buddypress. I need some assistance on getting the functions to work! For example, on the profiles, after the “@%username%”, with the little question mark, normally, the “@% is a unique identifier for % that you can type into any message on this site. % will be sent a notification and a link to your message any time you use it.” does not function, along with some other issues.
When I put the functions.php from the buddypress default theme into my theme’s functions.php, and it solves the problem, but I get fatal error after fatal error after fatal error on a ton of things.
How do I get the functions into my theme safely so these fatal errors don’t occur?
Topic: how receive a notification
hello
i’m a new user
i live in france (excuse me for my bad english!!)i’d like to receive notification when a member post a new picture or a new comment
i’d just want to see if everything is clean (no picture forbidden);
tell me if is it possible
thankssophie
Hi there,
Some email readers program doesn’t transform http://url into proper link!
It’s a shame because, user has to copy/paste the URL into their browser…
Is there a way of modifying this function without touching the core file of BP?
`function bp_core_signup_send_validation_email( $user_id, $user_email, $key ) {
$activate_url = bp_get_activation_page() .”?key=$key”;
$activate_url = esc_url( $activate_url );
$admin_email = get_site_option( “admin_email” );if ( empty( $admin_email ) )
$admin_email = ‘noreply@’ . $_SERVER;$from_name = ( ” == get_option( ‘blogname’ ) ) ? ‘BuddyPress’ : wp_specialchars( get_option( ‘blogname’ ) );
$message_headers = “MIME-Version: 1.0n” . “From: “{$from_name}” n” . “Content-Type: text/plain; charset=”” . get_option( ‘blog_charset’ ) . “”n”;
$message = sprintf( __( “Thanks for registering! To complete the activation of your account please click the following link:nn%snn”, ‘buddypress’ ), $activate_url );
$subject = ‘ ‘ . __( ‘Activate Your Account’, ‘buddypress’ );/* Send the message */
$to = apply_filters( ‘bp_core_activation_signup_user_notification_to’, $user_email );
$subject = apply_filters( ‘bp_core_activation_signup_user_notification_subject’, $subject );
$message = apply_filters( ‘bp_core_activation_signup_user_notification_message’, $message );wp_mail( $to, $subject, $message, $message_headers );
}`Thanks in advance for your time.
Jk_
I have upload buddypress at my website when i send a friendship request from other ID and try to accept from respondant ID then the notification page do not open my buddypress url is http://www.achisite.com/friends you can check a notification with this id USERNAME: mudaber Password : 123456 please help me Thanks
Hi,
Just install this amazing BP

I didn’t find the place to define the system email server.
I want to use it in order to send a user email once he gets notification
in the BPthanks
When I expand the @username1 link on a user’s profile I get this:
@username1 is a unique identifier for username2 that you can type into any message on this site. username2 will be sent a notification and a link to your message any time you use it.
different user names belonging to different individuals.
WP 3.0.1 BP 1.2.5.2
Activity is turned off in bp component configuration
Plugins: Buddypress usernames only, group docs, forum extras, seo advanced.
manual patch: time synchronization for messages and sitewide activity.Anybody else experiencing this?
Occasionally, one of our site members will click a “Post Topic” or other submit button multiple times out of the frustration that nothing is happening (due to slow server or the member’s slow connection). Unfortunately, Buddypress outputs multiples of the same post and our members are getting multiple notifications.
To avoid redundant posting, is there a plugin that disables a submit button after a user clicks on it once?
Any help appreciated.
Eric
I wonder if it’s possible to have one page for all the users settings.
To be more specific; I want to give the users of my site the ability to change avatar, edit profile, edit the notification settings etc from the same page. Not like it is now where everything has it’s own page.Is is possible to do this? I want to make it as simple as possible with few pages for the members of my site.
Help would be very appreciated!
Topic: Admin bar disappeared
I tried out the buddypress sliding login panel, but wasn’t impressed because it doesn’t display notifications well. I uninstalled but I’m not able to get my admin bar to display for users. Any thoughts on what I might do?
I noticed this in my functions.php but even if I omit this code it doesn’t appear for users.
`
function arit_remove_buddypress_admin_bar_install() {}
function arit_remove_buddypress_admin_bar_init() {
if ( function_exists(‘bp_core_admin_bar’) ) remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );
if ( function_exists(‘bp_core_admin_bar_css’) ) {
remove_action( ‘wp_head’, ‘bp_core_admin_bar_css’, 1 ); }
if ( function_exists(‘bp_core_add_admin_css’) ) remove_action( ‘admin_menu’, ‘bp_core_add_admin_css’ ); }
function arit_remove_buddypress_admin_bar_uninstall() {}register_activation_hook( __FILE__, ‘arit_remove_buddypress_admin_bar_install’ );
add_action( ‘init’, ‘arit_remove_buddypress_admin_bar_init’ );
register_deactivation_hook( __FILE__, ‘arit_remove_buddypress_admin_bar_uninstall’ );
`

