Search found 55 matches

by juergen
Mon Jun 07, 2010 9:49 pm
Forum: Plugins
Topic: serendipity_plugin_twitter and incorrect xhtml
Replies: 6
Views: 3120

Re: serendipity_plugin_twitter and incorrect xhtml

Hi and thanks a lot, Garvin. We have now two changes: serendipity_plugin_twitter.php at line line 250 classes/Twitter.php at line 409 Unfortunately the changes doesn't matter, w3c validator fails with same messages, "attributes construct error", "Couldn't find end of Start Tag" a...
by juergen
Fri Jun 04, 2010 5:43 pm
Forum: Plugins
Topic: serendipity_plugin_twitter and incorrect xhtml
Replies: 6
Views: 3120

Re: serendipity_plugin_twitter and incorrect xhtml

I think the validator's output refers to a missing space after the href attribute of links within tweets. (<a href="..."class="..."). Seems to be line 279 in serendipity_plugin_twitter.php, but that's way too much for my PHP knowledge. Maybe Garvin can get this one? Hi, yes it l...
by juergen
Thu Jun 03, 2010 2:35 pm
Forum: Plugins
Topic: serendipity_plugin_twitter and incorrect xhtml
Replies: 6
Views: 3120

serendipity_plugin_twitter and incorrect xhtml

Hi, using serendipity_plugin_twitter v1.18 there are at least two problems with (x)html validation. First one is an incomplete image construct in serendipity_plugin_twitter.php line 250. The fuckin alt-tag is missing and the img element is not closed. This is a solvable problem even for me. The othe...
by juergen
Sun Apr 11, 2010 11:46 am
Forum: Plugins
Topic: another mobile plugin bug
Replies: 4
Views: 2615

Re: another mobile plugin bug

onli wrote:HiWhich version of php are you using, of which version is the plugin?
Serendipity 1.4.1, PHP 4.4.8
(serendipity_event_mobile_output) Autor: Pelle Boese; version: 1.0;

Juergen
by juergen
Sun Apr 11, 2010 11:23 am
Forum: Plugins
Topic: another mobile plugin bug
Replies: 4
Views: 2615

Re: another mobile plugin bug

After all nothing, no frontend, no backend, works at http://arabesken.juergen-luebeck.de/ and so I need some help urgently. ok, after deleting the serendipity_event_mobile_output from plugin directory it works again. the parsing error happens while each try of installation from spartacus my version...
by juergen
Sun Apr 11, 2010 11:16 am
Forum: Plugins
Topic: another mobile plugin bug
Replies: 4
Views: 2615

another mobile plugin bug

Hi, installing serendipity_event_mobile_output aborts with Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in [...]/plugins/serendipity_event_mobile_output/mobile.class.php on line 7 After all nothing, no frontend, no backend, works at http://ar...
by juergen
Wed Feb 04, 2009 4:05 pm
Forum: Plugins
Topic: textile: url-links doesn't work
Replies: 14
Views: 11091

Re: textile: url-links doesn't work

judebert wrote:You could probably leave it enabled for comments, but move the plugin below the textile plugin. Any quotes textile didn't consume would then be handled by the quote plugin.
OK, right, sequence matters!

Regards,
Juergen
by juergen
Wed Feb 04, 2009 2:11 pm
Forum: Plugins
Topic: textile: url-links doesn't work
Replies: 14
Views: 11091

Re: textile: url-links doesn't work

Hi,

it looks like that the disturber was found!

serendipity_event_typoquote should NOT enabled for comments if textile is enabled!
It destroys the quote-signs in

Code: Select all

"link text":http://example.com/
Regards,
Juergen
by juergen
Wed Feb 04, 2009 2:00 pm
Forum: Plugins
Topic: textile: url-links doesn't work
Replies: 14
Views: 11091

Re: textile: url-links doesn't work

Hi Garvin, s9ymarkup really disturbs textile, so that is fine. You should actually completely remove that plugin if you use textile. Oops, I thougth, it's essential for s9y!? How do you enter url-links using textile, and how are they displayed i.e. what happens to them? For instance, I type "So...
by juergen
Wed Feb 04, 2009 12:28 pm
Forum: Plugins
Topic: textile: url-links doesn't work
Replies: 14
Views: 11091

Re: textile: url-links doesn't work

Which markup plugins and versions do you have exactly installed, and in which order, and which ones are enabled to be used for "Comments"? Also, which s9y version are you using? Serendipity 1.4, PHP 4.4.8 1. serendipity_event_emoticate, 1.6, comment: yes 2. serendipity_event_nl2br, 1.7, c...
by juergen
Tue Feb 03, 2009 10:25 pm
Forum: Plugins
Topic: textile: url-links doesn't work
Replies: 14
Views: 11091

Re: textile: url-links doesn't work

Sorry for last post, it fails:

It works only at Live Preview while typing the comments. After finishing the post, the url-link is shown as plain text.

And installing serendipity_event_unstrip_tags doesn't matter.

Juergen
by juergen
Tue Feb 03, 2009 10:04 pm
Forum: Plugins
Topic: textile: url-links doesn't work
Replies: 14
Views: 11091

Re: textile: url-links doesn't work

After testing and testing and testing the result is: url-links via textile works fine if they are typed in at front end. It doesn't work at the admin interface, at the backend, while doing some edits on comments. (But other textile stuff has effect at backend.) That's without serendipity_event_unstr...
by juergen
Tue Feb 03, 2009 9:17 pm
Forum: Plugins
Topic: textile: url-links doesn't work
Replies: 14
Views: 11091

textile: url-links doesn't work

Hi,

I'm unfortunate activating links in comments using textile. Several Plugins (event_s9ymarkup) are configured (disable for comments), other textile stuff (lists) works.

May be, there is a tricky set of settings. Looking forward for tips,

thanks,

Juergen
by juergen
Sun Jan 25, 2009 2:31 pm
Forum: Generelles in Deutsch
Topic: Plugins und CSS
Replies: 3
Views: 1797

Re: Plugins und CSS

yellowled wrote:

Code: Select all

.plainList {...}
YL
Danke, ich hatte da ein .plainList ul stehen...

Gruss, Jürgen
by juergen
Sun Jan 25, 2009 12:59 pm
Forum: Generelles in Deutsch
Topic: Plugins und CSS
Replies: 3
Views: 1797

Plugins und CSS

Hi, nach dem delicious-Plugin-Update (0.7) suckt jetzt auch dieses hinsichtlich Aussehen/CSS. Jedenfalls gelingt es mir nicht, via CSS die <ul class="plainList"> oder im Yellowled-Style: .container_serendipity_delicious_plugin ul zu beeinflussen, die Einträge linksbündig statt eingerückt a...