Search found 118 matches

by gimmel
Fri Jan 30, 2009 11:57 am
Forum: Plugins
Topic: flickr sidebar plugin error
Replies: 14
Views: 5373

serendipity_plugin_flickrshow

Here's a new flickr plugin I made yesterday. It works without dependencies. Could somebody help me beta-testing?
serendipity_plugin_flickrshow
by gimmel
Thu Jan 29, 2009 1:41 pm
Forum: Plugins
Topic: flickr sidebar plugin error
Replies: 14
Views: 5373

The PHP Flickr-API used in the Flickr plugin can be bundled. Copyright Unless otherwise noted, all code on this site is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. You can find this text on the bottom of the authors website . But even with the Flickr/API.php installed in bu...
by gimmel
Wed Jan 28, 2009 11:16 pm
Forum: Generelles in Deutsch
Topic: Keine Plugins installierbar
Replies: 1
Views: 1153

Ok, ich hab's gefunden. Ich hatte das Flickr-Plugin wieder zurückgespielt, um den Fehler zu finden. Es genügt schon, dass das Teil im Plugins-Ordner liegt, es muss nicht einmal aktiviert sein und schon spielt Serendipity verrückt.
by gimmel
Wed Jan 28, 2009 11:14 pm
Forum: Plugins
Topic: flickr sidebar plugin error
Replies: 14
Views: 5373

The Flickr-Plugin should be banned from Spartacus. You only have to copy the plugin to the plugins folder and Serendipity (1.4) will not be able to show the plugin page in the admin area anymore. No others plugins are causing such errors. It seems to be very buggy. The readme file is not visible if ...
by gimmel
Wed Jan 28, 2009 10:59 pm
Forum: Generelles in Deutsch
Topic: Keine Plugins installierbar
Replies: 1
Views: 1153

Keine Plugins installierbar

Wenn ich Seitenleisten-Plugins installieren will, kommt nur noch folgendes HTML: <h2>Seitenleisten-Plugins</h2> <br /> Also kein <body>, kein gar nichts. Der Fehler tritt seit vorhin auf, als ich das Flickr-Plugin installiert hatte. Danach war die Admin-Plugin-Seite ziemlich zerschossen und endete v...
by gimmel
Wed Jan 28, 2009 2:57 pm
Forum: Plugins
Topic: flickr sidebar plugin error
Replies: 14
Views: 5373

That's funny. Just today I wanted to start a iPhone webcam on my blog with Pixelpipe and flickr. I installed the plugin and it „crashed” my website. It's not possible to delete the flickr plugin from the admin interface, because it's garbled, too. I had to delete it via FTP. Has the plugin an expira...
by gimmel
Tue Jan 06, 2009 8:28 pm
Forum: Development
Topic: History plugin improvement
Replies: 6
Views: 4982

Wrong year in history plugin

Another little bug: „One year ago“ calculates one day to late. if (!is_numeric($min_age) || $min_age < 0 || $specialage == 'year') { $min_age = 365 + date('L', serendipity_serverOffsetHour()); } A year has 365 days, that's right. But if you start e.g. on 1.1.2008 the 365th day is 31.12.2008. To get ...
by gimmel
Sat Jan 03, 2009 9:11 am
Forum: Development
Topic: serendipity_plugin_audioscrobbler enhancement
Replies: 3
Views: 5714

Wrong umlauts with UTF-8

By the way: I have a little problem with the audioscrobbler plugin: Umlauts in my song titles are shown as question marks. The links to last.fm have a false encoding, too. I'm using UTF-8 encoding for my blog (what else). Je sp�ter der Abend Annett Louisan :idea: Idea for improvement: as an alternat...
by gimmel
Fri Jan 02, 2009 9:49 am
Forum: Development
Topic: History plugin improvement
Replies: 6
Views: 4982

History plugin improvement

The new version of the history plugin (v1.5, shipped with s9y 1.4) has a little „bug“. If author and date are suppressed, the (X)HTML output contains empty spans although. I changed this $date = ($displaydate=='0') ? '' : serendipity_strftime($dateformat,$e[$x]['timestamp']); $author = ($displayauth...
by gimmel
Tue Dec 02, 2008 11:05 am
Forum: Bugs
Topic: Missing category entry with XMLRPC
Replies: 9
Views: 6632

Gelöst!

Ecto schlägt für Serendipity die MovableType-API vor. Ich habe jetzt auf die MetaWeblog-API umgeschaltet und keine Probleme mehr. Die Beiträge erscheinen nun direkt nach dem Senden, ohne dass ich sie im Admin-Interface noch einmal neu speichern muss.
by gimmel
Sat Sep 06, 2008 11:54 am
Forum: Development
Topic: serendipity_event_stories
Replies: 3
Views: 3391

Re: serendipity_event_stories

Possible. But I like small plugins with less functionality more than clusters of functions in one big plugin. It's easier to sort the display order and the performance is better if you need only a small part of the functionality.

But if somebody has enough time to combine both plugins, why not…?
by gimmel
Sat Sep 06, 2008 10:19 am
Forum: Development
Topic: serendipity_event_stories
Replies: 3
Views: 3391

serendipity_event_stories

I made a little plugin that shows a list of similar entries in the footer of an entry. It finds entry titles with decimal numbers: "Web links 1", "Web links -2-", "Web links - 3" Titles with roman numbers: "Terminator I", "Terminator -II-", "Ter...
by gimmel
Thu Aug 28, 2008 1:51 pm
Forum: Generelles in Deutsch
Topic: Caching-Problem?
Replies: 3
Views: 1868

Wow, 25 Minuten Reaktionszeit. Neuer Rekord. ;-) Tatsächlich. Ich hatte das Plugin gelöscht und mich immer gewundert, warum am unteren Rand immer noch einen leerer Kasten „Erweiterte Optionen“ war. Da bleibt also was hängen… Ich habe es jetzt wieder installiert und das Caching deaktiviert. Sobald ic...
by gimmel
Thu Aug 28, 2008 1:02 pm
Forum: Generelles in Deutsch
Topic: Caching-Problem?
Replies: 3
Views: 1868

Caching-Problem?

Ich habe ein sehr merkwürdiges Problem auf http://www.dreikaisers.de . Das Lightbox-Plugin habe ich durch ein eigenes Milkbox-Plugin (basierend auf MooTools) ersetzt. Das funktioniert auch wunderbar, Bild-Links werden mit einem rel="milkbox" versehen und per Javascript gefunden. Jetzt zum ...
by gimmel
Mon Aug 18, 2008 3:43 pm
Forum: General discussions
Topic: The Future of Serendipity
Replies: 66
Views: 65267

Re: Another wish (admin interface)

Once the s9y admin backend will be reworked, we can think of templatizing it. But in the current state, it would mean a loss of flexibility for Serendipity's backend. Ok, I see. That's a whole lot of work (I took a few looks into the admin includes, I know what you're talking about ;-)) If I had mo...