Date: 2010-01-10 01:34 pm (UTC)
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
From: [personal profile] afuna
Here you go! After seeing the comments, I took the liberty of making it "PC" instead of just personal journals.

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();
}		

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

Profile

Dreamwidth style system discussion

April 2025

S M T W T F S
  12345
6 78910 1112
13 141516171819
2021 2223242526
27282930   

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 5th, 2025 05:39 am
Powered by Dreamwidth Studios