I'm sorry, I'm sure I missed this in my searching. I need to use the term description (or a term_fields) value as the feed title, rather than the term name. Is this possible? If so, how?
I have defined a views-view-views-rss-fields.tpl.php in my theme and have verified that it is getting called, but "get_defined_vars" returns nothing, so I can't even see if there is anything available to do a query with.
Comments
Comment #1
cerup commentedI would also like to know about this.
I'm trying to change the title link to something other than the node (specifically to the original author's page).
I was able to print the following variables using devel:
dsm(get_defined_vars()); (doing a straight print_r((get_defined_vars()); would error). To get the vars, I'm looking at the output in views (not the actual feed since they won't show there).
Some of the array keys have values and in $variables['view'] there are fields, but when I try to print them I get
So seems it might need to be converter first or possibly it's also not available?
If you figure this out, would be great to know.
Comment #2
dawehnerdpm($view) will display everything you can imagine :)
If $view->field are all fields.
in $view->rendered_fields are all rendered fields
in $view-> is the non-safe result from mysql.