Anime Master Zinc
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
I think you should add a progress bar, which will allow users to see how far they are until the next level (Rank).
https://blog.platinastudio.com/wp-content/uploads/2013/02/Progress-Bar6.pngHere’s what I’m getting in the error log.
[23-Jul-2013 03:13:02] PHP Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘my_custom_ranking_rows’ was given in /home1/zincview/public_html/wp-includes/plugin.php on line 173
This is what’s in line 173
add_filter( 'mycred_ranking_row', 'my_custom_ranking_rows', 10, 4 );
//MyCred User profile image display add_filter( 'mycred_ranking_row', 'my_custom_ranking_rows', 10, 3 ); function my_custom_ranking_rows( $layout, $template, $row, $position ) { return str_replace( '%avatar%', get_avatar( $row['user_id'], 30 ), $layout ); }
I see the gravatar images, but not my user images.
Viewing 5 replies - 1 through 5 (of 5 total)