Hi there,
not sure if it's the right place to post this, let's have a try! :)
I have a module (views_modules.info) that gives me a field that list all the users that tagged a specific node. It gives me only their usernames and nothing else about them.
The thing is that all my users have a profile that is a node who have their username as title and where a lot of informations about them are stored.
I'm looking for a way that will make it possible to use the information that the module gives us (ex: usernames) to get info in an another node (ex: node title= "username").
I'm writing this isue here with the views module because I know that they are a lot of modules that will give us only a username has a field when we want to show other informations like their photos for exemple.
I know that it can be done with views_fusion.module and node_reference (cck), but that will mean that we wont be able to use the views_bookmark module for example.
Someone told me that I should write an "SQL query to select their vid from the users tables, using their username in the where clause" and put that code in a tpl.php files that will theme my view, but the thing is that I just can't code so I'm asking you for your help!
Thanks a lot for you time :)
Comments
Comment #1
glob commentedComment #2
sunSorry, unfortunately this support request is way too specific. Please have a look at the issue queue - Views maintainers are buried already. You might want to try to get further support at http://drupal.org/support.
If you were able to solve this issue on your own in the meantime, you might want to add the involved steps to this closed issue, so other users searching for a similar solution might find it.