DisplayTag:

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Post Reply
Be@t
Regular
Posts: 101
Joined: Sun Dec 18, 2005 5:24 pm
Location: switzerland
Contact:

DisplayTag:

Post by Be@t »

Habe heute das "Freie Artikel Tags" plugin auf die Version 2.41 geupdated. Nun steht in meinem Blog oberhalb des ersten Eintrags: DisplayTag:

Wie kriege ich das wieder weg?
falk
Regular
Posts: 512
Joined: Tue Sep 27, 2005 10:16 am
Location: DD
Contact:

Post by falk »

Suche im Quelltext des Plugin:
-----------------
case 'entries_header':
echo "DisplayTag:";
if ($this->displayTag !== false && serendipity_db_bool($this->get_config('show_tagcloud'))) {
$this->displayTagCloud();
}

return true;
break;
-----------------
Lösche:
-----------------
echo "DisplayTag:";
-----------------

Tschau,

Falk
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Oh, danke für den Hinweis auf den Fehler. Werde ich committen sobald CVS wieder geht :)

Grüße,
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/
Be@t
Regular
Posts: 101
Joined: Sun Dec 18, 2005 5:24 pm
Location: switzerland
Contact:

Post by Be@t »

Vielen Dank!

Hat geklappt.
Post Reply