Page 1 of 1

Need a hint

Posted: Tue Aug 26, 2014 11:14 am
by Lux
Hi!

I need to find out which plugin is responsible for modifying an URL like this

http://media.ccc.de/browse/conferences/ ... ntopp.html

Code: Select all

http://media.ccc.de/browse/conferences/froscon/2014/froscon2014_-_1449_-_en_-_hs1_-_201408231245_-_open_source_management_-_kristian_kohntopp.html
to

http://media.ccc.de/browse/conferences/ ... ntopp.html

Code: Select all

http://media.ccc.de/browse/conferences/froscon/2014/froscon2014_-%3Cu%3E1449%3C/u%3E-%3Cu%3Een%3C/u%3E-%3Cu%3Ehs1%3C/u%3E-%3Cu%3E201408231245%3C/u%3E-%3Cu%3Eopen_source_management%3C/u%3E-_kristian_kohntopp.html
Any hint welcomed.

Cheers

Dirk

Re: Need a hint

Posted: Tue Aug 26, 2014 11:36 am
by Timbalu
This is markdown or textile, I assume.
You need a command to exclude this link from parsing like using backticks '`', or as an unparsed block by 4 spaces or one tab.

Re: Need a hint

Posted: Tue Aug 26, 2014 11:56 am
by Lux
Timbalu wrote:This is markdown or textile, I assume.
You need a command to exclude this link from parsing like using backticks '`', or as an unparsed block by 4 spaces or one tab.
I am using neither markdown nor textile.

These are my plugins (German):

Textformatierung: GeSHi
Avatar Plugin
Textformatierung: BBCode
Textformatierung: NL2BR
Textformatierung: Serendipity
Textformatierung: Smilies
Spamschutz Biene (Honeypot, Verstecktes Captcha)
Spamschutz
Statistiken
Smiley-Auswahlleiste
Spartacus
Sample!
Suchmaschinen-Sitemap Generator
Freie Artikel-Tags
Einträge ankündigen
Spamschutz (Bayes)
Durchsuche Kommentare mit der Schnellsuche
Hebe Suchwörter hervor
Erweiterter Kommentarbereich
Sonderzeichen/Erweiterte Buttons für Non-WYSIWYG
Statische Seiten
Kontaktformular
Einträge via XML-RPC erstellen
Flattr
DBClean

Cheers

Dirk

Re: Need a hint

Posted: Tue Aug 26, 2014 12:13 pm
by Timbalu
Oh, well, in that case it is "Textformatierung: Serendipity". Just disable it via entrypoperties plugin for/in this specific entry.

Re: Need a hint

Posted: Tue Aug 26, 2014 2:25 pm
by Lux
Timbalu wrote:Oh, well, in that case it is "Textformatierung: Serendipity". Just disable it via entrypoperties plugin for/in this specific entry.
Perfect, thank you Ian.

I do not know exactly what the text format serendipity plugin was for. But with over 3000 articles, I do not know, if I need it for the old ones.

Cheers

Dirk

Re: Need a hint

Posted: Tue Aug 26, 2014 2:52 pm
by Timbalu
You may just read some of those.
http://board.s9y.org/search.php?keyword ... bmit=Suche

Essentially it is a poor mans simple markup plugin. Very old. Invented for the early Serendipity bird. (And I don't think used very often.) If you dont know, just leave it as is and disable it by entry, in case you have to link an url with _foo_ for example, which does not happen that often, I presume.

Re: Need a hint

Posted: Tue Aug 26, 2014 2:56 pm
by Lux
Timbalu wrote:You may just read some of those.
http://board.s9y.org/search.php?keyword ... bmit=Suche

Essentially it is a poor mans simple markup plugin. Very old. Invented for the early Serendipity bird. (And I don't think used very often.) If you dont know, just leave it as is and disable it by entry, in case you have to link an url with _foo_ for example, which does not happen that often, I presume.
Thank you Ian!

Dirk