// Add <yrs_lsx> in the postbit to show it up.$plugins->add_hook( 'postbit', 'yrs_lsx' );function yrs_lsx(&$post){ $yrslsx = date( 'Y', TIME_NOW - $post['userregdate'] ); $years = ( $yrslsx == 1 ) ? 'Year' : 'Years'; return str_replace('<yrs_lsx>', $yrslsx . $years. ' of Service' . $post['message']); }
Loading Info...