Readme-ul (adica tutorialul din readme.txt) este facut pt tema SubSilver. Eu folosesc thema de phpbb2 "Counter Strike Expanded", si de ex am asa :
Cod: Selectaţi tot
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
#
#-----[ AFTER, ADD ]------------------------------------------
#
td.inlineadtitle {
background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; border-width: 1px;
}
td.inlinead {
background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; border-width: 1px; text-align: center;
}
#
Cod: Selectaţi tot
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
Cod: Selectaţi tot
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<END>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
<BEGIN>
<tr>
<td><span><b>{postrow.L_SPONSOR}</b></span><br /</td>
<td>
{postrow.INLINE_AD}
</td>
</tr>
<tr>
<td><img></td>
</tr>
<END>
<BEGIN>
<tr>
<td>
{postrow.INLINE_AD}
</td>
</tr>
<END>
Cine stie cum se face ?
Repet, thema folosita de mine pt forum este "Counter-Strike Expanded", nicidecum "SubSilver"
( scris de dan74mm pe softpedia ) ma confrunt cu exact acceasi problema !
http://www.fileden.com/files/20071/phpB ... ad_103.zip
In_Line_ad_banner
Va rog ajutor !