MyBB.de Forum
Affiliates - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Affiliates (/thread-14744.html)

Seiten: Seiten: 1 2


RE: Affiliates - linwinman - 13.10.2009

(13.10.2009, 19: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>";
            } 



RE: Affiliates - Guido - 13.10.2009

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


RE: Affiliates - linwinman - 13.10.2009

Ich habe den Code in Beitrag #11 korrigiert.


RE: Affiliates - Guido - 13.10.2009

linwinman Danke Danke es geht super echt cool Big Grin