Aggiungi barra forabg in viewtopic

Forum misto con frammenti di codice
Rispondi
Avatar utente
FranckTH
Membro phpBB3World
Membro phpBB3World
Messaggi: 43
Iscritto il: 22 dic 2012, 13:34
Contatta:

Aggiungi barra forabg in viewtopic

Messaggio da FranckTH » 28 dic 2012, 16:31

Autore: FranckTH
Descrizione: Aggiunge la barra forabg in viewtopic


Apri styles/prosilver/template/viewtopic_body.html

Cerca :

Codice: Seleziona tutto

<!-- IF postrow.S_FIRST_UNREAD --><a id="unread"></a><!-- ENDIF -->
    <div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ENDIF -->">
        <div class="inner"><span class="corners-top"><span></span></span>  
Sostituire con :

Codice: Seleziona tutto

<!-- IF postrow.S_FIRST_UNREAD --><a id="unread"></a><!-- ENDIF -->
    <div class="forabg">
   <div class="inner"><span class="corners-top"><span></span></span>
   <ul class="topiclist">
         <li class="header">
            <dl class="icon">
               <dt>&nbsp;</dt>
            </dl>
         </li>
   </ul>
    <div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF -->">
        <div class="inner">  

Cerca

Codice: Seleziona tutto

<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>

        <span class="corners-bottom"><span></span></span></div>
    </div>  

Sostituire con :

Codice: Seleziona tutto

<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>

        </div>
    </div>
<span class="corners-bottom"><span></span></span></div>
   </div>  

Apri styles/prosilver/theme/common.css

Cerca :

Codice: Seleziona tutto

.post {
    padding: 0 10px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-position: 100% 0;
}  
Sostituire con :

Codice: Seleziona tutto

.post {
    padding: 0 10px;
    margin-bottom: 1px;
    background-repeat: no-repeat;
    background-position: 100% 0;
}  
Flash games & Avatars ==> http://www.graphogames.com

Avatar utente
Rey
Staff phpBB3World
Staff phpBB3World
Messaggi: 563
Iscritto il: 3 nov 2012, 13:41
Località: 在世界上
Contatta:

Re: Aggiunge la barra forabg in viewtopic

Messaggio da Rey » 28 dic 2012, 16:38

Grande grazie.

Rispondi

Torna a “Snippets”

Chi c’è in linea

Visitano il forum: Nessuno e 10 ospiti