<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>vB-Italy.org - 37,39,41,42,44,45,87</title>
		<link>http://www.vb-italy.org</link>
		<description>Community di supporto Italiano per vBulletin. Servizi personalizzati, supporto professionale. Hack, skin, modifiche, traduzioni.</description>
		<language>it</language>
		<lastBuildDate>Fri, 10 Sep 2010 23:53:55 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.vb-italy.org/skin/misc/rss.jpg</url>
			<title>vB-Italy.org - 37,39,41,42,44,45,87</title>
			<link>http://www.vb-italy.org</link>
		</image>
		<item>
			<title>Traduzione VSa - Advanced Forum Statistics</title>
			<link>http://www.vb-italy.org/showthread.php?t=2312&amp;goto=newpost</link>
			<pubDate>Wed, 23 Jun 2010 08:13:54 GMT</pubDate>
			<description>Questa traduzione è stata creata da me per scopi pubblici è vietato spacciarsi per il Traduttore del prodotto,si può anche ricevere una Denuncia *per...</description>
			<content:encoded><![CDATA[<div>Questa traduzione è stata creata da me per scopi pubblici è vietato spacciarsi per il Traduttore del prodotto,si può anche ricevere una Denuncia <b>per violazione di violazione di opera intellettuale</b></div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Files allegati</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/xml.gif" alt="Tipo file: xml" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=224&amp;d=1277280829">afs-italiano.xml&lrm;</a> (10.5 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=41">vBulletin 4.x Add-ons</category>
			<dc:creator>David</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=2312</guid>
		</item>
		<item>
			<title>Traduzione  vSa - Chatbox</title>
			<link>http://www.vb-italy.org/showthread.php?t=2311&amp;goto=newpost</link>
			<pubDate>Wed, 23 Jun 2010 08:10:58 GMT</pubDate>
			<description>Questa traduzione è stata creata da me per scopi pubblici è vietato spacciarsi per il Traduttore del prodotto,si può anche ricevere una Denuncia per...</description>
			<content:encoded><![CDATA[<div>Questa traduzione è stata creata da me per scopi pubblici è vietato spacciarsi per il Traduttore del prodotto,si può anche ricevere una Denuncia per violazione di violazione di opera intellettuale</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Files allegati</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/xml.gif" alt="Tipo file: xml" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=223&amp;d=1277280655">chatbox-italiano.xml&lrm;</a> (12.3 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=41">vBulletin 4.x Add-ons</category>
			<dc:creator>David</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=2311</guid>
		</item>
		<item>
			<title>Modifica - Inserire ID Utente nel postibit_legacy</title>
			<link>http://www.vb-italy.org/showthread.php?t=2307&amp;goto=newpost</link>
			<pubDate>Sat, 19 Jun 2010 18:06:54 GMT</pubDate>
			<description><![CDATA[Salve,oggi ho realizzato una modifica carina,quella di inserire l'ID Utente nel postbit_legacy  
*Spiegazione ID : * L'id utente è il numero di...]]></description>
			<content:encoded><![CDATA[<div>Salve,oggi ho realizzato una modifica carina,quella di inserire l'ID Utente nel postbit_legacy <br />
<b>Spiegazione ID : </b> L'id utente è il numero di Registrazione di un Utente <br />
<b><u>( Es. se io sono il Founder sono il numero 1 perchè sono il primo registrato )</u></b> l'id viene usato anche per Assegnare un qualcosa ad l'utente in questione. <br />
<b>Modifica : </b> <br />
Andate in Stili &amp; Template -&gt; Cerca negli Stili -&gt; <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">postbit_legacy</code><hr />
</div>Nel template cercate : <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;dl class=&quot;userinfo_extra&quot;&gt;</code><hr />
</div>Di seguito inseriamo : <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;p&gt;&lt;b&gt;Io sono il {vb:raw post.userid} Registrato &lt;/b&gt;</code><hr />
</div>Il vostro Risultato ?  <br />
<img src="http://i48.tinypic.com/rlwck4.png" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=42">vBulletin 4.x Modifiche Template</category>
			<dc:creator>David</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=2307</guid>
		</item>
		<item>
			<title>Cod - Reputazione</title>
			<link>http://www.vb-italy.org/showthread.php?t=2293&amp;goto=newpost</link>
			<pubDate>Tue, 08 Jun 2010 16:44:46 GMT</pubDate>
			<description><![CDATA[*_QUESTA GUIDA VI AIUTERA A RISOLVERE IL BUG DELLA REPUTAZIONE NEL "postbit_legacy" _* 
 
Salve qui avete a disposizione il codice  per la...]]></description>
			<content:encoded><![CDATA[<div><b><u><font color="Red">QUESTA GUIDA VI AIUTERA A RISOLVERE IL BUG DELLA REPUTAZIONE NEL &quot;postbit_legacy&quot; </font></u></b><br />
<br />
Salve qui avete a disposizione il codice  per la Reputazione allora per Codarlo dovete seguire questi passi :<br />
Andate in AdminCp &gt; Gestioni e Template &gt; Cerca negli Stili &gt; postbit_legacy e cercate questo codice :<br />
		<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;dt&gt;{vb:rawphrase 'posts'}&lt;/dt&gt; &lt;dd&gt;{vb:raw post.posts}&lt;/dd&gt;</code><hr />
</div>Di seguito inserite questo Codice :<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;vb:if condition=&quot;$show['reputation']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;vb:if condition=&quot;$show['reppower']&quot;&gt;<br />
&lt;b&gt;Reputazione&lt;/b&gt;: {vb:raw post.reppower}&nbsp; {vb:raw post.reputationdisplay}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/vb:if&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/vb:if&gt;</code><hr />
</div>Adesso eliminate i codici che vi indico :<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;vb:if condition=&quot;$show['reputation']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;postbit_reputation&quot; id=&quot;repdisplay_{vb:raw post.postid}_{vb:raw post.userid}&quot;&gt;{vb:raw post.reputationdisplay}&lt;/span&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/vb:if&gt;</code><hr />
</div>Poi :<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;vb:if condition=&quot;$show['reputation']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;vb:if condition=&quot;$show['reppower']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;dt&gt;{vb:rawphrase reppower}&lt;/dt&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;dd id=&quot;reppower_{vb:raw post.postid}_{vb:raw post.userid}&quot;&gt;{vb:raw post.reppower}&lt;/dd&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/vb:if&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/vb:if&gt;</code><hr />
</div>Bene il nostro Cod è terminato è il nostro risultato sarà il seguente,ricordo che questa modifica è stata creata da David Del Prete ( Mr.David vBulletin.org ) <br />
Vietata la Copia anche minima è richiesto il permesso guida protetta :soso:<br />
<div align="center"><img src="http://i39.tinypic.com/4ihlea.png" border="0" alt="" /></div>Ovviamente per vedere anche il numero che ho posizionato dovete andare <b> Impostazioni &gt; Opzioni vBulletin &gt; Opzioni Visualizzazione Discussione &gt; Visualizza Potere Reputazione </b></div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=42">vBulletin 4.x Modifiche Template</category>
			<dc:creator>David</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=2293</guid>
		</item>
		<item>
			<title><![CDATA[Guida - Collegare un Form ad un Bottone "Nuovo Topic "]]></title>
			<link>http://www.vb-italy.org/showthread.php?t=2292&amp;goto=newpost</link>
			<pubDate>Tue, 08 Jun 2010 16:43:34 GMT</pubDate>
			<description>Salve gente molti di voi si saranno chiesti come collegare un form al bottone nuovo topic ! Bhè in questo topic troverete la risposta che cercate da...</description>
			<content:encoded><![CDATA[<div>Salve gente molti di voi si saranno chiesti come collegare un form al bottone nuovo topic ! Bhè in questo topic troverete la risposta che cercate da sempre <br />
Create il vostro form e tutto e collegatelo alla sezione <br />
Dopodiché andate in forumdisplay e cercate :<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$show['newthreadlink']&quot;&gt;&lt;a href=&quot;newthread.php?$session[sessionurl]do=newthread&amp;amp;f=$foruminfo[forumid]&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_button]/newthread.gif&quot; alt=&quot;$vbphrase[post_new_thread]&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;</code><hr />
</div>Sostituitelo con questo : <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;!in_array($foruminfo['forumid'], array(<font color="Red">X</font>))&quot;&gt;<br />
&lt;a href=&quot;newthread.php?$session[sessionurl]do=newthread&amp;amp;f=$foruminfo[forumid]&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_button]/newthread.gif&quot; alt=&quot;$vbphrase[post_new_thread]&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&lt;/if&gt;&lt;/if&gt;<br />
<br />
&lt;if condition=&quot;in_array($foruminfo['forumid'], array(<font color="Red">X</font>))&quot;&gt;<br />
&lt;a href=&quot;forum/misc.php?do=form&amp;fid=1&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;$stylevar[imgdir_button]/newthread.gif&quot; alt=&quot;$vbphrase[post_new_thread]&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&lt;/if&gt;</code><hr />
</div>Al posto di<b><font color="Red"> X</font></b> va l'ID del forum nel quale volete che si possa aprire una discussione</div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>David</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=2292</guid>
		</item>
		<item>
			<title><![CDATA[Guida - Collegare Form ad un Bottone "Nuovo Topic"]]></title>
			<link>http://www.vb-italy.org/showthread.php?t=2291&amp;goto=newpost</link>
			<pubDate>Tue, 08 Jun 2010 16:41:36 GMT</pubDate>
			<description>Salve gente molti di voi si saranno chiesti come collegare un form al bottone nuovo topic ! Bhè in questo topic troverete la risposta che cercate da...</description>
			<content:encoded><![CDATA[<div>Salve gente molti di voi si saranno chiesti come collegare un form al bottone nuovo topic ! Bhè in questo topic troverete la risposta che cercate da sempre <br />
<b><br />
Prodotto in questione : </b> <a href="http://www.vbulletin.org/forum/showthread.php?t=234385" target="_blank">http://www.vbulletin.org/forum/showthread.php?t=234385</a><br />
Create il vostro form e tutto e collegatelo alla sezione <br />
Dopodiché andate in forumdisplay e cercate :<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;vb:if condition=&quot;$show['newthreadlink']&quot;&gt;&lt;a href=&quot;newthread.php?{vb:raw session.sessionurl}do=newthread&amp;amp;f={vb:raw foruminfo.forumid}&quot; rel=&quot;nofollow&quot; class=&quot;newcontent_textcontrol&quot; id=&quot;newthreadlink_top&quot;&gt;&lt;span&gt;+&lt;/span&gt; {vb:rawphrase post_new_thread}&lt;/a&gt;&lt;/vb:if&gt;</code><hr />
</div>Il Codice che va messo :<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;vb:if condition=&quot;!in_array($foruminfo['forumid'], array(X))&quot;&gt;<br />
&nbsp;&lt;a&nbsp; href=&quot;newthread.php?$session[sessionurl]do=newthread&amp;amp;f=$foruminfo[forumid]&quot;&nbsp; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;{vb:stylevar imgdir_button}/newthread.gif&quot;&nbsp; alt=&quot;{vb:rawphrase post_new_thread}]&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&nbsp; <br />
&lt;/vb:if&gt;<br />
<br />
&lt;vb:if condition=&quot;in_array($foruminfo['forumid'], array(X))&quot;&gt;<br />
&nbsp;&lt;a href=&quot;forum/misc.php?do=form&amp;fid=1&quot; rel=&quot;nofollow&quot;&gt;&lt;img&nbsp; src=&quot;{vb:stylevar imgdir_button}/newthread.gif&quot;&nbsp; alt=&quot;{vb:rawphrase post_new_thread}&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&nbsp; <br />
&lt;/vb:if&gt;&nbsp; &lt;/vb:if&gt;</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=42">vBulletin 4.x Modifiche Template</category>
			<dc:creator>David</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=2291</guid>
		</item>
		<item>
			<title><![CDATA[[vB4] Guida - Invogliare i Guest a farsi registrare]]></title>
			<link>http://www.vb-italy.org/showthread.php?t=2289&amp;goto=newpost</link>
			<pubDate>Tue, 08 Jun 2010 12:51:04 GMT</pubDate>
			<description>Ciao, 
 
*SPIEGAZIONI : * 
Questa modifica ti consentirà di avere una piccola finestra che si aprirà quando un utente visiterà il tuo forum....</description>
			<content:encoded><![CDATA[<div>Ciao,<br />
<br />
<b>SPIEGAZIONI : </b><br />
Questa modifica ti consentirà di avere una piccola finestra che si aprirà quando un utente visiterà il tuo forum.<br />
<img src="http://i50.tinypic.com/33wa1ec.png" border="0" alt="" /><br />
<b>1. </b>Inserisci questo codice HTML in cima al template header <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice HTML:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><span style="color:#000080">&lt;vb:if condition=<span style="color:#0000FF">&quot;$show&#91;'guest'&#93;&quot;</span>&gt;</span><span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;guestm&quot;</span>&gt;</span> <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.cionfs.it/forum/images/misc/warning.png&quot;</span> /&gt;</span> <span style="color:#000080">&lt;b&gt;</span>Hello guest! It looks like you aren't a member already. Get now full access and <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;register.php&quot;</span>&gt;</span>register for free!<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/b&gt;</span><span style="color:#000080">&lt;/div&gt;</span><span style="color:#000080">&lt;/vb:if&gt;</span></code><hr />
</div><b>2.</b> Aggiungi questo codice nel additional.css  (Templates &gt; CSS &gt; additional.css)<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice HTML:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">div.guestm {<br />
-webkit-border-radius:4px;<br />
-moz-border-radius:4px 4px 4px 4px;<br />
-moz-box-shadow:1px 1px 1px #666666;<br />
background:url(images/misc/guestmbg.gif) repeat-x top;<br />
background-color:#ef8d31;<br />
border:1px solid #4A4848;<br />
color:white;<br />
max-width:280px;<br />
min-height:18px;<br />
padding:0 5px 3px;<br />
position:fixed;<br />
right:36px;<br />
top:49px;<br />
z-index:1;<br />
}<br />
<br />
div.guestm img {<br />
padding-top:2px;<br />
margin-bottom:-4px;<br />
}</code><hr />
</div><b>3. </b>Caricare i file degli Allegati in (&quot;/images/misc/&quot;) (<b> Per scaricare gli Allegati andare nel Topic Ufficiale ) </b><br />
 <br />
Topic Ufficiale della Modifica &quot; <a href="http://www.vbulletin.org/forum/showthread.php?t=238123" target="_blank">Message for guests [CSS3] - force registration - vBulletin.org Forum</a> &quot;</div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=42">vBulletin 4.x Modifiche Template</category>
			<dc:creator>David</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=2289</guid>
		</item>
		<item>
			<title>MyTranslator - Traduci il tuo forum in altre lingue</title>
			<link>http://www.vb-italy.org/showthread.php?t=886&amp;goto=newpost</link>
			<pubDate>Fri, 07 Aug 2009 21:45:34 GMT</pubDate>
			<description><![CDATA[MyTranslator è un prodotto che permette di tradurre forumhome, forumdisplay, showthread e show post in altre lingue grazie all'utilizzo di Google...]]></description>
			<content:encoded><![CDATA[<div>MyTranslator è un prodotto che permette di tradurre forumhome, forumdisplay, showthread e show post in altre lingue grazie all'utilizzo di Google Translate integrato nel forum.<br />
<br />
<br />
Questo prodotto è rilasciato sotto licenza <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/deed.it" target="_blank">Creative commons 3.0 </a><br />
<br />
Per importarlo andare in ACP&gt;Plugin e Prodotti&gt;Gestione Prodotti&gt;Aggiungi/Importa prodotto e importare &quot;product-mytranslator.xml&quot;<br />
<br />
Per le bandierine fare l'upload della cartella &quot;flags&quot; sotto la cartella &quot;images&quot; del forum.<br />
<br />
Se non compaiono le bandierine andare in ACP&gt;Stili e Template&gt;Cercare &quot;navbar&quot; e alla fine di tutto aggiungere <br />
<br />
 <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; $translator</code><hr />
</div>MyTranslator è stato creato da Giangy94  e Cionfs <br />
<br />
Questo prodotto può essere redistribuito solo su autorizzazione di Cionfs e Giangy94. Per avere l'autorizzazione mandare un MP a Cionfs o Giangy94</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Files allegati</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/zip.gif" alt="Tipo file: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=204&amp;d=1249681506">flags.zip&lrm;</a> (20.7 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/xml.gif" alt="Tipo file: xml" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=205&amp;d=1249681530">product-mytranslator.xml&lrm;</a> (16.9 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=44">vBulletin 3.8 Add-ons</category>
			<dc:creator>cionfs</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=886</guid>
		</item>
		<item>
			<title>Disabilitare sul forum clic con il tasto destro</title>
			<link>http://www.vb-italy.org/showthread.php?t=855&amp;goto=newpost</link>
			<pubDate>Wed, 22 Jul 2009 01:13:49 GMT</pubDate>
			<description><![CDATA[Questa Hack serve per disabilitare il classico Click con il tasto destro del mouse :) 
 
ADMINCP > STILI E TEMPLATE > GESTIONI STILI > DOPPIO CLICK...]]></description>
			<content:encoded><![CDATA[<div>Questa Hack serve per disabilitare il classico Click con il tasto destro del mouse :)<br />
<br />
ADMINCP &gt; STILI E TEMPLATE &gt; GESTIONI STILI &gt; DOPPIO CLICK SUL TEMPLATE IN USO &gt; header<br />
<br />
Andate in fondo e incollate questo codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!-- no click --&gt;<br />
&lt;script language=&quot;Javascript1.2&quot;&gt;<br />
<br />
function nrcIE(){<br />
if (document.all){return false;}}<br />
function nrcNS(e){<br />
if(document.layers||(document.getElementById&amp;&amp;!document.all)){ <br />
if (e.which==2||e.which==3){<br />
return false;}}} <br />
if (document.layers){<br />
document.captureEvents(Event.MOUSEDOWN);<br />
document.onmousedown=nrcNS;<br />
}else{document.onmouseup=nrcNS;document.oncontextmenu=nrcIE;}<br />
document.oncontextmenu=new Function(&quot;return false&quot;);<br />
&lt;/script&gt;<br />
&lt;!-- /no click --&gt;</code><hr />
</div>Salvate il tutto.<br />
<br />
Andate sul forum e fate una prova ;) <br />
<br />
Spero di aver fatto cosa gradita.</div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=44">vBulletin 3.8 Add-ons</category>
			<dc:creator>silentcontrol</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=855</guid>
		</item>
		<item>
			<title>Come aggiungere un box informativo in cima la visualizzazione del thread</title>
			<link>http://www.vb-italy.org/showthread.php?t=827&amp;goto=newpost</link>
			<pubDate>Mon, 06 Jul 2009 11:58:41 GMT</pubDate>
			<description>Questo hack vi permette di creare un box informativo comprensivo di:  
titolo, utente che ha cominciato la discussione, data di creazione, ora, e...</description>
			<content:encoded><![CDATA[<div>Questo hack vi permette di creare un box informativo comprensivo di: <br />
titolo, utente che ha cominciato la discussione, data di creazione, ora, e risposte. <br />
<br />
Incominciamo:<br />
<br />
Per prima cosa bisogna creare un plugin ad hook che consenta la corretta visualizzazione della data e orario all'interno del thread:<br />
<br />
<b>Plugins e Prodotti &gt;&gt; Aggiungi nuovo plugin</b><br />
<br />
Prodotto <i>Vbulletin</i><br />
Locazione: <i>showthread_complete</i><br />
Titolo: <i>Formato DATA e ORA per box</i> &lt;&lt; o quello che volete<br />
Ordine: <i>5</i> (default) <br />
Codice Plugin PHP:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">if ($thread['dateline'])<br />
{<br />
&nbsp; &nbsp; $thread['threaddate'] = vbdate($vbulletin-&gt;options['dateformat'], $thread['dateline'], 1);<br />
&nbsp; &nbsp; $thread['threadtime'] = vbdate($vbulletin-&gt;options['timeformat'], $thread['dateline']);<br />
}</code><hr />
</div>Attivate il plugin.<br />
<br />
****<br />
<br />
Andare su: <b>Stili e Templates</b> &gt;&gt; <b>Ricerca templates</b> &gt;&gt; e:<br />
<br />
[1]- Cercare nei templates: SHOWTHREAD<br />
<br />
[2]- Cercare all'interno il codice $poll<br />
<br />
[3]- Subito sopra inserire:<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!-- RIQUADRO INFO --&gt;<br />
&lt;center&gt;&lt;table width=&quot;80%&quot; cellspacing=&quot;3&quot; cellpadding=&quot;2&quot; bordercolor=&quot;#6c8fd9&quot; border=&quot;1&quot; style=&quot;border-collapse: collapse;&quot;&gt;<br />
&nbsp; &lt;tbody&gt;&lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td width=&quot;100%&quot; style=&quot;background-image: url(images/misc/bg_cell.gif); background-repeat: repeat-x;&quot; bgcolor=&quot;#6c8fd9&quot; align=&quot;left&quot;&gt;<br />
&nbsp; &nbsp; &lt;div align=&quot;left&quot; style=&quot;color:#001b53;&quot;&gt;&nbsp; <br />
&nbsp;&lt;b&gt;$forum[title]&lt;/b&gt; - &lt;span class=&quot;smallfont&quot;&gt;$forum[description]&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td width=&quot;100%&quot; style=&quot;background-image: url(images/misc/bg_cell2.gif); background-repeat: repeat-x;&quot;&gt;<br />
&nbsp; &nbsp; &lt;div align=&quot;center&quot;&gt;<br />
&nbsp; &nbsp; <br />
&lt;if condition=&quot;THIS_SCRIPT == 'showthread'&quot;&gt;<br />
&lt;!-- Tag &lt;h2&gt; per SEO nei Thread --&gt;<br />
&lt;h2&gt;$thread[title]&lt;/h2&gt;<br />
&lt;!-- ### --&gt;<br />
&lt;else /&gt;<br />
&lt;!-- Tag &lt;h3&gt; per SEO in pagine normali --&gt;<br />
&lt;h3&gt;$thread[title]&lt;/h3&gt;<br />
&lt;!-- ### --&gt;<br />
&lt;/if&gt;<br />
&nbsp; &nbsp; <br />
&lt;/div&gt;<br />
<br />
&nbsp; &nbsp; &lt;div align=&quot;center&quot;&gt;Iniziata da: &lt;b&gt;$thread[postusername]&lt;/b&gt;&nbsp; &nbsp; Creato il: &lt;b&gt;$thread[threaddate]&lt;/b&gt; alle ore: &lt;b&gt;$thread[threadtime]&lt;/b&gt;&nbsp; &nbsp; Risposte:<br />
&nbsp; &nbsp; &lt;b&gt;$thread[replycount]&lt;/b&gt;<br />
&nbsp; &lt;/div&gt;<br />
&nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;&lt;/table&gt;&lt;/center&gt;<br />
<br />
&lt;!-- /RIQUADRO INFO --&gt;</code><hr />
</div><br />
--&gt; O, in alternativa, la versione del buon <b>silentcontrol</b>:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;center&gt;&lt;table width=&quot;80%&quot; cellspacing=&quot;3&quot; cellpadding=&quot;2&quot; bordercolor=&quot;#224F65&quot; border=&quot;1&quot; style=&quot;border-collapse: collapse;&quot;&gt;<br />
&nbsp; &lt;tbody&gt;&lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td width=&quot;100%&quot; style=&quot;background-image: url(images/misc/bg_cell.gif); background-repeat: repeat-x;&quot; bgcolor=&quot;#224F65&quot; align=&quot;left&quot;&gt;<br />
&nbsp; &nbsp; &lt;div align=&quot;left&quot; style=&quot;color:#FFFFFF&quot;&gt;&nbsp; <br />
&nbsp;&lt;b&gt;$forum[title]&lt;/b&gt; - &lt;span class=&quot;smallfont&quot;&gt;$forum[description]&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td width=&quot;100%&quot; style=&quot;background-image: url(images/misc/bg_cell2.gif); background-repeat: repeat-x;&quot;&gt;<br />
&nbsp; &nbsp; &lt;div align=&quot;center&quot;&gt;<br />
&nbsp; &nbsp; <br />
&lt;if condition=&quot;THIS_SCRIPT == 'showthread'&quot;&gt;<br />
&lt;!-- Tag &lt;h2&gt; per SEO nei Thread --&gt;<br />
&lt;h2&gt;$thread[title]&lt;/h2&gt;<br />
&lt;!-- ### --&gt;<br />
&lt;else /&gt;<br />
&lt;!-- Tag &lt;h3&gt; per SEO in pagine normali --&gt;<br />
&lt;h3&gt;$thread[title]&lt;/h3&gt;<br />
&lt;!-- ### --&gt;<br />
&lt;/if&gt;<br />
&nbsp; &nbsp; <br />
&lt;/div&gt;<br />
<br />
&nbsp;  &lt;div align=&quot;center&quot;&gt;Iniziata da: &lt;b&gt;$thread[postusername]&lt;/b&gt;&nbsp; &nbsp; Creato il: &lt;b&gt;$thread[threaddate]&lt;/b&gt; alle ore: &lt;b&gt;$thread[threadtime]&lt;/b&gt;&nbsp; &nbsp; Risposte:<br />
&nbsp; &nbsp; &lt;b&gt;$thread[replycount]&lt;/b&gt;<br />
&nbsp; &lt;/div&gt;<br />
&nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;&lt;/table&gt;&lt;/center&gt;</code><hr />
</div>Il tutto è quasi pronto, non vi resta che inserire eventuali immagini di background relative al campo &quot;titolo&quot; e alla cella sottostante:<br />
<br />
images/misc/bg_cell.gif<br />
<br />
images/misc/bg_cell2.gif<br />
<br />
che vi dovrete ricreare come meglio volete.<br />
<br />
**** <br />
<br />
Ecco il risultato:<br />
<br />
<img src="http://www.webgif.com/img/box_titolo.png" border="0" alt="" /><br />
<br />
<b><i>That's all!</i></b><br />
<br />
Se avete richieste, dubbi o avete bisogno di modifiche chiedetemi pure e vedo se posso aiutarvi. :)<br />
<br />
-- Ultima annotazione: All'interno ci sono dei codici deprecati (ma comunque funzionanti) come il &lt;center&gt; &lt;/center&gt; che, se volete, potreste comodamente sostituire tipo creandovi una classe per un div ed immettendogli eventuali attributi. Fate un pò come volete ;)<br />
<br />
Ciao,<br />
Daniele.</div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=44">vBulletin 3.8 Add-ons</category>
			<dc:creator>danyz81</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=827</guid>
		</item>
		<item>
			<title>Come inserire le icone degli RSS a destra dei subforum su vbulletin</title>
			<link>http://www.vb-italy.org/showthread.php?t=732&amp;goto=newpost</link>
			<pubDate>Thu, 28 May 2009 21:41:29 GMT</pubDate>
			<description><![CDATA[Sulla stessa scia dell'altra discussione vi spiego ora come ottenere un risultato come questo 
 
Immagine:...]]></description>
			<content:encoded><![CDATA[<div>Sulla stessa scia dell'altra discussione vi spiego ora come ottenere un risultato come questo<br />
<br />
<img src="http://www.cionfs.it/files/vbulletinorg/vbsubcat/rsssub4.jpg" border="0" alt="" /><br />
<br />
Aprire Forumdisplay e cercare<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$vboptions['showmoderatorcolumn']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot;&gt;$vbphrase[moderator]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/if&gt;</code><hr />
</div>e dopo aggiungere<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;td class=&quot;thead&quot;&gt;RSS&lt;/td&gt;</code><hr />
</div>E si otterrà questo<br />
<br />
<img src="http://www.cionfs.it/files/vbulletinorg/vbsubcat/rsssub3.jpg" border="0" alt="" /><br />
<br />
Dopo aprire forumhome_forumbit_level1_post e cercare<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$vboptions['showmoderatorcolumn']&quot;&gt;<br />
&nbsp; &nbsp; &lt;td class=&quot;alt1&quot;&gt;&lt;div class=&quot;smallfont&quot;&gt;$forum[moderators]&amp;nbsp;&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/if&gt;</code><hr />
</div>e dopo aggiungere<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;td class=&quot;alt1&quot;&gt;&lt;a title=&quot;RSS feed for $forum[title]&quot; href=&quot;/forum/external.php?type=RSS2&amp;amp;forumids=$forum[forumid]&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img hspace=&quot;0&quot; src=&quot;iconarss.gif&quot; align=&quot;baseline&quot; border=&quot;0&quot; /&gt; &lt;/a&gt;</code><hr />
</div>E si otterrà questo<br />
<br />
<img src="http://www.cionfs.it/files/vbulletinorg/vbsubcat/rsssub4.jpg" border="0" alt="" /><br />
<br />
<a href="http://www.vbulletin.org/forum/showthread.php?t=211957" target="_blank">Rilasciato su vbulletin.org</a></div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>cionfs</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=732</guid>
		</item>
		<item>
			<title>Come inserire una colonna per gli RSS a destra di vBulletin</title>
			<link>http://www.vb-italy.org/showthread.php?t=731&amp;goto=newpost</link>
			<pubDate>Thu, 28 May 2009 21:37:14 GMT</pubDate>
			<description>Basandomi su questo  (http://www.p2psin.it/forum/vbulletin/11814-guide-e-modifiche-vbulletin-come-aggiungere-una-colonna-con-icone-rss.html)topic vi...</description>
			<content:encoded><![CDATA[<div>Basandomi su <a href="http://www.p2psin.it/forum/vbulletin/11814-guide-e-modifiche-vbulletin-come-aggiungere-una-colonna-con-icone-rss.html" target="_blank">questo </a>topic vi spiego come effettuare la modifica ai templates per fare in modo da avere un risultato come questo<br />
<br />
<img src="http://www.cionfs.it/files/vbulletinorg/feedcolumn/rssforumhome.JPG" border="0" alt="" /><br />
<br />
Aprire Forumhome e cercare<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$vboptions['showmoderatorcolumn']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot;&gt;$vbphrase[moderator]&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/if&gt;</code><hr />
</div>e dopo aggiungere<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;td class=&quot;thead&quot;&gt;RSS&lt;/td&gt;</code><hr />
</div>E si otterrà questo<br />
<br />
<img src="http://www.cionfs.it/files/vbulletinorg/feedcolumn/rssforumhome2.JPG" border="0" alt="" /><br />
<br />
Dopo aprire forumhome_forumbit_level2_post e cercare<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$vboptions['showmoderatorcolumn']&quot;&gt;<br />
&nbsp; &nbsp; &lt;td class=&quot;alt1&quot;&gt;&lt;div class=&quot;smallfont&quot;&gt;$forum[moderators]&amp;nbsp;&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;/if&gt;</code><hr />
</div>e dopo aggiungere<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;td class=&quot;alt1&quot;&gt;&lt;a title=&quot;RSS feed for $forum[title]&quot; href=&quot;/forum/external.php?type=RSS2&amp;amp;forumids=$forum[forumid]&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img hspace=&quot;0&quot; src=&quot;iconarss.gif&quot; align=&quot;baseline&quot; border=&quot;0&quot; /&gt; &lt;/a&gt;</code><hr />
</div>E si otterrà questo<br />
<br />
<img src="http://www.cionfs.it/files/vbulletinorg/feedcolumn/rssforumhome3.JPG" border="0" alt="" /><br />
<br />
Aprire il template forumhome_forumbit_level1_nopost e cercare<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;td class=&quot;tcat&quot; colspan=&quot;&lt;if condition=&quot;$vboptions[showmoderatorcolumn]&quot;&gt;6&lt;else /&gt;5&lt;/if&gt;&quot;&gt;</code><hr />
</div>sostituirlo con questo<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;td class=&quot;tcat&quot; colspan=&quot;&lt;if condition=&quot;$vboptions[showmoderatorcolumn]&quot;&gt;7&lt;else /&gt;6&lt;/if&gt;&quot;&gt;</code><hr />
</div>In modo da visualizzare il tutto così<br />
<br />
<img src="http://www.cionfs.it/files/vbulletinorg/feedcolumn/rssforumhome4.JPG" border="0" alt="" /><br />
<br />
Riaprire FORUMHOME e cercare<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;td class=&quot;tfoot&quot; align=&quot;center&quot; colspan=&quot;&lt;if condition=&quot;$vboptions['showmoderatorcolumn']&quot;&gt;6&lt;else /&gt;5&lt;/if&gt;&quot;&gt;&lt;div class=&quot;smallfont&quot;&gt;&lt;strong&gt;</code><hr />
</div>e sostituirlo con<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;td class=&quot;tfoot&quot; align=&quot;center&quot; colspan=&quot;&lt;if condition=&quot;$vboptions['showmoderatorcolumn']&quot;&gt;7&lt;else /&gt;6&lt;/if&gt;&quot;&gt;&lt;div class=&quot;smallfont&quot;&gt;&lt;strong&gt;</code><hr />
</div>per ottenere questo<br />
<br />
<img src="http://www.cionfs.it/files/vbulletinorg/feedcolumn/rssforumhome5.JPG" border="0" alt="" /><br />
<br />
<a href="http://www.vbulletin.org/forum/showthread.php?t=211699" target="_blank"><br />
Rilasciato su vbulletin.org</a></div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>cionfs</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=731</guid>
		</item>
		<item>
			<title><![CDATA["I miei Post" nella Navbar]]></title>
			<link>http://www.vb-italy.org/showthread.php?t=654&amp;goto=newpost</link>
			<pubDate>Sun, 26 Apr 2009 12:02:39 GMT</pubDate>
			<description><![CDATA[*"I miei Post" nella Navbar* 
*by vB-Italy.org 
 
* 
Con questa piccola modifica al template navbar aggiungeremo un menu a tendina alla nostra navbar...]]></description>
			<content:encoded><![CDATA[<div><div align="center"><font size="5"><b>&quot;I miei Post&quot; nella Navbar</b></font><br />
<b>by vB-Italy.org<br />
<br />
</b><div align="left"><br />
Con questa piccola modifica al template navbar aggiungeremo un menu a tendina alla nostra navbar dal quale potremo vedere i nostri post all'intero del forum con un semplice click. :)<br />
<br />
Aprite il template navbar:<br />
<font size="1">(AdminCp -&gt; Skin &amp; Template -&gt; (skin) -&gt; Modifica Template -&gt; navbar)</font><br />
<br />
Cercate:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$show['member']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_control&quot;&gt;&lt;a href=&quot;search.php?$session[sessionurl]do=getnew&quot; accesskey=&quot;2&quot;&gt;$vbphrase[new_posts_nav]&lt;/a&gt;&lt;/td&gt;</code><hr />
</div>E subito <b>sotto</b> aggiungete:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;td class=&quot;vbmenu_control&quot;&gt; &lt;span id=&quot;navbar_myposts&quot;&gt;&lt;a href=&quot;search.php?do=finduser&amp;u=$bbuserinfo[userid]&quot; accesskey=&quot;2&quot;&gt;I miei Post&lt;/a&gt; &lt;script type=&quot;text/javascript&quot;&gt; vbmenu_register(&quot;navbar_myposts&quot;); &lt;/script&gt;&lt;/span&gt;&lt;/td&gt;</code><hr />
</div>Poi cercate:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &lt;/if&gt;<br />
&lt;!-- / NAVBAR POPUP MENUS --&gt;</code><hr />
</div>E subito <b>sopra</b> aggiungete:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!-- INIZIO MENU I MIEI POST --&gt;<br />
&lt;div class=&quot;vbmenu_popup&quot; id=&quot;navbar_myposts_menu&quot; style=&quot;display:none&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table cellpadding=&quot;4&quot; cellspacing=&quot;1&quot; border=&quot;0&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;thead&quot;&gt;I miei Post&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_option&quot;&gt;&lt;a href=&quot;search.php?do=finduser&amp;u=$bbuserinfo[userid]&quot;&gt;Post&lt;/a&gt;&lt;/td&gt;&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_option&quot;&gt;&lt;a href=&quot;search.php?do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$bbuserinfo[username]&quot;&gt;Thread Attivi&lt;/a&gt;&lt;/td&gt;&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_option&quot;&gt;&lt;a href=&quot;search.php?do=process&amp;showposts=0&amp;starteronly=0&amp;exactname=1&amp;searchuser=$bbuserinfo[username]&quot;&gt;Thread Sottoscritti&lt;/a&gt;&lt;/td&gt;&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
&nbsp; &nbsp; &lt;/div&gt;<br />
&lt;!-- FINE MENU I MIEI POST --&gt;</code><hr />
</div>Fatto! Salvate e chiudete il template! :)<br />
</div></div></div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/png.gif" alt="Tipo file: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=178&amp;d=1240747354">mypost_navbar.PNG&lrm;</a> (2.6 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=654</guid>
		</item>
		<item>
			<title>Megavideo BBCODE</title>
			<link>http://www.vb-italy.org/showthread.php?t=549&amp;goto=newpost</link>
			<pubDate>Wed, 04 Mar 2009 15:24:15 GMT</pubDate>
			<description>Questo è un bbcode x far andare i video di megavideo sul vostro forum. 
 
Titolo:MegaVideo 
 
Nome Tag: megav 
 
Sostituire:  
Codice: 
---------...</description>
			<content:encoded><![CDATA[<div>Questo è un bbcode x far andare i video di megavideo sul vostro forum.<br />
<br />
Titolo:MegaVideo<br />
<br />
Nome Tag: megav<br />
<br />
Sostituire: <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;object width=&quot;432&quot; height=&quot;351&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.megavideo.com/v/{param}&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.megavideo.com/v/{param}&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;432&quot; height=&quot;351&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</code><hr />
</div>esempio: [megav]050253XW889f54745b88ba10d3823caf9c8658b3.525716066  7.0[/megav]<br />
<br />
Descrizione: Watch/Play Megavideo movies on thread.<br />
<br />
Images: images/megavideo.gif<br />
<br />
Admin CP &gt; Custom BB codes &gt; Add New BB Code</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/gif.gif" alt="Tipo file: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=136&amp;d=1236179777">megavideo.gif&lrm;</a> (63 Bytes)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=87">Codici BB</category>
			<dc:creator>jesse</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=549</guid>
		</item>
		<item>
			<title>Centrare Nomi e Descrizioni Categorie in ForumHome</title>
			<link>http://www.vb-italy.org/showthread.php?t=535&amp;goto=newpost</link>
			<pubDate>Sat, 28 Feb 2009 13:32:13 GMT</pubDate>
			<description>*Centrare Nomi e Descrizioni Categorie in ForumHome* 
*by vB-Italy.org* 
 
 
 
Con questa semplice modifica centreremo i nomi e le descrizioni delle...</description>
			<content:encoded><![CDATA[<div><div align="center"><font size="5"><b>Centrare Nomi e Descrizioni Categorie in ForumHome</b></font><br />
<b>by vB-Italy.org</b><br />
<br />
<br />
<div align="left"><br />
Con questa semplice modifica centreremo i nomi e le descrizioni delle categorie in forumhome. Ecco qui di seguito uno screen dell'effetto che otterremo:<br />
<br />
<img src="http://www.vb-italy.org/attachment.php?attachmentid=127&amp;stc=1&amp;d=1235827660" border="0" alt="" /><br />
<br />
Dovremo agire sul template forumhome_forumbit_level1_nopost. Dunque andiamo in:<br />
<br />
<i>AdminCp -&gt; Skin &amp; Template -&gt; Gestione Skin -&gt; (skin) -&gt; Modifica Template</i> <br />
<br />
Troviamo questo codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;a href=&quot;forumdisplay.php?$session[sessionurl]f=$forum[forumid]&quot;&gt;$forum[title]&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;if condition=&quot;$show['forumdescription']&quot;&gt;&lt;div class=&quot;smallfont&quot;&gt;$forum[description]&lt;/div&gt;&lt;/if&gt;</code><hr />
</div>E aggiungiamo un <i>&lt;div align=&quot;center&quot;&gt;</i> e un <i>&lt;/div&gt;</i> alla fine. In modo dunque da avere questo codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><b><font color="Red">&lt;div align=&quot;center&quot;&gt;</font></b>&lt;a href=&quot;forumdisplay.php?$session[sessionurl]f=$forum[forumid]&quot;&gt;$forum[title]&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;if condition=&quot;$show['forumdescription']&quot;&gt;&lt;div class=&quot;smallfont&quot;&gt;$forum[description]&lt;/div&gt;&lt;/if&gt;<font color="Red"><b>&lt;/div&gt;</b></font></code><hr />
</div>Salviamo e chiudiamo il template. Fatto! :)<br />
</div></div></div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/png.gif" alt="Tipo file: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=127&amp;d=1235827660">nomi_descrizioni_categorie_centrati.PNG&lrm;</a> (15.9 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=535</guid>
		</item>
		<item>
			<title>Invia email HTML dal Pannello Admin</title>
			<link>http://www.vb-italy.org/showthread.php?t=521&amp;goto=newpost</link>
			<pubDate>Mon, 23 Feb 2009 14:33:47 GMT</pubDate>
			<description><![CDATA[*Invia email HTML dal Pannello Admin* 
*by vB-Italy.org* 
 
 
Di default vBulletin non permette l'invio di email in formato HTML, infatti possiamo...]]></description>
			<content:encoded><![CDATA[<div><div align="center"><font size="5"><b>Invia email HTML dal Pannello Admin</b></font><br />
<b>by vB-Italy.org</b><br />
</div><br />
Di default vBulletin non permette l'invio di email in formato HTML, infatti possiamo inviare email solo in formato testo. Con questa modifica al codice dei file del nostro vB, riusciremo ad inviare email in formato HTML a tutti i nostri utenti. Usando questa hack nel  nostro pannello admin, alla voce e-mail, vedremo aggiunto un box selezionabile che, selezionato, fa si che le nostre email vengano lette come HTML e non come semplice testo (come di default). <br />
<br />
I file da modificare sono: <br />
<br />
*forum*/admincp/email.php<br />
*forum*/includes/class_mail.php<br />
<br />
Bene, iniziamo con il file <b>admincp/email.php</b>. Apriamolo e cerchiamo il seguente codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice PHP:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;print_textarea_row</span><span style="color: #007700">(</span><span style="color: #0000BB">$vbphrase</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'message_email'</span><span style="color: #007700">&#93;,&nbsp;</span><span style="color: #DD0000">'message'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">10</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">50</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>Subito sotto aggiungiamo:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"> print_yes_no_row('Invia Email HTML?', 'sendhtml', 0);</code><hr />
</div>Adesso cerchiamo questo:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice PHP:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;construct_hidden_code</span><span style="color: #007700">(</span><span style="color: #DD0000">'test'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$vbulletin</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">GPC</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'test'</span><span style="color: #007700">&#93;);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>E subito sotto aggiungiamo:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"> construct_hidden_code('sendhtml', $_POST['sendhtml']);</code><hr />
</div>Salviamo e chiudiamo il file email.php. <br />
<br />
Adesso apriamo il file <b>includes/class_mail.php</b> e cerchiamo il seguente codice: <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice PHP:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">$headers&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">'Content-Type:&nbsp;text/plain'&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">iif</span><span style="color: #007700">(</span><span style="color: #0000BB">$encoding</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">";&nbsp;charset=\"$encoding\""</span><span style="color: #007700">)&nbsp;.&nbsp;</span><span style="color: #0000BB">$delimiter</span><span style="color: #007700">;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>E sostituiamolo con questo:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">if($_POST['sendhtml'])&nbsp; {<br />
&nbsp; $headers .= 'Content-Type: text/html' . iif($encoding, &quot;; charset=\&quot;$encoding\&quot;&quot;) . $delimiter;<br />
}else{<br />
&nbsp; $headers .= 'Content-Type: text/plain' . iif($encoding, &quot;; charset=\&quot;$encoding\&quot;&quot;) . $delimiter;<br />
}</code><hr />
</div>Salviamo e chiudiamo il file. <br />
Fatto! Adesso potremo inviare email in formato HTML! :)<br />
<br />
<br />
<font size="1">Si ringrazia <a href="http://www.vbulletin.org/forum/member.php?u=107168" target="_blank">tokenyank</a></font><font size="1"> per i permessi dati per la riproduzione, la traduzione e il riadattamento del seguente articolo: <a href="http://www.vbulletin.org/forum/showthread.php?t=179394" target="_blank">Send HTML via adminCP</a><br />
Thanks goes to tokenyank for given permissions. Original thread: </font><font size="1"><a href="http://www.vbulletin.org/forum/showthread.php?t=179394" target="_blank">Send HTML via adminCP</a>. <br />
</font></div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=44">vBulletin 3.8 Add-ons</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=521</guid>
		</item>
		<item>
			<title>Avatar di Default (per gruppi)</title>
			<link>http://www.vb-italy.org/showthread.php?t=513&amp;goto=newpost</link>
			<pubDate>Fri, 20 Feb 2009 10:41:04 GMT</pubDate>
			<description>*Avatar di Default (per gruppi)* 
* by vB-Italy.org* 
 
 
 
 
Con questa modifica manuale imposteremo un avatar di default per ogni gruppo che non ha...</description>
			<content:encoded><![CDATA[<div><div align="center"><b><font size="5">Avatar di Default (per gruppi)</font></b><br />
<b> by vB-Italy.org</b><br />
</div><br />
<br />
<br />
Con questa modifica manuale imposteremo un avatar di default per ogni gruppo che non ha selezionato nessun avatar per il proprio profilo. Agiremo su due template, a dipendenza dello stile di visualizzazione post (vedi: <a href="http://www.vb-italy.org/showthread.php?t=490" target="_blank">Cambiare stile visualizzazione Post</a>). Rispettivamente sul template <b>postbit</b> e sul template <b>postbit_legacy</b>. <br />
<br />
Vedi anche: <a href="http://www.vb-italy.org/showthread.php?t=512" target="_blank">Avatar di Default (per utenti senza avatar)</a>. <br />
<br />
Apriamo il nostro pannello admin e andiamo a modificare il template postbit (se si ha la visualizzazione orizzontale) :<br />
<br />
<i>AdminCp -&gt; Skin &amp; Template -&gt; Gestione Skin -&gt; (skin) -&gt; Modifica Template -&gt; postbit<br />
<br />
</i>Cerchiamo il seguente codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$show['avatar']&quot;&gt;&lt;td class=&quot;alt2&quot;&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;$post[avatarurl]&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/if&gt;</code><hr />
</div>E sostituiamolo con questo:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$show['avatar']&quot;&gt;&lt;td class=&quot;alt2&quot;&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;$post[avatarurl]&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
<br />
<font color="Red">&lt;else /&gt;<br />
<font color="#000000"><font color="Red">&lt;if </font><font color="Red">condition</font><font color="Red">=</font><font color="#dd0000"><font color="Red">&quot;$post['usergroupid']</font> == <font color="Blue"><b><font size="5">X</font></b></font>&quot;</font><font color="#007700">&gt;</font></font><br />
</font><font color="Red">&lt;td class=&quot;alt2&quot;&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;<b><font color="Blue">LINK IMMAGINE</font></b> <font color="Blue"><b>GRUPPO X</b></font>&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;/if&gt;</font><br />
<br />
&lt;/if&gt;</code><hr />
</div>Aggiungendo dunque il codice il rosso al precedente. <br />
Ricordiamoci di sostituire la parte in blu con il link alla nostra immagine che funga da avatar di default per il gruppo sfecificato. Ricordiamoci di sostituire la <font size="4"><font color="Blue"><b>X</b></font></font> con l'id del gruppo utente. <br />
<br />
<br />
-----<br />
<br />
Apriamo il nostro pannello admin e andiamo a modificare il template postbit_legacy (se si ha la visualizzazione verticale) :<br />
<br />
<i>AdminCp -&gt; Skin &amp; Template -&gt; Gestione Skin -&gt; (skin) -&gt; Modifica Template -&gt; postbit_legacy<br />
<br />
</i>Cerchiamo il seguente codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$show['avatar']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;smallfont&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;nbsp;&lt;br /&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;$post[avatarurl]&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/if&gt;</code><hr />
</div>E sostituiamolo con questo:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$show['avatar']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;smallfont&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;nbsp;&lt;br /&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;$post[avatarurl]&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
<font color="Red">&lt;else /&gt;<br />
<br />
</font>&nbsp; <font color="Red"><font color="#000000"><font color="Red">&lt;if </font><font color="Red">condition</font><font color="Red">=</font><font color="#dd0000"><font color="Red">&quot;$post['usergroupid'] ==</font> <font color="Blue"><b><font size="5">X</font></b></font>&quot;</font><font color="#007700">&gt;</font></font></font> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <font color="Red">&lt;div class=&quot;smallfont&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &amp;nbsp;&lt;br /&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;</font><font color="Red"><b><font color="Blue">LINK IMMAGINE</font></b> <font color="Blue"><b>GRUPPO X</b></font>&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/div&gt;<br />
&lt;/if&gt;</font><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/if&gt;</code><hr />
</div>Aggiungendo dunque il codice il rosso al precedente. <br />
Ricordiamoci di sostituire la parte in blu con il link alla nostra immagine che funga da avatar di default per il gruppo sfecificato. Ricordiamoci di sostituire la <font size="4"><font color="Blue"><b>X</b></font></font> con l'id del gruppo utente. <br />
<br />
<br />
<br />
Salviamo, chiudiamo il template ed è fatta! <img src="http://www.vb-italy.org/skin/smilies/smiley%20-%20happy.gif" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=513</guid>
		</item>
		<item>
			<title>Avatar di Default (per utenti senza avatar)</title>
			<link>http://www.vb-italy.org/showthread.php?t=512&amp;goto=newpost</link>
			<pubDate>Fri, 20 Feb 2009 10:26:22 GMT</pubDate>
			<description>*Avatar di Default (per utenti senza avatar) 
by vB-Italy.org 
 
 
 
*Con questa modifica manuale imposteremo un avatar di default per ogni utente...</description>
			<content:encoded><![CDATA[<div><div align="center"><b><font size="5">Avatar di Default (per utenti senza avatar)</font><br />
by vB-Italy.org<br />
<br />
<br />
<br />
</b><div align="left">Con questa modifica manuale imposteremo un avatar di default per ogni utente che non ha selezionato nessun avatar per il proprio profilo. Agiremo su due template, a dipendenza dello stile di visualizzazione post (vedi: <a href="http://www.vb-italy.org/showthread.php?t=490" target="_blank">Cambiare stile visualizzazione Post</a>). Rispettivamente sul template <b>postbit</b> e sul template <b>postbit_legacy</b>. <br />
<br />
Vedi anche: <a href="http://www.vb-italy.org/showthread.php?t=513" target="_blank">Avatar di Default (per gruppi)</a>.<br />
<br />
Apriamo il nostro pannello admin e andiamo a modificare il template postbit (se si ha la visualizzazione orizzontale) :<br />
<br />
<i>AdminCp -&gt; Skin &amp; Template -&gt; Gestione Skin -&gt; (skin) -&gt; Modifica Template -&gt; postbit<br />
<br />
</i>Cerchiamo il seguente codice:<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$show['avatar']&quot;&gt;&lt;td class=&quot;alt2&quot;&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;$post[avatarurl]&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/if&gt;</code><hr />
</div>E sostituiamolo con questo:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$show['avatar']&quot;&gt;&lt;td class=&quot;alt2&quot;&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;$post[avatarurl]&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
<br />
<font color="Red">&lt;else /&gt;<br />
<br />
&lt;td class=&quot;alt2&quot;&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;<b><font color="Blue">LINK IMMAGINE</font></b>&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/td&gt;</font><br />
<br />
&lt;/if&gt;</code><hr />
</div>Aggiungendo dunque il codice il rosso al precedente. <br />
Ricordiamoci di sostituire la parte in blu con il link alla nostra immagine che funga da avatar di default. <br />
<br />
<br />
-----<br />
<br />
Apriamo il nostro pannello admin e andiamo a modificare il template postbit_legacy (se si ha la visualizzazione verticale) :<br />
<br />
<i>AdminCp -&gt; Skin &amp; Template -&gt; Gestione Skin -&gt; (skin) -&gt; Modifica Template -&gt; postbit_legacy<br />
<br />
</i>Cerchiamo il seguente codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$show['avatar']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;smallfont&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;nbsp;&lt;br /&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;$post[avatarurl]&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/if&gt;</code><hr />
</div>E sostituiamolo con questo:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$show['avatar']&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;smallfont&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;nbsp;&lt;br /&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;$post[avatarurl]&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
<font color="Red">&lt;else /&gt;<br />
<br />
&lt;div class=&quot;smallfont&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;nbsp;&lt;br /&gt;&lt;a href=&quot;member.php?$session[sessionurl]u=$post[userid]&quot;&gt;&lt;img src=&quot;<font color="Blue"><b>LINK IMMAGINE</b></font>&quot; $post[avwidth] $post[avheight] alt=&quot;&lt;phrase 1=&quot;$post[username]&quot;&gt;$vbphrase[xs_avatar]&lt;/phrase&gt;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;</font><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/if&gt;</code><hr />
</div>Aggiungendo dunque il codice il rosso al precedente. <br />
Ricordiamoci di sostituire la parte in blu con il link alla nostra immagine che funga da avatar di default. <br />
<br />
<br />
<br />
Salviamo, chiudiamo il template ed è fatta! :)<br />
</div></div></div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=512</guid>
		</item>
		<item>
			<title>Velocizzate il vostro Forum!</title>
			<link>http://www.vb-italy.org/showthread.php?t=509&amp;goto=newpost</link>
			<pubDate>Thu, 19 Feb 2009 12:20:17 GMT</pubDate>
			<description>*Velocizzate il vostro Forum!* 
*by vB-Italy.org* 
 
 
 
 
Nota: questa mod è stata testata con successo in Microsoft Internet Explorer e in Firefox....</description>
			<content:encoded><![CDATA[<div><div align="center"><font size="5"><b>Velocizzate il vostro Forum!</b></font><br />
<b>by vB-Italy.org</b><br />
</div><br />
<br />
<br />
<font color="Red">Nota: questa mod è stata testata con successo in Microsoft Internet Explorer e in Firefox.</font><br />
<br />
Con questa mod darete un effetto di maggior velocità nel caricamento della pagine del vostro forum. Precisiamo che non velocizzate il vostro forum modificando dei parametri che lo rendano più leggero. Date solo un effetto di maggior velocità, usando un piccolo trucchetto che qui sotto scriveremo.<br />
<br />
Questa mod inoltre dovrebbe funzionare con tutte le versioni del vB. Anche con quelle non ancora uscite. :)<br />
<br />
Aprite il vostro template header. <br />
<br />
<i>AdminCp -&gt; Skin &amp; Template -&gt; Gestione Skin -&gt; (skin) -&gt; Modifica Template -&gt; header<br />
</i><br />
E all'inizio, sopra a tutto il resto del codice, aggiungte queste due righe:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;meta http-equiv=&quot;Page-Exit&quot; content=&quot;BlendTrans(Duration=0)&quot; /&gt;<br />
&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;BlendTrans(Duration=0)&quot; /&gt;</code><hr />
</div>Chidete e Salvate. Fatto! :)<br />
 Maggiori informazioni sul metodo usato: <a href="http://www.secretgeek.net/fajax.asp" target="_blank">Click</a><br />
<br />
<br />
<br />
<div align="center">         <font size="1">Traduzione di: <a href="http://www.vbulletin.org/forum/showthread.php?t=121315" target="_blank">Make your forum's speed seem faster</a>. Permessi concessi da <a href="http://www.vbulletin.org/forum/member.php?u=75810" target="_blank">BoYagoob</a> per vB-Italy.org. <br />
Thanks goes to BoYagoob for permissions. Original thread: <a href="http://www.vbulletin.org/forum/showthread.php?t=121315" target="_blank">http://www.vbulletin.org/forum/showthread.php?t=121315</a>. </font><br />
</div></div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=39">vBulletin 3.7 Modifiche Template</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=509</guid>
		</item>
		<item>
			<title><![CDATA[Box "Ricordami?" selezionato di default]]></title>
			<link>http://www.vb-italy.org/showthread.php?t=507&amp;goto=newpost</link>
			<pubDate>Wed, 18 Feb 2009 19:52:18 GMT</pubDate>
			<description><![CDATA[*Box "Ricordami?" selezionato di default* 
*by vB-Italy.org* 
 
 
 
Nella navbar, quando si è visitatori, abbiamo un box per effettuare il login....]]></description>
			<content:encoded><![CDATA[<div><div align="center"><font size="5"><b>Box &quot;Ricordami?&quot; selezionato di default</b></font><br />
<b>by vB-Italy.org</b><br />
<br />
<br />
<br />
<div align="left">Nella navbar, quando si è visitatori, abbiamo un box per effettuare il login. Prima del login possiamo selezionare se il sistema dovrà ricordarci e tenerci loggati anche ad una prossima visita o se dovrà cancellare i nostri cookie quando chiudiamo la pagina o restiamo inattivi per un determinato periodo di tempo. Di default questo box non è selezionato. <br />
<br />
<img src="http://www.vb-italy.org/attachment.php?attachmentid=114&amp;stc=1&amp;d=1234986610" border="0" alt="" /><br />
<br />
Per renderlo selezionato di default, in modo che tutti gli utenti che si loggano vengano ricordati anche per le prossime visite, si dovrà modificare il template navbar. <br />
<br />
<i>AdminCp -&gt; Skin &amp; Template -&gt; Gestione Skin -&gt; (skin) -&gt; Modifica Template -&gt; navbar</i><br />
<br />
Cercare per il seguente codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;input type=&quot;checkbox&quot; name=&quot;cookieuser&quot; value=&quot;1&quot; tabindex=&quot;103&quot; id=&quot;cb_cookieuser_navbar&quot; accesskey=&quot;c&quot; /&gt;</code><hr />
</div>.. e sostituirlo con:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;input type=&quot;checkbox&quot; name=&quot;cookieuser&quot; value=&quot;1&quot; tabindex=&quot;103&quot; id=&quot;cb_cookieuser_navbar&quot; accesskey=&quot;c&quot; <b><font color="Red">checked=&quot;checked&quot;</font></b> /&gt;</code><hr />
</div>Aggiungendo in pratica il <b><b><font color="Red">checked=&quot;checked&quot;</font></b></b>.<br />
<br />
Fatto, adesso avrete selezionato di default il box &quot;Ricordami?&quot;. ;)<br />
</div></div></div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/png.gif" alt="Tipo file: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=114&amp;d=1234986610">ricordami_default.PNG&lrm;</a> (2.1 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=507</guid>
		</item>
		<item>
			<title>Navbar Doppia - Aggiungi un altra navbar al tuo forum</title>
			<link>http://www.vb-italy.org/showthread.php?t=506&amp;goto=newpost</link>
			<pubDate>Wed, 18 Feb 2009 19:44:16 GMT</pubDate>
			<description>*Navbar Doppia - Aggiungi un altra navbar al tuo forum* 
*by vB-Italy.org* 
 
 
 
 
Con questa aggiunta potrete avere due barre di navigazione per i...</description>
			<content:encoded><![CDATA[<div><div align="center"><font size="5"><b>Navbar Doppia - Aggiungi un altra navbar al tuo forum</b></font><br />
<b>by vB-Italy.org</b><br />
<br />
<br />
<div align="left"><br />
<br />
Con questa aggiunta potrete avere due barre di navigazione per i vostri link. Molto utile se si hanno molti link da mettere in rilievo alla vista di tutti gli utenti. In questo thread spiegherò anche come aggiungere i link dopo la modifica. <br />
<br />
Esempio:<br />
<br />
<img src="http://www.vb-italy.org/attachment.php?attachmentid=113&amp;stc=1&amp;d=1234985741" border="0" alt="" /><br />
<br />
Bene, dovremo agire sul template navbar. <br />
<br />
<i>AdminCp -&gt; Skin &amp; Template -&gt; Gestione Skin -&gt; (skin) -&gt; Modifica Template -&gt; navbar</i><br />
<br />
Cercare per:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!-- breadcrumb, login, pm info --&gt;</code><hr />
</div>E subito sopra aggiungere questo codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!-- seconda navbar --&gt;<br />
&lt;div class=&quot;tborder&quot; style=&quot;padding:$stylevar[cellspacing]px; border-bottom-width:0px&quot;&gt;<br />
&nbsp; &nbsp; &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; align=&quot;center&quot;&gt;<br />
&nbsp; &nbsp; &lt;tr align=&quot;center&quot;&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_control&quot;&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;&lt;/td&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_control&quot;&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;&lt;/td&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_control&quot;&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;&lt;/td&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_control&quot;&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;&lt;/td&gt;<br />
<br />
&nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &lt;/table&gt;<br />
&lt;/div&gt;<br />
&lt;!-- / ### --&gt;</code><hr />
</div>Salvate il template. Fatto! :)<br />
Adesso per modificare i link della seconda navbar appena aggiunta, si dovrà agire sul codice che abbiamo inserito. <br />
<br />
Come possiamo vedere abbiamo per ogni link questo codice qui:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_control&quot;&gt;&lt;a href=&quot;<font color="Red"><b>#</b></font>&quot;&gt;<b><font color="Blue">Link</font></b>&lt;/a&gt;&lt;/td&gt;</code><hr />
</div>Noi dovremo cambiare la parte in rosso con il link che vogliamo avere, e la aprte in blu con la scritta che vogliamo mostrare. Ad esempio:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_control&quot;&gt;&lt;a href=&quot;http://www.miosito.com/&quot;&gt;Vai al Mio Sito&lt;/a&gt;&lt;/td&gt;</code><hr />
</div>Per aggiungere più link, il codice da aggiungere è questo:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &lt;td class=&quot;vbmenu_control&quot;&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;&lt;/td&gt;</code><hr />
</div></div></div></div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/jpg.gif" alt="Tipo file: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=113&amp;d=1234985741">navbar_doppia.jpg&lrm;</a> (11.0 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=506</guid>
		</item>
		<item>
			<title><![CDATA[Box di Ricerca nell'Header]]></title>
			<link>http://www.vb-italy.org/showthread.php?t=502&amp;goto=newpost</link>
			<pubDate>Wed, 18 Feb 2009 17:58:05 GMT</pubDate>
			<description><![CDATA[*Box di Ricerca nell'Header* 
*by vB-Italy.org* 
 
 
 
 
Con questa piccola modifica si aggiungerà un box di ricerca nell'header del nostro forum,...]]></description>
			<content:encoded><![CDATA[<div><div align="center"><font size="5"><b>Box di Ricerca nell'Header</b></font><br />
<b>by vB-Italy.org</b><br />
</div><br />
<br />
<br />
Con questa piccola modifica si aggiungerà un box di ricerca nell'header del nostro forum, dando la possibilità agli utenti di effettuare ricerche veloci. <br />
<br />
Esempio:<br />
<br />
<img src="http://www.vb-italy.org/attachment.php?attachmentid=112&amp;stc=1&amp;d=1234979738" border="0" alt="" /><br />
<br />
Per aggiungere il box, si deve fare solo una piccola aggiunta al template header.<br />
<br />
Aprite il template <b>header</b> e cercate il seguente codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;if condition=&quot;$ad_location['ad_header_logo']&quot;&gt;$ad_location[ad_header_logo]&lt;else /&gt;&amp;nbsp;&lt;/if&gt;</code><hr />
</div>E subito sotto aggiungete questo:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!-- Search Box --&gt;<br />
&lt;form action=&quot;search.php?do=process&quot; method=&quot;post&quot;&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;do&quot; value=&quot;process&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;quicksearch&quot; value=&quot;1&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;childforums&quot; value=&quot;1&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;exactname&quot; value=&quot;1&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;s&quot; value=&quot;$session[sessionhash]&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;securitytoken&quot; value=&quot;$bbuserinfo[securitytoken]&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div&gt;&lt;strong&gt;Ricerca&lt;/strong&gt;: &lt;input type=&quot;text&quot; class=&quot;bginput&quot; name=&quot;query&quot; size=&quot;25&quot; tabindex=&quot;1001&quot; /&gt; &lt;input type=&quot;submit&quot; class=&quot;button&quot; value=&quot;$vbphrase[go]&quot; tabindex=&quot;1004&quot; /&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div style=&quot;margin-top:$stylevar[cellpadding]px&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label for=&quot;rb_nb_sp0&quot;&gt;&lt;input type=&quot;radio&quot; name=&quot;showposts&quot; value=&quot;0&quot; id=&quot;rb_nb_sp0&quot; tabindex=&quot;1002&quot; checked=&quot;checked&quot; /&gt;$vbphrase[show_threads]&lt;/label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label for=&quot;rb_nb_sp1&quot;&gt;&lt;input type=&quot;radio&quot; name=&quot;showposts&quot; value=&quot;1&quot; id=&quot;rb_nb_sp1&quot; tabindex=&quot;1003&quot; /&gt;$vbphrase[show_posts]&lt;/label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/form&gt;<br />
&lt;!-- ### --&gt;</code><hr />
</div>Salvate e Chiudete. <br />
Fatto! :)</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/png.gif" alt="Tipo file: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=112&amp;d=1234979738">ricerca_header.PNG&lrm;</a> (4.1 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=502</guid>
		</item>
		<item>
			<title>Guida - Aggiungere un nuovo box nei profili</title>
			<link>http://www.vb-italy.org/showthread.php?t=478&amp;goto=newpost</link>
			<pubDate>Sun, 08 Feb 2009 11:33:17 GMT</pubDate>
			<description>Mi è capitato di voler sperimentare alcune funzionalità di vBulletin (eh si... faccio gli esperimenti su una board di test :D. Ho provato a ricreare...</description>
			<content:encoded><![CDATA[<div>Mi è capitato di voler sperimentare alcune funzionalità di vBulletin (eh si... faccio gli esperimenti su una board di test :D. Ho provato a ricreare un box presente nel profilo personale. Per farla breve aggiungere un box come quelli nella figura che segue.<br />
<br />
<img src="http://img408.imageshack.us/img408/944/sideboxgl0.jpg" border="0" alt="" /><br />
<br />
Dopo vari tentativi sono riuscito ad inserire un ulteriore box. Per poterlo fare è necessario andare in AdminCP&gt;Stili e Modelli&gt;Ricerca nei modelli e cercare MEMBERINFO. Una volta trovato farci sopra doppio click con il mouse per modificarlo. <br />
Al suo interno ci sarà del codice. Trovare questo<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;div id=&quot;sidebar_container&quot;&gt;<br />
&nbsp; &nbsp; &lt;!-- sidebar --&gt;<br />
&nbsp; &nbsp; $template_hook[profile_right_first]<br />
&nbsp; &nbsp; $blocks[stats_mini]<br />
&nbsp; &nbsp; $template_hook[profile_right_mini]<br />
&nbsp; &nbsp; $blocks[friends_mini]<br />
&nbsp; &nbsp; $blocks[albums]<br />
&nbsp; &nbsp; $template_hook[profile_right_album]<br />
&nbsp; &nbsp; $blocks[groups]<br />
&nbsp; &nbsp; $blocks[visitors]<br />
&nbsp; &nbsp; $template_hook[profile_right_last]<br />
&nbsp; &nbsp; &lt;!-- / sidebar --&gt;<br />
&lt;/div&gt;</code><hr />
</div>Una volta trovato il codice aggiungere, ad esempio dopo le mini statistiche, questo codice<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!--nuovo box--&gt;<br />
&lt;!-- $id --&gt;<br />
&lt;div id=&quot;$id&quot; class=&quot;tborder content_block&quot;&gt;<br />
&nbsp; &nbsp; &lt;h4 class=&quot;thead block_title&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;#top&quot; class=&quot;collapse_gadget&quot; onclick=&quot;return toggle_collapse('$id')&quot;&gt;&lt;img id=&quot;collapseimg_$id&quot; src=&quot;$stylevar[imgdir_button]/collapse_generic{$vbcollapse['collapseimg_'.$id]}.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;a name=&quot;$id&quot;&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;block_name&quot;&gt;<b><font color="Red">TITOLO BOX</font></b>&lt;/span&gt;<br />
&nbsp; &nbsp; &lt;/h4&gt;<br />
&nbsp; &nbsp; &lt;div class=&quot;block_content&quot; id=&quot;collapseobj_$id&quot; style=&quot;{$vbcollapse['collapseobj_'.$id]}&quot;&gt;&lt;div class=&quot;alt1 smallfont block_row block_footer&quot;&gt;<br />
&lt;p align=&quot;center&quot;&gt;<br />
<font color="Red"><b>CONTENUTO DEL BOX</b></font><br />
&lt;/p&gt;<br />
&lt;/div&gt;&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;!-- / $id --&gt;<br />
&lt;!--nuovo box--&gt;</code><hr />
</div>Si dovrebbe ottenere una cosa come questa<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;div id=&quot;sidebar_container&quot;&gt;<br />
&nbsp; &nbsp; &lt;!-- sidebar --&gt;<br />
&nbsp; &nbsp; $template_hook[profile_right_first]<br />
&nbsp; &nbsp; $blocks[stats_mini]<br />
&lt;!--nuovo box--&gt;<br />
&lt;!-- $id --&gt;<br />
&lt;div id=&quot;$id&quot; class=&quot;tborder content_block&quot;&gt;<br />
&nbsp; &nbsp; &lt;h4 class=&quot;thead block_title&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;#top&quot; class=&quot;collapse_gadget&quot; onclick=&quot;return toggle_collapse('$id')&quot;&gt;&lt;img id=&quot;collapseimg_$id&quot; src=&quot;$stylevar[imgdir_button]/collapse_generic{$vbcollapse['collapseimg_'.$id]}.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;a name=&quot;$id&quot;&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;block_name&quot;&gt;<b><font color="Red">TITOLO BOX</font></b>&lt;/span&gt;<br />
&nbsp; &nbsp; &lt;/h4&gt;<br />
&nbsp; &nbsp; &lt;div class=&quot;block_content&quot; id=&quot;collapseobj_$id&quot; style=&quot;{$vbcollapse['collapseobj_'.$id]}&quot;&gt;&lt;div class=&quot;alt1 smallfont block_row block_footer&quot;&gt;<br />
&lt;p align=&quot;center&quot;&gt;<br />
<font color="Red"><b>CONTENUTO DEL BOX</b></font><br />
&lt;/p&gt;<br />
&lt;/div&gt;&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;!-- / $id --&gt;<br />
&lt;!--nuovo box--&gt;<br />
&nbsp; &nbsp; $template_hook[profile_right_mini]<br />
&nbsp; &nbsp; $blocks[friends_mini]<br />
&nbsp; &nbsp; $blocks[albums]<br />
&nbsp; &nbsp; $template_hook[profile_right_album]<br />
&nbsp; &nbsp; $blocks[groups]<br />
&nbsp; &nbsp; $blocks[visitors]<br />
&nbsp; &nbsp; $template_hook[profile_right_last]<br />
&nbsp; &nbsp; &lt;!-- / sidebar --&gt;<br />
&lt;/div&gt;</code><hr />
</div>In questo modo si avrà un risultato come questo:<br />
<br />
<img src="http://img408.imageshack.us/img408/5970/sideboxnewai4.jpg" border="0" alt="" /><br />
<br />
Ovviamente può essere inserita qualsiasi cosa. Anche Adsense :D<br />
<br />
Rilasciato quì: <a href="http://www.vbulletin.org/forum/showthread.php?t=203775" target="_blank">http://www.vbulletin.org/forum/showthread.php?t=203775</a></div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=45">vBulletin 3.8 Modifiche Template</category>
			<dc:creator>cionfs</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=478</guid>
		</item>
		<item>
			<title>BBCode: Tabella</title>
			<link>http://www.vb-italy.org/showthread.php?t=412&amp;goto=newpost</link>
			<pubDate>Fri, 05 Dec 2008 17:14:13 GMT</pubDate>
			<description><![CDATA[*BBCode - Tabella* 
Come si aggiunge un BBCode? [Guida] (http://www.vb-italy.org/showthread.php?t=182) 
 
Questo bbcode darà la possibilità ai vostri...]]></description>
			<content:encoded><![CDATA[<div><font size="4"><b>BBCode - Tabella</b></font><br />
<a href="http://www.vb-italy.org/showthread.php?t=182" target="_blank">Come si aggiunge un BBCode? [Guida]</a><br />
<br />
Questo bbcode darà la possibilità ai vostri utenti di racchiundere i propri messaggi in una tabella con il fieldset. Ecco un esempio..<br />
<br />
<img src="http://www.vb-italy.org/attachment.php?attachmentid=87&amp;stc=1&amp;d=1228497045" border="0" alt="" /><br />
<br />
<b>Titolo</b>: Tabella<br />
<b>Tag</b>: tab<br />
<b>Codice</b>: <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;table width=&quot;90%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;2&quot; cellspacing=&quot;2&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;fieldset&gt;&lt;legend&gt;{option}&lt;/legend&gt;{param}&lt;/fieldset&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</code><hr />
</div><b>Esempio</b>: [tab]Esempio[/tab]<br />
<b>Descrizione</b>: Il tag [tab] ti permette di racchiundere il testo in una tabella con titolo.<br />
<b>Usa {option}</b>: Si<br />
<b>Immagine</b>: images/editor/tab.gif<br />
<br />
Infine caricate questa immagine nella vostra cartella tuosito.com/forum/images/editor/: <img src="http://www.vb-italy.org/attachment.php?attachmentid=88&amp;stc=1&amp;d=1228497198" border="0" alt="" />.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/jpg.gif" alt="Tipo file: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=87&amp;d=1228497045">BBcode_Tab.JPG&lrm;</a> (12.1 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/gif.gif" alt="Tipo file: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=88&amp;d=1228497198">tab.gif&lrm;</a> (630 Bytes)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=87">Codici BB</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=412</guid>
		</item>
		<item>
			<title>BBCode - TV</title>
			<link>http://www.vb-italy.org/showthread.php?t=299&amp;goto=newpost</link>
			<pubDate>Thu, 23 Oct 2008 23:26:35 GMT</pubDate>
			<description>Aggiungere un nuvo bbcode: 
 
Andare in AdminCP 
Nella colonna di sinistra, anare su Codici BB personalizzati 
Aggiungi un nuovo codice BB 
 
Titolo:...</description>
			<content:encoded><![CDATA[<div>Aggiungere un nuvo bbcode:<br />
<br />
Andare in AdminCP<br />
Nella colonna di sinistra, anare su Codici BB personalizzati<br />
Aggiungi un nuovo codice BB<br />
<br />
Titolo: Tv<br />
Tag: tv<br />
Codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;object classid=&quot;clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6&quot; id=&quot;Player&quot; width=&quot;180&quot; height=&quot;194&quot; <br />
codebase=&quot;http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0&quot; standby=&quot;Loading Microsoft Windows Media Player components...&quot; type=&quot;application/x-oleobject&quot;&gt;<br />
<br />
&lt;param name=&quot;URL&quot; value=&quot;{param}&quot;&gt;<br />
&lt;param name=&quot;rate&quot; value=&quot;1&quot;&gt;<br />
&lt;param name=&quot;balance&quot; value=&quot;0&quot;&gt;<br />
&lt;param name=&quot;currentPosition&quot; value=&quot;1&quot;&gt;<br />
&lt;param name=&quot;defaultFrame&quot; value&gt;<br />
&lt;param name=&quot;playCount&quot; value=&quot;1&quot;&gt;<br />
&lt;param name=&quot;autoStart&quot; value=&quot;0&quot;&gt;<br />
&lt;param name=&quot;loop&quot; value=&quot;-1&quot;&gt;<br />
&lt;param name=&quot;videoborder3d&quot; value=&quot;1&quot;&gt;<br />
&lt;param name=&quot;currentMarker&quot; value=&quot;0&quot;&gt;<br />
&lt;param name=&quot;invokeURLs&quot; value=&quot;-1&quot;&gt;<br />
&lt;param name=&quot;baseURL&quot; value&gt;<br />
&lt;param name=&quot;volume&quot; value=&quot;100&quot;&gt;<br />
&lt;param name=&quot;mute&quot; value=&quot;0&quot;&gt;<br />
&lt;param name=&quot;uiMode&quot; value=&quot;full&quot;&gt;<br />
&lt;param name=&quot;stretchToFit&quot; value=&quot;0&quot;&gt;<br />
&lt;param name=&quot;windowlessVideo&quot; value=&quot;0&quot;&gt;<br />
&lt;param name=&quot;enabled&quot; value=&quot;-1&quot;&gt;<br />
&lt;param name=&quot;enableContextMenu&quot; value=&quot;0&quot;&gt;<br />
&lt;param name=&quot;fullScreen&quot; value=&quot;0&quot;&gt;<br />
&lt;param name=&quot;SAMIStyle&quot; value&gt;<br />
&lt;param name=&quot;SAMILang&quot; value&gt;<br />
&lt;param name=&quot;SAMIFilename&quot; value&gt;<br />
&lt;param name=&quot;captioningID&quot; value&gt;<br />
&lt;param name=&quot;enableErrorDialogs&quot; value=&quot;0&quot;&gt;<br />
&lt;param name=&quot;_cx&quot; value=&quot;7938&quot;&gt;<br />
&lt;param name=&quot;_cy&quot; value=&quot;6482&quot;&gt;<br />
<br />
&lt;embed type=&quot;application/x-mplayer2&quot; pluginspage=&quot;http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp&quot; src=&quot;{param}&quot; <br />
rate=1<br />
balance=0<br />
currentPosition=1<br />
playCount=1<br />
autoStart=0<br />
loop=-1<br />
videoborder3d=1<br />
currentMarker=0<br />
invokeURLs=-1<br />
volume=100<br />
mute=0<br />
uiMode=full<br />
stretchToFit=0<br />
windowlessVideo=0<br />
enabled=-1<br />
enableContextMenu=0<br />
fullScreen=0<br />
SAMIStyle<br />
SAMILang<br />
SAMIFilename<br />
captioningID<br />
enableErrorDialogs=0<br />
_cx=7938<br />
_cy=6482<br />
width=180 <br />
height=194&gt;<br />
<br />
&lt;/embed&gt;<br />
&lt;/object&gt;</code><hr />
</div>Esempio: [tv]http://live.mediaserver.kataweb.it/retea[/tv]<br />
Descrizione: Tv<br />
Uso {option}: No<br />
<br />
<br />
<br />
Il problema che ho riscontrato però è che ad esempio con firefox che ho a casa e in negozio (non con quello ad esempio a casa di mio zio), no si vede la barra sotto per far partire il video... quindi se qulacuno volesse darci un'occhiata ;)</div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=87">Codici BB</category>
			<dc:creator>Ricsca</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=299</guid>
		</item>
		<item>
			<title>BBCode - Marquee</title>
			<link>http://www.vb-italy.org/showthread.php?t=254&amp;goto=newpost</link>
			<pubDate>Wed, 15 Oct 2008 12:41:26 GMT</pubDate>
			<description><![CDATA[Titolo: Marquee 
Tag: Marquee 
Sostituzione:  
HTML: 
--------- 
<marquee direction={option}>{param}</marquee> 
--------- 
Esempio: [marquee]By AJ...]]></description>
			<content:encoded><![CDATA[<div>Titolo: Marquee<br />
Tag: Marquee<br />
Sostituzione: <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice HTML:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><span style="color:#000080">&lt;marquee direction={option}&gt;</span>{param}<span style="color:#000080">&lt;/marquee&gt;</span></code><hr />
</div>Esempio: [marquee]By AJ CHRI![/marquee]<br />
User {option} : NO</div>

]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=87">Codici BB</category>
			<dc:creator>AJ CHRI</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=254</guid>
		</item>
		<item>
			<title>BBCode - Youtube</title>
			<link>http://www.vb-italy.org/showthread.php?t=250&amp;goto=newpost</link>
			<pubDate>Tue, 14 Oct 2008 17:25:43 GMT</pubDate>
			<description><![CDATA[*Titolo: YouTube 
Tag: youtube 
 
Sostituzione:  
 
HTML: 
--------- 
<object width=&#8221;425&#8243; height=&#8221;344&#8243;><param name=&#8221;movie&#8221;...]]></description>
			<content:encoded><![CDATA[<div><b>Titolo: YouTube<br />
Tag: youtube<br />
<br />
Sostituzione: <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice HTML:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><span style="color:#000080">&lt;object width=&#8221;425&#8243; height=&#8221;344&#8243;&gt;</span><span style="color:#000080">&lt;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/{param}&#8221;&gt;</span><span style="color:#000080">&lt;/param&gt;</span><span style="color:#000080">&lt;param name=&#8221;wmode&#8221; value=&#8221;transparent&#8221;&gt;</span><span style="color:#000080">&lt;/param&gt;</span><span style="color:#000080">&lt;embed src=&#8221;http://www.youtube.com/v/{param}&#8221; type=&#8221;application/x-shockwave-flash&#8221; wmode=&#8221;transparent&#8221; width=&#8221;425&#8243; height=&#8221;344&#8243;&gt;</span><span style="color:#000080">&lt;/embed&gt;</span><span style="color:#000080">&lt;/object&gt;</span></code><hr />
</div>Descrizione: BBCode di youtube<br />
Utilizza (Option): NO</b></div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/jpg.gif" alt="Tipo file: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=44&amp;d=1224074229">21155zb.jpg&lrm;</a> (43.4 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=87">Codici BB</category>
			<dc:creator>AJ CHRI</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=250</guid>
		</item>
		<item>
			<title>Nuovo Menu a Tendina per il tuo Pannello Utente!</title>
			<link>http://www.vb-italy.org/showthread.php?t=247&amp;goto=newpost</link>
			<pubDate>Tue, 14 Oct 2008 12:46:10 GMT</pubDate>
			<description>*Nuovo Menu a Tendina per il tuo Pannello Utente!* 
by vB-Italy.org 
 
 
 
Installando questo nuovo prodotto il menu laterale presente nel pannello...</description>
			<content:encoded><![CDATA[<div><div align="center"><font size="4"><b>Nuovo Menu a Tendina per il tuo Pannello Utente!</b></font><br />
by vB-Italy.org<br />
<br />
<br />
<div align="left"><br />
Installando questo nuovo prodotto il menu laterale presente nel pannello utente dei vostri forum cambierà completamente stile! Il cambio verrà eseguito automaticamente, vi basterà dunque installare semplicemente questo nuovo prodotto creato da vB.Italy.org, importandolo dal vostro pannello amministratori. <br />
<br />
Scaricate il prodotto allegato ed importatelo attraverso il vostro AdminCp. <br />
<font size="1">(AdminCp -&gt; Prodotti &amp; Plugin -&gt; Gestione Prodotti -&gt; Importa prodotto -&gt; Cercate </font><font size="1"><i>New UserCP Dropdown Menu (product).xml</i></font><font size="1"> e premete su Importa)</font><br />
<br />
Se volete cambiare la frase che viene mostrata sotto il menu, potrete farlo sempre attraverso il vostro pannello amministratori. <br />
<font size="1">(AdminCp -&gt; Linguaggi &amp; Frasi -&gt; Cerca nelle Frasi -&gt; usercp_nav_welcomemessage -&gt; (Solo Nomi Variabili Frasi)</font><font size="1"> -&gt; Cerca -&gt; Modifica) </font><br />
<br />
<b><font color="Green">Versione inglese:</font></b> <a href="http://www.vbulletin.org/forum/showthread.php?t=193528" target="_blank">Change your UserCP Navbar with the New UserCP Dropdown Menu!</a>. <br />
</div></div></div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/jpg.gif" alt="Tipo file: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=42&amp;d=1223988311">NewUserCpMenu (admin).jpg&lrm;</a> (56.8 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/jpg.gif" alt="Tipo file: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=43&amp;d=1223988315">NewUserCpMenu (user).jpg&lrm;</a> (60.1 KB)</td>
</tr>
			</table>
			</fieldset>
	

	
		<fieldset class="fieldset">
			<legend>Files allegati</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/xml.gif" alt="Tipo file: xml" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=41&amp;d=1223988308">New UserCP Dropdown Menu (product).xml&lrm;</a> (13.9 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=37">vBulletin 3.7 Add-ons</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=247</guid>
		</item>
		<item>
			<title>Gestione Account in Forumhome</title>
			<link>http://www.vb-italy.org/showthread.php?t=233&amp;goto=newpost</link>
			<pubDate>Wed, 08 Oct 2008 13:19:20 GMT</pubDate>
			<description>*Gestione Account in Forumhome 
*by vB-Italy.org 
 
Con questo prodotto potrete aggiungere un pannello di gestione account nella vostra forumhome,...</description>
			<content:encoded><![CDATA[<div><div align="center"><font size="6"><b><font size="4">Gestione Account in Forumhome<br />
</font></b></font>by vB-Italy.org<font size="6"><b><font size="4"><br />
<br />
</font></b></font><div align="left"><br />
<br />
Con questo prodotto potrete aggiungere un pannello di gestione account nella vostra forumhome, sotto la lista dei vostri forum (o dove preferite). Funzionerà sia per gli utenti loggati che per i visitatori; se loggati verrà mostrato il box di gestione account, se visitatori verrà mostrato un semplice messaggio di benvenuto per incrementare le registrazioni. Guardate gli screenshot allegati per un anteprima. <br />
<br />
Scaricate il prodotto allegato ed importatelo attraverso il vostro AdminCp. <br />
<font size="1">(AdminCp -&gt; Prodotti &amp; Plugin -&gt; Gestione Prodotti -&gt; Importa prodotto -&gt; Cercate <i>Forumhome - Account Manager (product) v1.10.xml</i> e premete su Importa)</font><br />
<br />
Aprite il vostro template FORUMHOME e aggiungete questa variabile dove volete che venga visualizzato il box:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$forumhome_accountmanager</code><hr />
</div>Ad esempio, se la volete visualizzare sotto la lista dei vostri forum (come in allegato), aggiungete la variabile sotto questa linea di codice:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!-- /main --&gt;</code><hr />
</div>Adesso uploadate queste due immagini nella vostra cartella /forum/images/misc/:  <i>forumhome_options.png</i>, <i>forumhome_account.png</i>.<br />
<br />
<b><font color="Green">Versione inglese:</font></b> <a href="http://www.vbulletin.org/forum/showthread.php?t=192862" target="_blank">Forumhome Account Manager</a>. <br />
</div></div></div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/png.gif" alt="Tipo file: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=35&amp;d=1223555010">forumhome_account.png&lrm;</a> (2.5 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/png.gif" alt="Tipo file: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=36&amp;d=1223555013">forumhome_options.png&lrm;</a> (2.3 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/jpg.gif" alt="Tipo file: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=37&amp;d=1223555017">Forumhome-Box-(Guests).jpg&lrm;</a> (54.6 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/jpg.gif" alt="Tipo file: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=38&amp;d=1223555021">Forumhome-Box-(Logged-in).jpg&lrm;</a> (43.7 KB)</td>
</tr>
			</table>
			</fieldset>
	

	
		<fieldset class="fieldset">
			<legend>Files allegati</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/xml.gif" alt="Tipo file: xml" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=34&amp;d=1223554967">Forumhome - Account Manager (product) v1.10.xml&lrm;</a> (4.0 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=37">vBulletin 3.7 Add-ons</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=233</guid>
		</item>
		<item>
			<title>BBCode - Barrato</title>
			<link>http://www.vb-italy.org/showthread.php?t=185&amp;goto=newpost</link>
			<pubDate>Wed, 24 Sep 2008 10:26:23 GMT</pubDate>
			<description><![CDATA[*BBCode - Barrato* 
Come si aggiunge un BBCode? [Guida] (http://www.vb-italy.org/showthread.php?t=182) 
 
 
Questo codice BB permetterà ai vostri...]]></description>
			<content:encoded><![CDATA[<div><font size="4"><b>BBCode - Barrato</b></font><br />
<a href="http://www.vb-italy.org/showthread.php?t=182" target="_blank">Come si aggiunge un BBCode? [Guida]</a><br />
<br />
<br />
Questo codice BB permetterà ai vostri utenti di 'barrare' alcuni parti di testo. <br />
Molto utile per cancellare alcune parti scritte facendole figurare ai lettori come *non più valide*. Esempio:<br />
<br />
<img src="http://www.vb-italy.org/attachment.php?attachmentid=31&amp;stc=1&amp;d=1222251693" border="0" alt="" /><br />
<br />
<b>Titolo</b>: Barrato<br />
<b>Tag</b>: -<br />
<b>Codice</b>: <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Codice:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;strike&gt;{param}&lt;/strike&gt;</code><hr />
</div><b>Esempio</b>: [-]Testo Barrato[/-]<br />
<b>Descrizione</b>: Il tag [-] ti permette di barrare il tuo testo.<br />
<b>Usa {option}</b>: No<br />
<b>Immagine</b>: images/editor/barrato.gif<br />
<br />
Infine caricate questa immagine nella vostra cartella tuosito.com/forum/images/editor/: <img src="http://www.vb-italy.org/attachment.php?attachmentid=32&amp;stc=1&amp;d=1222251916" border="0" alt="" />.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Immagini allegate</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/gif.gif" alt="Tipo file: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=31&amp;d=1222251693">testo-barrato.gif&lrm;</a> (258 Bytes)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.vb-italy.org/skin/attach/gif.gif" alt="Tipo file: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.vb-italy.org/attachment.php?attachmentid=32&amp;d=1222251916">barrato.gif&lrm;</a> (84 Bytes)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vb-italy.org/forumdisplay.php?f=87">Codici BB</category>
			<dc:creator>Norman</dc:creator>
			<guid isPermaLink="true">http://www.vb-italy.org/showthread.php?t=185</guid>
		</item>
	</channel>
</rss>
