Just WOT Essence!

News board 2.0.6, Board Html

« Older   Newer »
  Share  
Joker 95
view post Posted on 8/4/2010, 13:50




Se vorrete inserire la Personal News Board 2.0.6 manualmente nel vostro forum non dovrete far altro che copiare e incollare questo codice in:

Amministrazione > Gestione codici html :

Inserite il codice sottostante nel box in cui volete appaia la Personal News Board.

SPOILER (click to view)
HTML
<!--Inizio Personal News Board 2.0.6 //-->

<!-- Attenzione all'irregolare modifica del codice -->

<script type="text/javascript">
function Kps(id){
var nav = document.getElementById(id).style ;
var cls = document.getElementById('Kp');
if(nav.display == 'none'){ nav.display = 'block'; cls.className ='minus'}else{ nav.display = 'none'; cls.className ='plus' }
}
</script>
<div class="news">
<table class="skin_tbl" cellpadding="0" cellspacing="0">
<tr onclick="Kps('t0')">
<td class="mleft_top"></td>
<td>
<table class="mback" width="100%" cellpadding="0" cellspacing="0" style="cursor:pointer">
<tr>
<td class="mback_left">

</td>
<td class="mback_center">
<!-- cambia Personal news Board per dare un nome alla tua news board-->
<div class="mtitle">Personal News Board 2.0.6</div>
</td>
<td class="mback_right" align="center">
<div id="Kp" class="minus"></div>
<div style="background-position:center">
</td>
</tr>
</table>
</td>
<td class="mright_top"></td>
</tr>
<tr>
<td class="mleft">

</td>
<td>
<div id="t0">
<table class="mainbg" width="100%" cellpadding="0" cellspacing="1">
<tr>
<td class="ww">
<div class="newscroll" style="overflow: auto;height: 150px">
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<!--modifica da qui le tue news-->
<tr><td width="100%" class="ww"> 13/3 0:36: <b><a href="#" target="_blank">- Joker 95 -</a></b>: prova</td></tr>
<tr><td width="100%" class="aa"> 13/3 0:36: <b><a href="#" target="_blank">- Joker 95 -</a></b>: prova </td></tr>
<tr><td width="100%" class="ww"> 13/3 0:36: <b><a href="#" target="_blank">- Joker 95 -</a></b>: prova </td></tr>
<tr><td width="100%" class="aa"> 13/3 0:36: <b><a href="#" target="_blank">- Joker 95 -</a></b>: prova </td></tr>
<tr><td width="100%" class="ww"> 13/3 0:36: <b><a href="#" target="_blank">- Joker 95 -</a></b>: prova </td></tr>
<tr><td width="100%" class="aa"> 13/3 0:36: <b><a href="#" target="_blank">- Joker 95 -</a></b>: prova </td></tr>
<tr><td width="100%" class="ww"> 13/3 0:36: <b><a href="#" target="_blank">- Joker 95 -</a></b>: prova </td></tr>
<tr><td width="100%" class="aa"> 13/3 0:36: <b><a href="#" target="_blank">- Joker 95 -</a></b>: prova </td></tr>
<!--fine modifica news-->
</table>
</div>
</div>
<table width="100%" border="0" cellspacing="1" class="ww">
<tr>
<td nowrap width="1%" align="right" class="news_border" style="border-top: 1px solid">
<div class="credits" style="float:left">
<!-- se vuoi inserisci qui un messaggio personale -->
&nbsp;
<!-- fine messaggio personale -->
</div>
<div class="credits" style="float:right;padding-right:4px">
<b><a href="http://supporto.forumfree.net/?t=6105316" alt="created by -keeper-"> Personal News board 2.0.6</a></b>
</div>
</td>
</tr>
</table>
</tr>
</table>
</td>
<td class="mright">

</td>
</tr>
<tr>
<td class="mleft_bottom"></td>
<td>
<table class="msub" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="msub_left"></td>
<td class='msub_center'>&nbsp;</td>
<td class='msub_right'></td>
</tr>
</table>
<td class='mright_bottom'></td>
</tr>
</table>
</div>
<br/>

<!--Fine Personal News Board 2.0.6 //-->


Nel css
inserite questo codice. Potete personalizzarlo.
SPOILER (click to view)
CODICE
/* PERSONAL NEWS BOARD 2.0.6 */

/* per modificare lo stile delle news modifica qui */

.news .aa {text-align: left}

.news .ww {text-align: left}

/* per modificare la linea che separa news da credit aggiungi color: #colore dentro le parentesi */

.news_border {}

/* per modificare la parte dei credits: N.b: è vietata la rimozione di essi. */

.credits {text-align:right}

/* riduci il di width per ridurre la larghezza della personal news board */

.news {width: 100%}

/* impostazione cursore per chiudere news board */

.news .mback {cursor:pointer}


Crediti: Creato da - keeper -

Edited by Tìnker - 8/4/2010, 14:57
 
Top
Tìnker
view post Posted on 8/4/2010, 13:56




Mi sono permesso di fare delle modifiche.
 
Top
Joker 95
view post Posted on 8/4/2010, 17:26




Io l'avevo trovato su un altro forum, e visto che non c'era il nome del creatore non l'ho messo... comunque okay
 
Top
Row
view post Posted on 13/4/2010, 18:08




Hai comunque fatto bene a postarlo.
 
Top
D r e a m '
view post Posted on 14/4/2010, 18:29




CITAZIONE (Row @ 13/4/2010, 19:08)
Hai comunque fatto bene a postarlo.

:ange3gf.gif:
 
Top
4 replies since 8/4/2010, 13:50   193 views
  Share