Some coding questions.
-
Looking for help with getting the bp_core_get_avatar when all I have is the $user_id
bp_core_get_avatar($activity->user_id,1); doesn’t seem to do it for me.
$activity->user_id = sql read from the wp_bp_activity_sitewide table
Which should I use in the wp_bp_activity_sitewide, the date_cached or the date_recorded
In the same database wp_bp_activity_sitewide, why is the content pre-compiled information, makes it *really* difficult to make a custom output when the fields do not have all the information because its already made into the content.
adding ‘excerpt’, blog_id and post_id would give it more of an ability for people to customize.
bug: when posting a comment on a blog as admin it stored the primary_link as just “#comment-2” instead of the full site URL then “#comment-2”
- The topic ‘Some coding questions.’ is closed to new replies.