25-10-2015, 07:48 PMScarlettJohansson Wrote: No! Curently there is no plugin to do something like that picture ;D
25-10-2015, 07:52 PMBeliever Wrote: Not sure what it does but its similar to years of service PHP Code:// 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']); } and about that staff tag. it can be doen by checking if user is given gid.. if its == true then find_replace_templatesets that temp
// 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...