When creating a model on the UserFeed, and including either of the the Photo Url fields, the model returns no rows. If you remove the Photo Url field then everything seems to work fine. Example page:
<skuidpage unsavedchangeswarning="yes" showsidebar="false" showheader="false"> <models> <model id="UserFeed" limit="20" query="true" createrowifnonefound="false" sobject="UserFeed" doclone="" type=""> <fields> <field id="CreatedBy.Name"/> <field id="Body"/> <field id="CreatedBy.SmallPhotoUrl"/> </fields> <conditions> <condition type="userinfo" value="" field="ParentId" operator="=" enclosevalueinquotes="true" userinfotype="userid"/> </conditions> <actions/> </model> </models> <components> <skootable showconditions="true" showsavecancel="false" searchmethod="server" searchbox="true" showexportbuttons="false" pagesize="10" createrecords="false" model="UserFeed" buttonposition="" mode="read"> <fields> <field id="CreatedBy.Name" valuehalign="" type=""/> <field id="Body" valuehalign="" type=""/> </fields> <rowactions> <action type="edit"/> <action type="delete"/> </rowactions> <massactions usefirstitemasdefault="true"> <action type="massupdate"/> <action type="massdelete"/> </massactions> <views> <view type="standard"/> </views> </skootable> </components> <resources> <labels/> <javascript/> <css/> </resources> </skuidpage>