ich würde gerne in den PM's die Avatar Ausgabe doppelt ausführen, sprich einmal die Größe vom Avatar 36px höhe und einmal in 100px höhe.
Über Hilfe würde ich mich freuen.
Hier wäre mal ein Ausschnitt aus der privmsg.php:
// message übersicht. $tpl = new tpl ('forum/pm/show'); $tpl->out(0); $page = ( $menu->getA(2) == 'p' ? $menu->getE(2) : 1 ); $MPL = db_make_sites ($page , "WHERE eid = '{$_SESSION['authid']}}' AND status <= 0 AND archiv % 2 = 0" , $limit , '?forum-privmsg' , 'pm' ); $anfang = ($page - 1) * $limit; $class = 'Cmite'; $abf = "SELECT a.titel as BET, a.gelesen as NEW, b.name as ABS, b.avatar, b.ID as UID, a.id as ID, a.`time` FROM `prefix_pm` a left join prefix_user b ON a.sid = b.id WHERE a.eid = " . $_SESSION['authid'] . " AND a.status <= 0 AND a.archiv % 2 = 0 ORDER BY time DESC LIMIT $anfang, $limit"; $erg = db_query($abf); while ($row = db_fetch_assoc($erg)) { $class = ($class == 'Cmite' ? 'Cnorm' : 'Cmite'); $row['NEW'] = ($row['NEW'] == 0 ? '<img src="include/images/icons/new.gif" alt="neu!" style="cursor: help;" title="neue Nachricht" border="0" />' : ''); $row['CLASS'] = $class; $row['BET'] = (trim($row['BET']) == '' ? ' -- kein Nachrichtentitel -- ' : $row['BET']); $row['time'] = date('d. ',$row['time']).getSDmon($row['time']).date(' Y - H:i \U\h\r', $row['time']); $row['avatar'] = '<img src="'.(file_exists($row['avatar'])?$row['avatar']:'include/images/avatars/wurstegal.jpg').'" alt="Avatar" height="36px" border="0"/>'; $tpl->set_ar_out($row, 1); } $tpl->set_out('MPL', $MPL, 2); break; }
Mfg, Galle
verwendete ilch Version: 1.1 O
betroffene Homepage: www.fsc-clan.org