Search Results for 'notification user id'
-
Search Results
-
We will be releasing our custom BuddyPress profile widget in the next few hours – a combination of the BuddyBar profile widget and the Notifications widget.
Its sleek, a great looker and helps ease navigation. Its free and will be hosted on WordPress.org. For those that can’t wait, you can download the plugin from our site, click here to dlFeatures include:
* When a user is not logged in, no widget is displayed and the user will be presented with the default login
* When a user is logged in, it shows all the users friends, groups and notifications with a count next to each
* Displays the actual notifications below the widget.
* Fixed ‘0’ count if there are no notifications.Installation:
1. Upload the Mutuuj Widget folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Drag the Mutuuj BuddyPress Profile Widget to a sidebar on the ‘Widgets’ page under the ‘Appearance’ menuOn users’ profile, in settings / notifications, the following php error is output:
`Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘bp_core_screen_notification_settings_title’ was given in /path-to-root/wp-includes/plugin.php on line 395`
Is anyone else experiencing this? Can anyone recommend a course of action? thanks.
I got wordpress 3.1
Buddypress 1.2.8
Hosted under Yahoo web hosting.ARe there other stuffs I need to install or configure? BUddypress defaults enables private messaging and accepting friend requests.
When I try to create a message, or click the message link. the page redirect me to members directory.
When i try to view or edit my own profile or others profile, still redirect to members directory.
When I try to add friend. The other person receives notification. but click it will only redirect to members directory. Clicking the notification on the admin bar will just redirect to member’s directory as well
I thought things will be easy install.
this a fresh install. I installed wordpress 3.0.5 from Yahoo web hosting. Then it said new version is available i upgraded it to 3.1
Then I installed plugins. buddypress 1.2.8
use the default buddypress theme.
Yahoo saves all the files in the blog folder (wp-admin, wp-content, wp-includes).
Buddypress folder was automatically saved or installed under wp-content/plugins
By default everything is enable, private messaging, extended profile and friend connections. I didnt change any settings.
There is a link for these features on the admin bar but the messages, profiles and friend connections will just redirect me to members directory. Although the address on the link shows the proper link to messages, profiles.
All my other users are Author
here is the link http://www.irn.net.au
you can log-in with username: guest password:guest – user role is subscriber
Thanks guys in advance.
Topic: Hidden Group Invitation
Is it possible to make hidden groups visible to a user that has been invited, but not yet joined? As it is now, the user receives a notification that they have been invited to a hidden group, but they can’t visit that groups page, or even see it in the group list until they have accepted the invite.
Thanks!
Hey guys,
I’ve got my widgets set up so I can execute PHP commands in them and I’m trying to set up custom mail notifications in a drop down panel once users are logged in.
I found something similar to what I’m looking for on the support forums here
http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-re-produce-notifications-in-a-custom-admin-bar/However it seems a little over complicated than what I’m looking for;
I’m trying to tweak it to a simple if statement that just says either “you have no new messages” with an image of a red envelope above it, or “you have (number of) new messages” with an image of a green envelope.
my site address is http://www.pixelcove.co.uk
If anyone could give me some info regarding this I’d be grateful! I’ve spent hours editing individual lines but no luck so far lol
Many Thanks
Topic: Hide Notification Settings
Is there a way to hide the notification settings tab in the user’s profile?
I am working on a site (not live yet) for an association. I have private messaging and friends disabled, so my members do not need this notification feature… But it shows up with nothing for the user to configure, which is going to be confusing for them.
(screen shot here: http://jordynnmackenzie.com/koperscastle/wp-content/uploads/2011/02/screenshot_bpissue_feb142011.jpg )Thanks for any help!
WP: 3.0.5
BP: 1.2.7I’m trying to add a simple radio button to the signup form, and I’ve got as far as adding that to the signup form. On `bp_core_activate_account` the data goes into the meta of the `wp_signups` table. Then on activation that data is transferred into the `wp_usermeta` table – except the value of `notification_newsletter`.
In the `newslettersignup_bp_activate` function I realise in the example below that I’m trying to pass in the POST data (which has long gone), but the data that is passed into that function only contains the user_id. Other examples of this process suggest that this is an array with all the registration meta in it – `print_r` returns nothing more than user_id.
Why aren’t all the values in `wp_signups` -> `meta` transfered to `wp_usermeta` in the activation process? And what can I put into `update_user_meta` to get that value?
My mind boggles, help gratefully accepted. Code snippet below:
`/**
* Add custom userdata from register.php
*/
function newslettersignup_bp_signup_field( $usermeta ) {
$usermeta = $_POST;return $usermeta;
}
add_filter( ‘bp_signup_usermeta’, ‘newslettersignup_bp_signup_field’ );/**
* Update usermeta with custom registration data
*/
function newslettersignup_bp_activate( $user ) {//print_r($user);
update_user_meta( $user, ‘notification_newsletter’, $_POST );
return $user;
}
add_filter( ‘bp_core_activate_account’, ‘newslettersignup_bp_activate’ );`Hi, I´m new to BuddyPress (not so much to WordPress) and I´m having a bit of trouble getting it to work as expected.
Let´s go to the details…
I´ve setup two different installations of WP(Multisite) + BP in two different servers.
in both cases I get everything running with the exception of:
— @mention email notification
— friend request email notification
— reply email notification
strangely enough
— private messages
— new user regisistration
— new user activation key
get through and send the right emailsjust for the record
Every user/profile used for testing purposes had a valid email address and all the notification emails checked in each profile configuration
WP(multisite) 3.0.4 with a single site for now and followed the installation guide
BP 1.2.7
No other plugin installed or runing
As I´ve said some Emails do go out (It´s not an email server problem) and just in case I´ve made some tests configuring SMTP but got just the same results.BuddyPress is a great application and seems to work lovely with WP.
Is there a way to fix this problem and get those emails out?
That would be fantastic.Please let me know of any possible tweak, tip, trick, hook or whatever may do the magic

Thanks in advance,
Andrés

