[personal profile] mmeg posting in [community profile] style_system
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.)

Date: 2010-09-12 01:52 am (UTC)
matgb: Artwork of 19th century upper class anarchist, text: MatGB (Default)
From: [personal profile] matgb
Because it's Core1, that means it's not supported, which means we have to figure it out from first principles.

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...

Date: 2010-09-14 06:58 pm (UTC)
av8rmike: Neo from Matrix, text: I know S2 (I know s2)
From: [personal profile] av8rmike
matgb and adalger, you guys are way out of practice...

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...}

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. 12th, 2025 04:12 pm
Powered by Dreamwidth Studios