I'm trying to change a URL in the navigation component (not the navbar). I'd like to add "?show=p" to the "Friends" link to exclude communities from that view. (I'd also like to add another line with "?show=c" to show communities as a separate view, but that looks like a different problem altogether.)
Thanks to all the stuff here, I've found three or four ways I can get almost what I want, but not... quite.
Can I just change the value of $p.view_url{"friends"} somewhere to include the ...=p?