Salve a tutti !dopo 6 anni sono ritornato sui retro giusto per perdere un po di tempo allora girovagando sul web ho trovato una layout di revcms molto carina e volevo anzi (vorrei xD) adattarla nel mio cms base "Haddo v3.2"
alcune cose o meglio la maggior parte le ho adattate ma non capisco il perchè mi esce un po incasinata spero in un vostro aiuto xD
Screen della mia me.php
View attachment 881
mentre dovrebbe essere così:
View attachment 882
codice della "mia" me.php (ovvero la parte che dovrei aggiustare):
<div id="content" class="container_12 bodyContent">
<div class="grid_8">
<main>
<div class="col col-3 bg" style="background: url('/app/tpl/skins/img/frontpage_xmasrares.png') bottom; height: 300px; border-radius: 9px;">
<table class="inner" height="300px" width="100%" border="0">
<tr>
<td rowspan="3" height="220px" style="background: url('/app/tpl/skins/img/white_sofa.png') 45px 105px
no-repeat;">
<span class="me-stats" style="display: block; background: url(
imaging/avatarimage?figure=<?php echo $myrow['look']; ?>&direction=2&head_direction=2&gesture=sml&action=sit,crr=6&size=m) center no-repeat; height:
220px;"></span>
</td>
<td colspan="2">
<span class="me-stats" style="background: rgba(0, 0, 0, 0.5) url('/app/tpl/skins/img/user.gif') 12px
center no-repeat;">Nome: <?php echo $myrow['username']; ?></div></span>
</td>
</tr>
<tr>
<td colspan="2">
<span class="me-stats" style="background: rgba(0, 0, 0, 0.5) url
('/app/tpl/skins/img/motto.png') 10px center no-repeat;">Motto: <?php echo htmlspecialchars($myrow['motto']); ?></span>
</td>
</tr>
<tr>
<td colspan="2">
<?php
$
= RunQuery($pdo, "SELECT * FROM user_badges WHERE user_id = :id LIMIT 1 AND
badge_slot >= 1 ORDER BY badge_slot DESC LIMIT 5"); {
if($
->rowCount()==0){ echo"<i>Non hai nessun Distintivo</i>";}
else {
while($badge = $
->fetch(PDO::FETCH_ASSOC));{
echo '<span style="display: inline-block;
background: rgba(0, 0, 0, 0.75) <img src=\"".$cimagesurl.$badgesurl'.$badge['badge_id'].'.gif")center no-repeat; margin: 0 14px; width: 60px; height: 60px;
border-radius: 5px;"></span></a>';
}
}
}
?>
</td>
</tr>
<tr height="65px">
<td style="width: 33.3333%;" align="center">
<span class="me-stats" style="background: rgba(0, 0, 0, 0.5) url
('/app/tpl/skins/img/credit.gif') 10px center no-repeat;">Crediti: <span style="float: right;"><?php echo $myrow['credits']; ?></span></span>
</td>
<td style="width: 33.3333%;" align="center">
<span class="me-stats" style="background: rgba(0, 0, 0, 0.5) url
('/app/tpl/skins/img/pixel.gif') 10px center no-repeat;">Pixels: <span style="float: right;"><?php echo $myrow['activity_points']; ?></span></span>
</td>
<td style="width: 33.3333%;" align="center">
<span class="me-stats" style="background: rgba(0, 0, 0, 0.5) url
('/app/tpl/skins/img/diamond.gif') 10px center no-repeat;">Diamanti: <span style="float: right;"><?php echo $myrow['vip_points']; ?></span></span>
</td>
</tr>
</table>
</div>
<div class="col col-3 bg">
ps: dove trovate le "faccine" c'è scritto ( a-s-d) senza trattini ovviamente