TDLC-BIRTHDAY plugin mod
-
Just want to check… we modded our Buddypress TDLC Birthdays plugin before to award a user 5000 cubepoints in the past, but switched to MyCRED.. could you please advise me if i have modded this correct for myCRED?
if ( !in_array($userobj->user_id, $postedBd) ) { //cp_alterPoints($userobj->user_id, 5000); //cp_log('birthday', $userobj->user_id, 5000, false); /**** Greg - Hook into myCRED to give birthday user some moolah ******/ if ( !mycred_exclude_user( $userobj->user_id ) ) { mycred_add( 'birthday_present', $userobj->user_id, 5000, 'Birthday %plural%!', date( 'y' ) ); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘TDLC-BIRTHDAY plugin mod’ is closed to new replies.