Tell us what you are trying to do?
As the title suggest. how to do the history at My Account (User account ~ subscriber)
Is there any documentation that you are following?
https://toolset.com/documentation/user-guides/custom-content/user-fields/
Is there a similar example that we can see?
Youtube channel... (got list of history video if you sign in) ... since our main concept is video base website
What is the link to your site?
hidden link
Hello,
For example, there is a custom post type "Video" in your website.
It needs these:
1) Many-to-many relationship between post type "Video" and WordPress users
Toolset relationships are based on post type, you will need to create an intermediate post type "Member", use it to setup the many-to-many relationship, see our document:
https://toolset.com/documentation/post-relationships/how-to-create-custom-searches-and-relationships-for-users/
2) Setup custom PHP codes, when user visit a "Video" post, connect his "Member" post with current "Video" post
custom codes.
https://toolset.com/documentation/customizing-sites-using-php/post-relationships-api/#toolset_connect_posts
For your reference.