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.
You should get the newest community build. In it there is an updated efferevescence_simpleviewer. Now the comments are controlled by an option which is settable on the Admin options page. (Default is comments enabled.)
I am afraid I don't understand what you want with the header-div.
Sbillard - I believe I downloaded the theme from trac just last week to work on it. I do have an option in the admin menu for comments (it's on) but they don't show up.
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"? :)
I pulled the theme from trac and installed it without modifications. I made sure Allow Comments were on, but I still no comment-areas show up.
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.
Thanks for the translation. I am working on a few things with the css and effervescence_simpleviewer. I see that comments is broken. Change image.php line #95 from
to
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.
Yes!
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.
I know what I would like to do with the comments now. I'd like to have a column next to the image, which holds all comments and - at the very bottom of it - the input form.
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. :)