Is there a way to move the Spy to the left of the What's New? I didn't see that in any of the discussion posts.
edit: Got it.
ACP -> Templates -> Navigation
Find
PHP:
<xen:if is="{$canSearch}"><li><a href="{xen:link search, '', 'type=post'}">{xen:phrase search_forums}</a></li></xen:if>
<xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'watched/threads'}">{xen:phrase watched_threads}</a></li></xen:if>
Add AFTER
PHP:
<xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'full:spy'}">{xen:phrase spy}</a></li></xen:if>
This adds the Spy to the left of the What's New. Then to remove the Spy that is to the far right, you first need to have Debug Mode set to True in your config.php.
ACP -> Development -> Code Event Listeners
Find template_hook under Digital Point Spy and uncheck it.
I know some of this might be easy for some of you, but I didn't have my debug on so it took me a while.
