Seite 1 von 1

Link-Modul

Verfasst: Do 24. Apr 2003, 19:57
von hk-cons
Hallo

Ich will Links in einem Extrafenster öffnen, in der con_content steht bei idtype=7 in der Spalte value _blank. Aber Contenido will ums Verrecken nicht im Ankr einen target="_blank" unterbringen .... :? :twisted:

Gruß Harald

Verfasst: Mo 28. Apr 2003, 09:06
von hk-cons
im Modul "Bild mit Link" muss im output ersetzt werden:
Alt:

Code: Alles auswählen

if($edit){
	echo ("CMS_LINKDESCR[1CMS_VALUE[0]]</A>");
} else {
	echo ("<a href=\"CMS_LINK[1CMS_VALUE[0]]\">");
};
Neu:
if($edit){
echo ("CMS_LINKDESCR[1CMS_VALUE[0]]</A>");
} else {
echo ("<a href=\"CMS_LINK[1CMS_VALUE[0]]\" target=\"CMS_LINKTARGET[1CMS_VALUE[0]]\">");
};
:P

Gruß Harald