-
Joshua Blevins replied to the topic Question about bp_activity_action in the forum Creating & Extending 8 years, 11 months ago
I did look at that function as well.
/**
[Read more]
* Return the activity content.
*
* @since 1.0.0
* @deprecated 1.5.0
*
* @todo properly deprecate this function.
*
* @uses bp_get_activity_action()
* @uses bp_get_activity_content_body()
* @uses apply_filters() To call the 'bp_get_activity_content' hook.
*
* @return string The… -
Henry Wright replied to the topic How to make my site like Facebook in the forum Creating & Extending 10 years, 2 months ago
-
Shmoo replied to the topic avatar width doesn't apply in the forum How-to & Troubleshooting 10 years, 10 months ago
No not really, the only places where I’ve changed the avatar sizes is inside BP page templates like this,
[Read more]
<?php bp_the_thread_message_sender_avatar( 'type=thumb&width=64&height=64' ); ?>
....
<?php bp_loggedin_user_avatar( 'type=thumb&height=64&width=64' ); ?>
....
<?php bp_member_avatar( 'height=192&width=192' ); ?>
....
<?php…
@todo
Not recently active