Request #6119
From:
Account Type:
Free Account
Dreamwidth:
Time posted:
Tue, 20 Apr 2010 14:16:24 GMT (810 weeks ago)
Status:
closed (7 points to
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
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
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.
I've now also asked this question in the style-system community at http://style-system.dreamwidth.org/18255.html
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
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
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
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
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
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.
