Request #6119

From:
Account Type:
Free Account
Dreamwidth:
Account Name: [personal profile] kake
Style: (S2) core: public, layout: public, theme: custom, user: custom
Email confirmed? Yes
cluster: 10
data version: 10
scheme: celerity-local
Media storage used: 0.000 MB (0.0%)
Support category:
Time posted:
Tue, 20 Apr 2010 14:16:24 GMT (810 weeks ago)
Status:
closed (7 points to [personal profile] afuna)
Summary:
Making journal title link to recent entries
Original Request:
Hello! Is there a way I can make the heading "Adventures in Kake" on http://kake.dreamwidth.org/ (and http://kake.dreamwidth.org/19514.html and http://kake.dreamwidth.org/?skip=20 etc) be a hyperlink to http://kake.dreamwidth.org/ ?

If not, the second best thing would be a way to exclude things from the Navigation module — I'm happy having Recent Entries, Archive, Profile, and Tags there, but I don't want Reading, Network, or Memories.

Thank you!

Kake
Diagnostics: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
kake: The word "kake" written in white fixed-font on a black background. (kake) [personal profile] kake - Kake
Comment (#20040)
Posted: Tue, 20 Apr 2010 14:18:20 GMT (810 weeks ago)
Oh, and re excluding things from the Navigation module — I've tried setting the text for those things to blank, but it (a) messes up the spacing and (b) creates a blank spot which when clicked on sends the user to the reading/network/memories page anyway.
kake: The word "kake" written in white fixed-font on a black background. (kake) [personal profile] kake - Kake
Comment (#20069)
Posted: Wed, 21 Apr 2010 14:06:46 GMT (810 weeks ago)
I've now also asked this question in the style-system community at http://style-system.dreamwidth.org/18255.html
zarhooie: Sheep growing on a stalk with Kat and SupportHelp (_support, springsheep) [personal profile] zarhooie - Cream Puff with Teeth
Answer (#20081)
Posted: Thu, 22 Apr 2010 00:32:59 GMT (810 weeks ago)
Hey kake,

It looks like the first part of your question was answered in your entry in style-system.

The second part has already been filed in our bug tracking software to be developed at some point in the future. However, since there's not a developer who is assigned to the bug at this time, I can't give you an estimated date of completion.

Best,
    Kat
zarhooie: Sheep growing on a stalk with Kat and SupportHelp (_support, springsheep) [personal profile] zarhooie - Cream Puff with Teeth
Comment (#20084)
Posted: Thu, 22 Apr 2010 00:36:13 GMT (810 weeks ago)
Hey kake,

I was mistaken; the second part of your question was already answered, not the first. There is a bug filed for it, though.

I am reopening this request so that you can get an answer to your first part from one of our Styles people.

Best,
    Kat
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (afuna, cats) [personal profile] afuna - afuna
Answer (#20087)
Posted: Thu, 22 Apr 2010 03:19:22 GMT (810 weeks ago)
Hi Kake,

To get your header to show up as a link, paste this code into your theme layer:

function Page::print_global_title() {
        if ($.global_title) {
                """<h1 id="title"><span><a href='""" + $.base_url + "'>" + $.global_title + """</a></span></h1>""";
        }
}
function FriendsPage::print_global_title() {
        var string title = $.friends_title ? $.friends_title : $.global_title;
        """<h1 id="title"><span><a href='""" + $.base_url + "'>$title</a></span></h1>";
}

I noticed that you have a custom theme layer, so I'm assuming you're familiar with the process of finding and editing your theme layer. Let us know if you need help with anything!

cheers,
Afuna

Go to: previous open request, next open request
Return to the list of open requests.
Back to the Support Area.