continua o título está em ingles e entre chaves
assim: {similar topics}


Código: Selecionar todos
// BEGIN Precise Similar Topics
$lang = array_merge($lang, array(
'SIMILAR_TOPICS' => 'Tópicos Semelhantes',
));
// END Precise Similar Topics 

KillerHemp.KillerHemp escreveu:Outro mod que me interessa, porém o install só aparece para o prosilver.
Caio no mesmo problema do national flags


Código: Selecionar todos
Open: styles/prosilver/template/index_body.html
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<!-- IF S_DISPLAY_ONLINE_LIST -->
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
CODE:SELECT ALL
<!-- INCLUDE top_flags.html -->
<< Hide
Open: styles/prosilver/template/memberlist_body.html
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF USER_FLAG -->{USER_FLAG}<!-- ENDIF -->
<< Hide
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<th class="posts"><a href="{U_SORT_POSTS}#memberlist">{L_POSTS}</a></th>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF S_USER_FLAG --><th class="flag">{L_FLAG}</th><!-- ENDIF -->
<< Hide
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<th class="posts"><a href="{U_SORT_POSTS}#memberlist">{L_POSTS}</a></th>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF S_USER_FLAG --><th class="flag">{L_FLAG}</th><!-- ENDIF -->
<< Hide
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<th class="posts"> </th>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF S_USER_FLAG --><th class="flag"> </th><!-- ENDIF -->
<< Hide
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<td class="posts"><!-- IF memberrow.POSTS and S_DISPLAY_SEARCH -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF S_USER_FLAG --><td class="flag"><div>{memberrow.USER_FLAG}</div></td><!-- ENDIF -->
<< Hide
Open: styles/prosilver/template/memberlist_leaders.html
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<th class="name"><span class="rank-img">{L_RANK} </span>{L_ADMINISTRATORS}</th>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF S_USER_FLAG --><th class="info">{L_FLAG}</th><!-- ENDIF -->
<< Hide
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<td class="info"><!-- IF admin.U_GROUP -->
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF S_USER_FLAG --><td><!-- IF admin.USER_FLAG--><span class="flag">{admin.USER_FLAG}</span><!-- ENDIF --></td><!-- ENDIF -->
<< Hide
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<th class="name">{L_MODERATORS}</th>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF S_USER_FLAG --><th class="info"> </th><!-- ENDIF -->
<< Hide
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<td class="info"><!-- IF mod.U_GROUP -->
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF S_USER_FLAG --><td><!-- IF mod.USER_FLAG--><span class="flag">{mod.USER_FLAG}</span><!-- ENDIF --></td><!-- ENDIF -->
<< Hide
Open: styles/prosilver/template/memberlist_view.html
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<!-- IF LOCATION --><dt>{L_LOCATION}:</dt> <dd>{LOCATION}</dd><!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF USER_FLAG --><dt>{L_FLAG}:</dt> <dd>{USER_FLAG}</dd><!-- ENDIF -->
<< Hide
Open: styles/prosilver/template/ucp_pm_viewmessage.html
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<!-- IF AUTHOR_FROM --><dd><strong>{L_LOCATION}:</strong> {AUTHOR_FROM}</dd><!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF USER_FLAG --><dd><strong>{L_FLAG}:</strong><br />{USER_FLAG}</dd><!-- ENDIF -->
<< Hide
Open: styles/prosilver/template/ucp_profile_profile_info.html
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<dl>
<dt><label for="interests">{L_INTERESTS}:</label></dt>
<dd><textarea name="interests" id="interests" class="inputbox" rows="3" cols="30">{INTERESTS}</textarea></dd>
</dl>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- INCLUDE ucp_user_flag.html -->
<< Hide
Open: styles/prosilver/template/viewtopic_body.html
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE:SELECT ALL
<!-- IF postrow.POSTER_FLAG --><dd><strong>{L_FLAG}:</strong><br /><strong>{postrow.POSTER_FLAG}</strong></dd><!-- ENDIF -->
KillerHemp.KillerHemp escreveu:robra, Olá tudo bem? Obrigado pela atenção.
mas minha dúvida é a seguinte
no Install do mod, tem estas linhas...
...que contempla somente o prosilver.
Quando vou procurar nos arquivos do subsiver (aeroblue) não se acha algumas linhas...
