ecco:
http://img218.imageshack.us/img218/9...nzanomeok1.jpg
Visualizzazione Stampabile
forse devo cambiare qualcosa nelle immagini, intanto vediamo se questo codice è più funzionale.
Codice PHP:
<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
<div style="background:url(images/63330389vb9_04.png) repeat-x;">
<div style="background:url(images/63330389vb9_01.png) no-repeat; width:15; height:21; float:left;"></div>
<div style="background:url(images/63330389vb9_02.png) no-repeat; width:54px; height:21px; float:left; padding-left:9px; font-size:9px;">$vbphrase[quote]:</div>
<if condition="$show['username']">
<div style="background:url(images/63330389vb9_03.png) no-repeat; width:236px; height:21px; float:left; padding-left:9px; font-size:9px;"><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase> <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if></div>
<div style="background:url(images/63330389vb9_05.png) no-repeat; width:15px; height:21px; float:right;"></div>
</div>
<div style="background:#FFFFFF; border-left:2px #CCCCCC solid; border-right:2px #CCCCCC solid; clear:left; padding-left:9px; font-style:italic;">
$message
<else />
<div style="background:url(images/63330389vb9_03.png) fixed; width:236px; height:21px; float:left; padding-left:9px; font-size:9px;"> </div>
<div style="background:url(images/63330389vb9_05.png) fixed; width:15px; height:21px; float:right;"></div>
</div>
<div style="background:#FFFFFF; border-left:2px #CCCCCC solid; border-right:2px #CCCCCC solid; clear:left; padding-left:9px; font-style:italic;">
$message
</if>
</div>
<div style="background:url(images/63330389vb9_09.png) repeat-x;">
<div style="background:url(images/63330389vb9_08.png) no-repeat; width:15px; height:11px;"></div>
<div style="background:url(images/63330389vb9_10.png) no-repeat; width:15px; height:11px; float:right;"></div>
</div>
</div>
ecco come esce:
http://img513.imageshack.us/img513/1064/immaginemb1.jpg
scusa ma davvero non hai capito ancora come posizionare le caselle ?
devi modificare i valori: width: (variabile)px; height: (variabile) ecc... ?
Mi piaceva allora l'ho fatto anche per me:D:
Ecco cosa devi fare.
In images crea una cartella "quote" e inserisci le immagini che trovi nello zip che ti allego (altrimenti modifica i link alle immagini manualmente).
Poi vai su stili e modelli e cerca "bbcode_quote".
Aprilo e sostituisci quello che trovi con questo:
Se ti piace di più puoi lasciare la freccetta che ti riporta al post quotato sostituendo il collegamento al file "backlink.gif" con quello del tuo template che si chiama solitamente "viewpost.gif"Codice:<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
<table border="0" cellpadding="0" cellspacing="0" align="center" style="margin-top: 5px; margin-bottom: 5px; ">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="75" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="50">
<tr>
<td width="28" valign="top">
<img src="images/quote/quot-top-left.gif" alt="" /></td>
<td width="100%" style="background-image: url('images/quote/quote-bg.gif'); background-position: center" valign="middle">
$vbphrase[quote]</td>
<td valign="top">
<img src="images/quote/quot-top-right.gif" alt="" /></td>
</tr>
</table>
</td>
<td align="left" style="background-image: url('images/quote/quot-lr-bg.gif')" valign="bottom">
</td>
<td width="0" align="left" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="200">
<tr>
<td valign="top">
<img src="images/quote/quot-by-left.gif" alt="" /></td>
<td width="100%" style="background-image: url('images/quote/quot-bye-bg.gif')" align="left" valign="middle" nowrap="nowrap">
<span class="smallfont">
</span><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase><if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="images/eye/buttons/viewpost.gif" border="0" alt="$vbphrase[view_post]" width="11" height="11" /></a></if><phrase 1="$username"></phrase></td>
<td valign="top">
<img src="images/quote/quot-by-right.gif" alt="" /></td>
</tr>
</table>
</td>
<td width="100%" align="right" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="background-image: url('images/quote/quot-top-bg.gif')" width="100%" valign="middle">
</td>
<td align="left" valign="top">
<img src="images/quote/quot-top-right-10.gif" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="10" style="background-image: url('images/quote/quoting-left.gif')">
</td>
<td width="100%" valign="top" bgcolor="#ffffff"></td>
<td width="10" style="background-image: url('images/quote/quoting-right.gif')">
</td>
</tr>
<tr>
<td width="10" style="background-image: url('images/quote/quot-left-bg.gif')">
</td>
<td width="100%" valign="top" bgcolor="#ffffff" class="smallfont">
<i><br /></i>$message
<else />
</td>
<td width="10" style="background-image: url('images/quote/quot-right-bg.gif')">
</td>
</tr>
<tr>
<td width="10" valign="bottom">
<img src="images/quote/quot-bot-left.gif" alt="" /></td>
<td width="100%" style="background-image: url('images/quote/quot-bot-bg.gif')">
</td>
<td width="10" valign="bottom">
<img src="images/quote/quot-bot-right.gif" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
Comunque bastava un po' di buona volontà e tempo, visto che avevi già tutto per farlo.
grazie!!!:D
provato...funziona tutto...
http://img234.imageshack.us/img234/1...nzanomejj2.jpg
xò nel campo "originariamente inviata da" poi nn mi mette nulla...:o
La stringa è giusta .....per sicurezza l' ho riprovata su un altro dei miei forum e funziona
la stringa del comando è questa:
Correggi il link in rosso altrimenti non ti da l'immagine della freccetta che ti riporta al trend quotato, ma il nome di chi citi dovrebbe uscire, controlla bene, non mi ero accorto di aver fatto copia e incolla proprio del mio bbcode_quote..Citazione:
;</span><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase><if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="images/quote/backlink.gif" border="0" alt="$vbphrase[view_post]" width="11" height="11" /></a></if><phrase 1="$username"></phrase></td>