I already showed it a while ago in an article in my blog, but since it was idling since I thought it was time to continue here. It might be something for spartacus.
Please have a look and test it out, there is a Demo.
This should at least be on Spartacus. (If you consider it “done”, of course.)onli wrote:It might be something for spartacus.
Not so easy sadly. The comment form inputs simply have no border set, if I see that right, so they are following the browser. That looks not at all nice for the search form. But to have a good design there that works in more than one browsers is not as easy as I'd like.Don Chambers wrote: You still might consider a border around the search input box just to better identify what it is. The comment form uses borders on its inputs, so it would be consistent.
No. 35-40em are a sane max-width for text. That is part of the concept: Have the text in a redable font in a readable size with a good width, and not have any fluff around it. On small displays the body will jump to 90% width.Don Chambers wrote:Is that extra space to the right of the entries intended to hold something that the demo does not show?
I'll upload it after giving some more time for comments :) (since spartacus doesn't update themes)yellowled wrote:This should at least be on Spartacus. (If you consider it “done”, of course.)
Code: Select all
$serendipity['smarty']->assign('is_templatechooser', $_SESSION['serendipityUseTemplate']);Code: Select all
if ($_SESSION['serendipityUseTemplate']) {
$template_loaded_config['use_corenav'] = false;
}
I don't know. It's quite possible I just copied that over from 2k11.Couple of questions.. What purpose do these serve in your config:
https://github.com/s9y/Serendipity/comm ... f82217f1a9Don Chambers wrote:I know 2k11 has the required fields in there too, but could someone give me an idea of why that is added to a template?
I highly doubt that this is code that I came up with, although I commited it. Apparently, I got the code from Garvin. Seems to be related to a bug in the template chooser plugin.This makes 2k11 always suppress the core nav if template chooser plugin is installed.