Ignoring bbp sizing
-
In loop-single-forum I have the code below. It is supposed to resize avatars to 16×16 and it does for gravatars but it does not for wp-user-avatar’s. This has caused all avatars in the forum list to be 150×150 if they are uploaded avatars.
<?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 16 ) ); ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Ignoring bbp sizing’ is closed to new replies.