Hello,

I have a question to use the module with rss-feeds:

I created a view with some fields to display and extend the sorting criteria with "Global:PHP" to call my own function and compare two rows like "return my_function($row1->field1, $row2->field1);". Both variables, $row1->field1 and $row2->field1 are mentioned in the "Global:PHP" in section "available variables" and everything works fine so far.

Now I added a Feed to the view and in "Global:PHP"-Field in section "available variables" $row1 and $row1 are shown as well but the the variables are unfortunatly empty.

Is it not possible to work with the "available variables" (of the fields) of the view in rss-feeds so I can never arrange the rss-feed like the "normal" feed? Or where is my mistake/misunderstanding?

Thanks for your help in advance!
Martin