Oyceter (
oyceter) wrote in
style_system2015-09-15 07:50 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Changing navigation links in style
Does anyone know if it's possible to change anything in the print_navigation function? The source code says it's fixed.
Basically, I wanted to change the Previous/Next navigation links to add an anchor link to skip to the bottom of the page (i.e. like "Bottom | Previous 20 | Next 20") and to change the look of the navigation links for the year page to make the
Basically, I wanted to change the Previous/Next navigation links to add an anchor link to skip to the bottom of the page (i.e. like "Bottom | Previous 20 | Next 20") and to change the look of the navigation links for the year page to make the
[<<<]and
[>>>]into
<<and
>>. I can probably add another element before or after the navigation links, but it would look nicer if the links were editable...
no subject
It may be possible to do this using an S2 layer, at any rate? If you look at my journal (which I accidentally reverted to a previous customization, oops) it currently has things like a (broken) Tumblr share link down beneath each entry. There should be an entry on this community where I discussed this and asked for advice.
no subject
no subject
any better at puzzling out how to change s2 into what you want it to do than I amany good at fiddling with s2 it might give you some ideas. Source: http://www.dreamwidth.org/customize/advanced/layersource?id=116552&fmt=htmlETA: I have an older version of my s2 as well that has code blocks I don't use anymore that might be closer to what you want. Source: http://pastebin.com/print.php?i=cmwm3Tb6
Relevant code block might be where it starts:
"# code by ninetydegrees/foxfirefey
function print_module_navlinks()"
no subject