menu_get_object() ought to do it.<br><br><div class="gmail_quote">On Mon, Sep 6, 2010 at 12:02 PM, Earl Miles <span dir="ltr">&lt;<a href="mailto:merlin@logrus.com">merlin@logrus.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 9/6/2010 5:56 AM, Jerad Bitner wrote:<br>
&gt; One problem with the views filter I&#39;ve had is that when you limit it<br>
&gt; by uid, and you try to edit someone else&#39;s content as admin, the<br>
&gt; nodereference is no longer available, because you are not the original<br>
&gt; user. Has anyone found a reliable way to filter by current user OR<br>
&gt; admin? I was unsuccessful last time I tried using views_or to try to<br>
&gt; do this.<br>
<br>
</div>Assuming the nodereference filter can receive the nid of the node being<br>
edited as an argument (that&#39;s the part I&#39;m unclear on, but you can&#39;t do<br>
this if you can&#39;t somehow get the node) then you need some PHP argument<br>
code that attempts to load the node. If lot loads, return $node-&gt;uid; if<br>
not, return $GLOBALS[&#39;user&#39;]-&gt;uid.<br>
</blockquote></div><br>