I switched to Effervescence_Simpleviewer a week ago or so, and worked some sweet sweet modifications into it. But I've run into some issues and and can't seem to work them out by myself.
First: there's no comment fields in this theme for my visitors to write in. Does this theme even support comments, and if so - how can I add them back?
Second: RSS seems a little buggy. The sitewide RSS work well, the subalbum RSS doesn't work at all at the second tier (ie; albums/2007/) for me. RSS for third tier (albums/2007/September) seems to work, but never updates?
Is this theme a work in progress, or am I just being retarded? Any help would be much appreciated. I'd be happy to "release" my modified version when it's done, if anyone's interrested.
Also, I would be immeasurably grateful if someone could help me add a header-div to the single-image view. More info (and pictures)
in this post.
Comments
I am afraid I don't understand what you want with the header-div.
I like the color scheme you have done. Would you post your css (specially after you modify it)?
Just before I started this thread I tried with a vanilla install of Effervescence_Simpleviewer (to make sure it wasn't my modifications that broke it) - however I couldn't see any comments with the clean install either.
I'll check out those patches though - thanks. And yes - I'll most certainly post the CSS for you. What's the common way to do that around here? Should I post it as a new theme or just start a thread like "blue and basic Effervescence_Simpleviewer mod"?
You can just post the CSS. I will have to mod it to the stuff I am working on--Soon you will be alble to choose CSS files on the fly!
Let me know when/wher you post it.
Where are they supposed to be? Single-image view? Subdir-view? Perhaps I've just missed them... Is there a demonstration gallery you can point me to, to see how it's supposed to look and work?
I'll check the header fix out next, thanks.
Here's my CSS.
Sorry about that.
`<?php if (getOption('Allow_Comments')) { ?>`
to
`<?php if (getOption('Allow_comments')) { ?>`
By the way, the comments look ok.
I don't suppose you know where the color for the pagelist disabled links is done? That's all that isn't right (for me) for now.
Comming with efferevescence_simpleviewer: the ability to select css files from the admin options. Yours will be named 'kish-my father' (CSS file kish-my father.css) I'll put it up on my live album (http://www.albums.sbillard.org) when everything is working.
Thank you. Comments are working, and I've updated the CSS now (same link) to take care of them properly. Their placement make them look rather out of place, but I haven't figured out yet how I could improve the situation. For now I'll just let the layout be.
I'm not sure what you mean by pagelist disabled links, but I'm hiding disabled links in these locations:
`.disabledlink `
`ul.pagelist li.current a /*denotes the current page were on (1..5 etc) */`
`.imgnav .imgdisabledlink /*next/prev in single image view*/`
`.albnav .albdisabledlink /*prev/next links i subalbums (upper part of the screen)*/`
And then there's one more which I haven't touched:
`ul.pagelist li a, ul.pagelist span.disabledlink `
Dunno if this is any help to you though.
A lot's of "unknowns" have been replaced and comments look proper now.
Visitors wont have to scroll to see if there's any comments for a picture.
If anyone has already invented this particular wheel, please let me know how to wield that dark div magic.