practice being a zebra (
blnchflr) wrote in
style_system2010-01-10 11:27 am
Entry tags:
Change Network link to ?show=p? [SOLVED]
How can I change the Network link on my journal to go to ?show=p, so I only get personal journals (my circle's circles subscribe to a lot of feeds I'm not interested in)?
I'm using Transmogrified.
Thank you in advance.
I'm using Transmogrified.
Thank you in advance.
no subject
Using Transmogrified, too.
no subject
no subject
no subject
no subject
no subject
no subject
If you want to filter on the fly, and you have the navstrip enabled, you can also use the filter dropdown to do so!
function print_module_navlinks() { var Page p = get_page(); open_module("navlinks", "", ""); var string[] links = []; foreach var string k ($p.views_order) { var string url = $p.view_url{$k}; if ( $k == "network" ) { var string sep = $url->contains("?") ? "&" : "?"; # show = P : personal # show = C : community # show = F : feeds # show = PC : personal and community (any other combinations also possible) $url = $url + $sep + "show=PC"; } var string css = """ class="$k" """; if ($p.view == $k) { $css = """ class="current $k" """; } $links[size $links] = """<a href="$url"$css>"""+lang_viewname($k)+"""</a>"""; } print_module_list($links); close_module(); }no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject