Modifying the Page Header

Aug 08, 2005 17:04

This tutorial will allow you to modify the Page Header by adding a header image, blocking the title/subtitle from appearing, or modifying the header links. Because this requires overriding functions in theme layers, it is for paid users only.

Tutorial )

header, tutorial

Leave a comment

dorwrath August 8 2005, 21:12:33 UTC
Does this also apply to bordered boxes?

Reason being I think this page should be added to the header links:

http://www.livejournal.com/users/username/tag/

Reply

masterslacker August 8 2005, 21:18:31 UTC
Bordered Boxes already supports the header image, so you don't need part 1.

For part 2: the function is pretty much the same, except that previous/next links are somewhere else in the layout so you can remove that section, and I have the Scrapbook link there for my private layouts, and the code for that is:
# Scrapbook (picture Galleries)
if ($*layout_menubar_scrapbook) {
"""
  • $*text_view_scrapbook
  • """;
    }But yes, otherwise the function is the same.

    Reply

    dorwrath August 9 2005, 06:32:35 UTC
    Thank you it worked :)

    • example

    When someone uses the above only half of the dot appears on the page. It's like half is off the entry on the left hand side. Is that meant to be that way or something that needs to be corrected?

    Reply

    masterslacker August 9 2005, 06:41:37 UTC
    From what I can see it works just fine. Can you point me to an actual url where it doesn't show properly?

    I know that sometimes if people wrap things in
  • tags without putting the proper
      or
        tags around the list elements, the list won't be indented and all the bullets will align to the very left side of the container. Is that what you're referring to?
  • Reply

    dorwrath August 9 2005, 08:17:28 UTC
    yeah thats what its doing.

    It happens everytime someone uses a bullet though

    Reply


    Leave a comment

    Up