Good morning,
In the “Documentation” column, you have the answer:
- avatar_url as the column title
- The value of each cell will be the url to the image in your system
Thread Starter
ekihc
(@cokwara)
The documentation says to use bp_avatar, but that didnt work. I also used the one you suggested (avatar_url), didnt work either.
Thread Starter
ekihc
(@cokwara)
Also, what options would go under the user_status column?
user_status is not a standard WordPress column, check in your database which values it should take.
In respect to the image, if you use WP User Avatar you should use what I told you.
If it appears bp_avatar this is because you are not using this plugin and you are using BuddyPress so if you read the documentation you will read:
An integer which identify the ID of an attachment uploaded to your media library
A string that contain a path or an URL to the image
Check your content and it will work.