Please Log in or Create an account to join the conversation.
The amount of blog posts a user has isn't stored to a field. I would need more details on how you want the userlist to function in order to supply a query to be used in the Advanced Filter. For example do you want the users who made the last 5 most recent posts for example? Please understand filtering is not sorting, it simply allows removal or addition of users based off the criteria specified. It will not sort them based off their last blog post for example.First, I try to create a user list which list all users have newest post from ProfileBlog plugin/tab. In Filter option of List Management i can't find any way to add ProfileBlog's filed name for filter (may be we can do it with Advanced option i think but how)
You'd need incubator project CB Query Field to perform a database query and retrieve the users blogs. Please keep in mind they could have multiple blogs so this isn't really reliable. I suppose you could only retrieve the most recent blog and assume that's perhaps what you're wanting. Please note CB ProfileBook is not a field and does not store blogs, walls, etc.. to a users profile data; it's stored to a separate database table.Second, how can we make ProfileBlog Title field and ProfileBlog entry field be visible on the users-list.
Please Log in or Create an account to join the conversation.
1. I would like to create a list of all user have their post in their CB ProfileBlog tab( each member can has many blog post but who ever has will be include to the list). The list will be sort from user has earliest post.create a user list which list all users have newest post from ProfileBlog plugin/tab.
2.I did tried incubator project CB Query Field before i make question but it doesn't work for me, i think i wrote wrong command. My solution was create a cb_blogtitle and cb_blogentry fields by perform a database query from ProfileBlog database table. And then i add 2 these fields to list column for visible in list front end.how can we make ProfileBlog Title field and ProfileBlog entry field be visible on the users-list.
Please Log in or Create an account to join the conversation.
That's possible with the below Advanced Filter.1. I would like to create a list of all user have their post in their CB ProfileBlog tab( each member can has many blog post but who ever has will be include to the list).
Not possible, sorry.The list will be sort from user has earliest post.
Below queries will get the most recent blog information of the user.2.I did tried incubator project CB Query Field before i make question but it doesn't work for me, i think i wrote wrong command. My solution was create a cb_blogtitle and cb_blogentry fields by perform a database query from ProfileBlog database table. And then i add 2 these fields to list column for visible in list front end.
If we could only retrieve the most recent blog for display in list will be good enought.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.