Search found 4580 matches

by Timbalu
Tue May 17, 2016 5:05 pm
Forum: Plugins
Topic: Something funny: serendipity_event_head_nugget
Replies: 14
Views: 29774

Re: Something funny: serendipity_event_head_nugget

Thanks. Commited.
by Timbalu
Sun May 15, 2016 8:59 pm
Forum: Generelles in Deutsch
Topic: NL/BR nach Bildern wird nicht angezeigt
Replies: 12
Views: 38074

Re: NL/BR nach Bildern wird nicht angezeigt

" Unfug " nur, wenn man die expliziten " (in diesem Fall) " und " In deinem Fall " einfach mal außer acht lassen will! Ich sehe es so, die Frage war, ein eher statisches CMS mit Serendipity in einem bestimmten sehr eng gefassten Template auf die gegebenen Fragen hin zu ...
by Timbalu
Sun May 15, 2016 3:10 pm
Forum: Generelles in Deutsch
Topic: NL/BR nach Bildern wird nicht angezeigt
Replies: 12
Views: 38074

Re: NL/BR nach Bildern wird nicht angezeigt

In deinem Fall einfach das image auf 100% aufziehen.

Code: Select all

.serendipity_image_left {
    margin-bottom: 1em;
    padding: 0;
    width: 100%;
}
by Timbalu
Sat May 14, 2016 9:14 am
Forum: Generelles in Deutsch
Topic: NL/BR nach Bildern wird nicht angezeigt
Replies: 12
Views: 38074

Re: NL/BR nach Bildern wird nicht angezeigt

yellowled wrote:weshalb man ... auf ... img kein :before oder :after anwenden kann.
Das war mir gar nicht klar. Schade. Ich hätte es testen sollen. Danke.
Dann wäre es aber (in diesem Fall) sowieso besser gleich .serendipity_image_center zu verwenden, ohne am CSS herumzuspielen.
by Timbalu
Fri May 13, 2016 10:49 am
Forum: Generelles in Deutsch
Topic: NL/BR nach Bildern wird nicht angezeigt
Replies: 12
Views: 38074

Re: NL/BR nach Bildern wird nicht angezeigt

Du hast die Bilder (unnötigerweise) als image left eingebaut. Das aber hat einen float.

Code: Select all

.serendipity_image_left {
    float: left;
    ...
}
Entweder entfernst du das float oder du musst es unmittelbar danach wieder aufheben, zb mit

Code: Select all

.serendipity_image_left::after {
    clear: left;
}
by Timbalu
Tue May 10, 2016 7:27 pm
Forum: Bugs
Topic: Multilingual:"Translation of title" not working for archive
Replies: 10
Views: 26105

Re: Multilingual:"Translation of title" not working for arch

And another one for the title and description in the RSS feed. Needs a hard reload if open!
by Timbalu
Sun May 08, 2016 6:20 pm
Forum: General discussions
Topic: Blockquote and others
Replies: 4
Views: 18587

Re: Blockquote and others

Is that a question? Some links to start with are https://developer.mozilla.org/fr/docs/Web/CSS/quotes http://webdesign.tutsplus.com/articles/start-using-quotation-marks-the-correct-way--webdesign-16905 http://monc.se/kitchen/129/rendering-quotes-with-css else you may simply google CSS quotes and wil...
by Timbalu
Sun May 08, 2016 5:46 pm
Forum: General discussions
Topic: Blockquote and others
Replies: 4
Views: 18587

Re: Blockquote and others

There is a block of quoting styles in the style.css, starting from here: https://github.com/s9y/Serendipity/blob/master/templates/2k11/style.css#L134 until lines 158 or 169. You can disable or overwrite them (in the user.css for example) with your personal site preferences or extend them with your o...
by Timbalu
Sun May 08, 2016 9:27 am
Forum: General discussions
Topic: Error -- serendipity error: unable to connect to database -
Replies: 26
Views: 39673

Re: Error -- serendipity error: unable to connect to databas

It looked like the user had been disassociated from the database. I reattached and upgraded the config file. This is strange. Does it mean the serendipity_config_local.inc.php file did not have a line like this $serendipity['dbUser'] = 'USERNAME'; or the dbUser was set empty before? The hosting pro...
by Timbalu
Sat May 07, 2016 9:00 am
Forum: Themes
Topic: 2k11 and user.css
Replies: 4
Views: 21369

Re: 2k11 and user.css

Hi Fabien

Update your Serendipity v.2.0 to 2.0.3 and you will see the usage of user.css styles.
by Timbalu
Fri May 06, 2016 1:33 pm
Forum: Plugins
Topic: Contact form + Spamblock bayes
Replies: 45
Views: 132439

Re: Contact form + Spamblock bayes

Well, I found that updated file in my dev repo and did not want to forget about it. “Standard” as method IMHO should be JSON - is much cleaner and not so much obfuscated - say less error prone. I never used a Windows 10 Beta nad I never do any blog-related stuff on a Windows machine. All my blogs, e...
by Timbalu
Fri May 06, 2016 9:45 am
Forum: Bugs
Topic: Multilingual:"Translation of title" not working for archive
Replies: 10
Views: 26105

Re: Multilingual:"Translation of title" not working for arch

Hi Wesley

I just pushed another fix for the blog title, which should now work in the email (ie. by contactform) subject (and probably other places) too. Available tomorrow.
by Timbalu
Thu May 05, 2016 12:42 pm
Forum: Plugins
Topic: Contact form + Spamblock bayes
Replies: 45
Views: 132439

Re: Contact form + Spamblock bayes

Interesting side aspect: because I tried this multiple times, I have quite some log entries for the bee captcha now. It is not always „[<NUMBER> != � ]“, I also have occurrences of „[ 1 != 2 ]“. My initial idea that this might be related to encoding is probably false. Maybe the plugin's JS can't ca...
by Timbalu
Tue May 03, 2016 5:23 pm
Forum: General discussions
Topic: [error] can't upload image with HTTPS
Replies: 2
Views: 12460

Re: [error] can't upload image with HTTPS

Well, it clearly says: " open_basedir restriction in effect. File(/tmp) is not within the allowed path(s) " and further on in process: " PHP Warning: File upload error - unable to create a temporary file ", which is, since PHP couldn't get the file from your Servers tmp dir. So y...
by Timbalu
Tue May 03, 2016 1:19 pm
Forum: Generelles in Deutsch
Topic: Beitragstitel in "admin" geändert
Replies: 4
Views: 13490

Re: Beitragstitel in "admin" geändert

Na. Umso besser! :)