il punto è ke l'ho provata in locale e va...la metto nel forum e il nome nn compare...forse bisogna attivare qualche impostazione?
Visualizzazione Stampabile
il punto è ke l'ho provata in locale e va...la metto nel forum e il nome nn compare...forse bisogna attivare qualche impostazione?
Mi è sorto un dubbio....
Per fare il quote, hai usato il tasto??
Perchè se lo fai manualmente devi metterealtrimenti è logico che il nick non ti compare.Codice:[ quote=nikname] [/QUOTE]
Eccoti come compare a me:
http://img185.imageshack.us/img185/1103/quotert7.png
Infatti era questo il motivo...il punto è che a volte quoto del testo preso da altri siti o da altre parte e non metto nulla riguardante il nick...xò mi compare lo stesso la frase "originariamente inviata da"...è possibile risolvere sta cosa facendo in modo che se è presente il nick mi compare la frase, altrimenti non compare nulla?
Credo di si basta fare una condizione.....
Dammi un po' di tempo...
già dovrebbe essere così.
nel template del quote c'è una condizione <if condition="$show['username']"> che se è vera, posta la scritta originariamente inviata da ($vbphrase[originally_posted_by_x]), altrimenti non scrive nulla e riporta solo il messaggio.
L'ho modificato ora dovrebbe essere giusto.
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">
<if condition="$show['username']">
<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/quote/backlink.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>
</if>
</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 />
perfetto...grazie 1000!!!