Search found 434 matches
- Thu Jul 20, 2006 1:13 pm
- Forum: Plugins
- Topic: ma.gnolia plugin
- Replies: 16
- Views: 12247
- Tue Jul 18, 2006 6:05 pm
- Forum: Plugins
- Topic: ma.gnolia plugin
- Replies: 16
- Views: 12247
ma.gnolia plugin
Hi, it's me again. I decided to give ma.gnolia a try. ma.gnolia is a bookmark sharing service not unlike del.icio.us or many others out there. While del.icio.us remains the most popular platform, ma.gnolia has a nicer site design and supports microformats better than others, I guess (I've been very ...
- Mon Jul 17, 2006 2:33 pm
- Forum: Plugins
- Topic: Structured Blogging
- Replies: 11
- Views: 5600
I just pasted the whole file to here, so will have to make the diff yourself, sorry. I don't have an adequate diff command right here on my Win box 

- Mon Jul 17, 2006 12:28 pm
- Forum: Plugins
- Topic: Structured Blogging
- Replies: 11
- Views: 5600
hCard patch and usage
So, as I said I made a simple patch for adding basic hcard data to s9y_event_linklist. This method only works with the two CSS-based link lists, though. DTree is not yet supported: We could ask the dtree maintainers to add hCard support, but OTOH I'm not sure if it makes sense anyway because the JS ...
- Tue Jul 11, 2006 2:22 pm
- Forum: Plugins
- Topic: Structured Blogging
- Replies: 11
- Views: 5600
Re: Let's get to work
I personally would not favour a popup solution, but more "collapsing" field in the "Extended Properties" section when creating an entry? Basically, much like the freetag-plugin, only with more fields? Sounds reasonable ... I will experiment with your approach. One more idea is t...
- Tue Jul 11, 2006 12:46 pm
- Forum: Plugins
- Topic: Structured Blogging
- Replies: 11
- Views: 5600
Let's get to work
I've also been thinking about adding some microformats functionality - especially hReview - to my blog, but I'm still uncertain how to approach this. Maybe with an optional popup window where I can enter the review info? I would appreciate any input on this. For a start, I decided to add basic hcard...
- Thu Jul 06, 2006 11:13 am
- Forum: Plugins
- Topic: Freetag Plugin Problems
- Replies: 3
- Views: 1833
Re: Freetag Plugin Problems
Check if your lang* files in the plugin'S directory are there and not corrupted? Hi Garvin, yes, the files are in plugins/serendipity_event_freetag/UTF-8/ and look fine to me ... oh wait a sec .... Ok, I've just checked my error log. S9Y looks for the lang* files in the plugin dir, not in the UTF-8...
- Thu Jul 06, 2006 10:24 am
- Forum: Plugins
- Topic: Freetag Plugin Problems
- Replies: 3
- Views: 1833
Freetag Plugin Problems
I upgraded the freetag plugin to version 2.55 and now my tags won't display anymore. Instead it says PLUGIN_EVENT_FREETAG_LIST. Related tags are being displayed just fine, but the header says PLUGIN_EVENT_FREETAG_RELATED_ENTRIES. Looks to me like the lang-includes aren't read properly. I wonder if a...
- Wed Apr 05, 2006 5:20 pm
- Forum: Development
- Topic: Serendipity 1.0 Release Progress
- Replies: 61
- Views: 61739
Even at the risk of reducing this thread to a logo discussion: I like the arrows; the text in the center should be reduced to "S9Y" or "Serendipity"; the atom should be more abstract; and, yes, the logo needs to be scalable, and a favicon is essential. Regarding the mockup page: Where ist the "Downl...
- Tue Nov 08, 2005 4:20 pm
- Forum: Bugs
- Topic: Freetags with apostrophe
- Replies: 4
- Views: 2512
Display only tags which have been used >1 times
Well, I found a simple solution. Edited serendipity_plugin_freetag.php: 87c87,89 < $tags[$r['tag']] = $r['total']; --- > if ($r['total'] > 1) { > $tags[$r['tag']] = $r['total']; > } I don't know if this is against all good practice, but it works for me Modifying the preceding query...
- Sun Nov 06, 2005 7:52 pm
- Forum: General discussions
- Topic: To the forum admin (garvin?): ritecounter on this forum
- Replies: 3
- Views: 1836
- Sun Nov 06, 2005 7:51 pm
- Forum: Bugs
- Topic: Freetags with apostrophe
- Replies: 4
- Views: 2512
Thanks very much for fixing the bug, works like a charm now. About the orphaned tags: No, your suggestion does not work. But now I've got an idea about where in the code to look for a solution. As soon as I find the time and changed it, I will post it here. Otherwise I'll have to ask Jonathan Arkell...
- Sun Nov 06, 2005 11:32 am
- Forum: General discussions
- Topic: To the forum admin (garvin?): ritecounter on this forum
- Replies: 3
- Views: 1836
To the forum admin (garvin?): ritecounter on this forum
You seem to be using the ritecounter service to track visitors on this forum. With javascript enabled, it constantly gives me a javascript error Fehler: missing } in compound statement Quelldatei: http://www.ritecounter.com/scripts/counters.php?id=1806 Zeile: 4, Spalte: 2 each .5 seconds or so....
- Sat Nov 05, 2005 10:11 pm
- Forum: Bugs
- Topic: Freetags with apostrophe
- Replies: 4
- Views: 2512
Freetags with apostrophe
I just updated to the latest freetag and tagcloud plugins. Problem is that I have some tags with apostrophes in them; an apostrophe does not seem to be escaped in the SQL query. Consequently, after clicking on one of these tags in the tag cloud, I get an SQL error: WHERE isdraft = 'false' AND e.time...