MyBB.de Forum

Normale Version: Affiliates
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2
(13.10.2009, 20:04)Guido schrieb: [ -> ]Iinwinman danke das weiß ich...
Rolleyes

PHP-Code:
            if ($aff[image] != '')
            {
                
$affiliates.="<a href='{$aff[url]}' title='{$aff[title]}' target='_blank'><img src='{$aff[image]}' alt='affiliate'></a>";
            }
            else {
                
$affiliates.="<a href='{$aff[url]}' title='{$aff[title]}' target='_blank'>{$aff[title]}</a>";
            } 
Habe es genau so gemacht Ergebnis.

!if ($aff[image] != '')
{
$affiliates.="<a href='{$aff[url]}' title='{$aff[title]}' target="_blank"><img src='{$aff[image]}' alt='affiliate'></a>";
}
else {
$affiliates.="<a href='{$aff[url]}' title='{$aff[title]}' target="_blank">{$aff[title]}</a>";
}


Fehler Seite kann nicht geladen werden Plugin Fehler.Huh
Ich habe den Code in Beitrag #11 korrigiert.
linwinman Danke Danke es geht super echt cool Big Grin
Seiten: 1 2