![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Is there a way to add the "previous 5" (or 10 or whatever) link to the navigation bar at the top of my recent entries, reading and network pages? I'm using Mixit, which I believe is a Core1 LJ style.
ETA: Also I figured out how to reverse the order of the entries on my reading page (for values of figured out which equal bugging the Support people), but it didn't reverse the order of my Page Summary. I wonder if there's a way to do that. (I care about this much less than the first question.)
ETA: Also I figured out how to reverse the order of the entries on my reading page (for values of figured out which equal bugging the Support people), but it didn't reverse the order of my Page Summary. I wonder if there's a way to do that. (I care about this much less than the first question.)
Tags:
no subject
Date: 2010-09-12 01:52 am (UTC)Easiest way? Find the line of code that prints it at the bottom of the page, and copy it into the right bit at the top of the page.
Harder way, and not ideal, but doesn't involve hacking layers, is to move it with CSS, but that'd mean it was only at the top.
Basically, find it in the layer code, you're looking for the link with class="prevnext" in the code.
No idea on the latter, and doubt it'd be possible without going into the guts of thepage summary module. So beyond my ken, because I like it that way...
(no subject)
From:(no subject)
From:(no subject)
From:(no subject)
From:(no subject)
From:(no subject)
From:(no subject)
From:(no subject)
From:(no subject)
From:(no subject)
From:no subject
Date: 2010-09-14 06:58 pm (UTC)In your layer, you're using
print_stylesheet()
to print the CSS. In there is a section like this:/* previous and next links */
.stream-header {display: none;}
.stream-footer {clear: both; display: block; width: 100%; etc...}
If you just want to display the header part, remove the
stream-header
line. Since I'm assuming you'll want it to look like the footer part, change it to look like this:.stream-header, .stream-footer {clear: both; display: block; width: 100%; etc...}
(no subject)
From:(no subject)
From: