I have created a cb query field to capture the "viewers" user id and store it in a field..
The reason behind this is I want to create a userlist of last visited user profiles.. Meaning that the user would be able to see the other profiles which he has visited when he clicks on the user list..
The problem now is that I go on creating userlist for each and every user.. that will be pure madness..
What I am planning to do is to create a userlist with a filter for the cb query field (which captured user Id) to get the viewers user Id.. Meaning the filter for that list would be cb_idstorage=#me..
Somehow I can't get it working.. I have tried cb_idstorage=cb:userdata field="Id" user="me" similar to how delimiter uses the "#me" field here -
magazine.joomla.org/topics/item/133-CB-Delimiter-Field-Magic
If I can create this userlist, I will be able to create one userlist for all users to have a "last visited" profile list..
I hope my explanation is clear..