Limited comments??? (solved)

Found a bug? Tell us!!
Post Reply
Hokey
Regular
Posts: 141
Joined: Wed Dec 14, 2005 3:36 pm
Location: Germany
Contact:

Limited comments??? (solved)

Post by Hokey »

Hi out there!

I've got following problem:

I want to answer a comment with this phrase:
Unser Linguistik-Prof stellte uns in Aussicht, dass "ebent" auf Dauer möglicherweise Einzug in den regulären deutschen Wortschatz halten könnte. Das End-t würde dem Sprecher helfen, das verwaschene Wortende deutlicher zu markieren.

Das wäre dann wohl eine Form pragmatisch-strukturellen Sprachwandels.
"Weil"+Hauptsatz (shame on me - ich sage das auch oft, obwohl es ein "denn" auch tun würde. <- "tun" hingegen verwende ich äußerst sparsam, ebenso wie "kriegen".) ist wohl auch schon sehr etabliert, aber findet sich noch nicht im Duden wie bspw. die neue Bedeutung des Wörtchens "geil".

Letztlich ist das alles natürlicher Sprachwandel, ich mache mir da keinen
allzu großen Kopf - weder um Ortografie (nur echt mit "f") oder Aussprache. Aber "ebent" ist für mich der Inbegriff von Asi-Sprech.
By publishing or previewing the comment the output ist just:

Image

The same problem occurs by commenting other posts.
Last edited by Hokey on Thu Feb 02, 2006 11:44 am, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Limited comments???

Post by garvinhicking »

The problem is the "<" character, which denotes the beginning of a HTML entity.

Serendipity blocks all HTML characters via the PHP strip_tags() command. That, however, operates not good when no closing ">" is found, and then strips the whole text.

Allowing HTML tags would either show HTML tags within the comments (which is received as looking ugly), but you can achieve that via the markup plugin "unstrip_comments" , which shows that HTML code instead of stripping it.

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Hokey
Regular
Posts: 141
Joined: Wed Dec 14, 2005 3:36 pm
Location: Germany
Contact:

Post by Hokey »

Ah. Thanks Garvin! Didn't think about that...
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

You should also be able to escape the <, by typing < (including the semicolon) instead. I expect the text editor will support this, but I'm concerned the WYSIWYG editor will mangle it. Worth a shot, if you want to keep the HTML stripping.
Judebert
---
Website | Wishlist | PayPal
Post Reply