Hello, I just flew in from Drupalland and I’m stuck on something.
I’m trying to design a members theme but I can’t figure out where the Userbar links are hidden.
example: I want to turn a id="my-activity" href="http://mysite.com/members/admin/activity">Activity
into: a class="ajaxify" id="my-activity" href="http://mysite.com/members/admin/activity" target="#content">Activity
which sounds simple enough, but I can’t figure out where to do this. Do I have to hack one of the plugins? (I’d rather not have to do that) Or can I just do it in the theme?