Die Virable zum ausgeben habe ich in der lastwar.php hinzugefügt als "$GroupImage" & "$EnemyImage"
Bei dem Input scheiter es gerade ein wenig, ich habe mir versucht die input aus der Show.php zu nehemn aber das hatte leider nicht funktioniert.
Wie nun auf meiner Seite zu sehen habe ich das Gamicon einfach erstmal kopier als Lückenfüller.
Der Code dazu sieht dan natürlich so aus.
Könnte mir jemand helfen mit der Pfadangabe?!
INPUT
$gameImg = $this->getBoxUrl('static/img/'.$war->getWarGame().'.png'); if (file_exists(APPLICATION_PATH.'/modules/war/static/img/'.$war->getWarGame().'.png')) { $gameImg = '<img src="'.$this->getBoxUrl('static/img/'.urlencode($war->getWarGame()).'.png').'" title="'.$this->escape($war->getWarGame()).'" width="16" height="16">'; } else { $gameImg = '<i class="fa fa-question-circle text-muted" title="'.$this->escape($war->getWarGame()).'"></i>'; } /* GROUP IMAGE*/ $GroupImage = $this->getBoxUrl('static/img/'.$war->getWarGame().'.png'); if (file_exists(APPLICATION_PATH.'/modules/war/static/img/'.$war->getWarGame().'.png')) { $GroupImage = '<img src="'.$this->getBoxUrl('static/img/'.urlencode($war->getWarGame()).'.png').'" title="'.$this->escape($war->getWarGame()).'" width="50" height="50">'; } /* ENEMY IMAGE*/ $EnemyImage = $this->getBoxUrl('static/img/'.$war->getWarGame().'.png'); if (file_exists(APPLICATION_PATH.'/modules/war/static/img/'.$war->getWarGame().'.png')) { $EnemyImage = '<img src="'.$this->getBoxUrl('static/img/'.urlencode($war->getWarGame()).'.png').'" title="'.$this->escape($war->getWarGame()).'" width="50" height="50">'; }
OUTPUT
<div class="lastwar-box"> <div class="row"> <a href="<?=$this->getUrl('war/index/show/id/' . $war->getId()) ?>"> <div class="col-xs-4 ellipsis"> <?=$gameImg ?> <div class="ellipsis-item"> <?=$this->escape($war->getWarGroupTag()) ?> <br> <?=$GroupImage ?> </div> </div> <div class="col-xs-2 small pull-left nextwar-vs"><?=$this->getTrans('vs') ?></div> <div class="col-xs-3 ellipsis"> <div class="ellipsis-item"> <?=$this->escape($war->getWarEnemyTag()) ?> <p> <?=$EnemyImage ?> </div> </div> </a> <div class="col-xs-3 small nextwar-date"> <div class="ellipsis-item text-right <?=$matchStatus ?>" title="<?=$groupPoints ?>:<?=$enemyPoints ?>"> <?=$groupPoints ?>:<?=$enemyPoints ?> </div> </div> </div> </div>
Natürlich ist der Code im Input nun nicht mehr richtig. Aber ich wollte einfach keine Komplett zerstörten Codes hier rein kopieren
Lg
Dennis
verwendete ilch Version: 2.1.x
betroffene Homepage: purfuerst.rocks