Viewing 11 replies - 1 through 11 (of 11 total)
  • Make sure you have added this:
    <style type="text/css" media="screen">
    @import url( <?php echo get_settings('siteurl');?>/yourstyle.css ); </style>
    into the <head> </head> of narchives.php and then you may also wish to add a few items from narchives.php into your style sheet.

    I added:
    #narchives
    #narchives h3
    #narchives a

    into the style sheet and styled them to suit my site.

    Check out my narchives page for reference as well as my stylesheet.
    https://blog.nuclearmoose.ca/narchives.php

    For my photoblog https://ostxgui.de I want the narchives-page to show thumbnails of the photographs.
    I customized the narchives.php for to show the excerpts of the blog-items. And the thumbs are linked in the excerpts.

    Now I want to customize the layout of narchives and I don’t find the clue, how to browse the thumbs one after the other without line-breaks between.
    Anyone an idea, where I have to make changes?

    Look here: https://ostxgui.de/narchivex.php

    Problem in https://blog.nuclearmoose.ca/narchives.php

    Sort by Category Descending for 2005 and see how it looks. Probably creating an invalid xhtml.

    Please correct.
    Thanks.

    Thanks for the heads-up, Sadish.

    Another minor issue I noted, NM: many of the apostrophes and quotation marks are backslash-escaped. Not all of them; it just seems to happen on some of the older posts. Filter on author AnonyMoose and you’ll see it clearly in the second and third posts.

    No big deal, and you might already know about it. It’s the only quirk I noticed. (And I may have to grab that Nicer Archives plugin myself, it’s a great idea.)

    iJames,

    Yes, I’ve noticed the slashes issue. They have to be fixed manually. That is left-over cruft from earlier versions that had a bug. Thanks for the tip on which ones are showing that problem…it will help me clean them up faster!

    BTW, narchives is not a plugin. ??

    “BTW, narchives is not a plugin. :)”

    Yeah, okay, it’s a file. But is there a reason it couldn’t be a plugin? Seems like a good idea to me. >8->

    How can I change the month to number? ex) June > 6
    ??

    You have to get into the PHP file that drives this thing and try to find where it says “June” and so on and change the names.

    Be very careful with this.

    Thanks Lorelle!
    I found and chanege succesfully!

    May the force be with you ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Narchives’ is closed to new replies.