I am not sure if this is by design or if its a bug; but i typically put fields together with this module using such variables as: $data->field_field_myfield

i have a field with is an entity ref to a blocked user. the $data returns the correct values; for anon it is empty.

As the user is blocked; so i guess it is possible this is by design; but views itself will list this info if i really want it to. Also, if this is intended security on part of the viewsphp module; the $data->_field_data array does still have the data i need; just a pain to get at it that way.

- disabling sql rewriting has no impact
- unblocking the user and the info does show up

it is unfortunate that this module doesnt have access to the "replacement variables" that this fields rewrite section does; as this would make many things much easier.