Cum separ anunturile globale de sticky/topicurile normale?
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
-
- Nou venit
- Mesaje: 3
- Membru din: 12-Feb-2012, 20:36:50
- Versiune: 3.0.10
- Ext: Da
- Server: Windows
- Nivel phpBB: Mediu
- Nivel php: Experimentat
Cum separ anunturile globale de sticky/topicurile normale?
Cum fac sa separ anunturile globale de sticky , si de topicurile normale
- x6IT32
- Utilizator înregistrat
- Mesaje: 373
- Membru din: 28-Apr-2009, 20:47:28
- Versiune: 3.0.11
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Experimentat
Re: Cum fac?
Deschide
Si inaintea lui adaugi asta:
Apoi deschide
Si le inlocuiesti cu astea:
language/en/viewforum.php
si cauti urmatoarea linie:
Cod: Selectaţi tot
?>
Cod: Selectaţi tot
$lang = array_merge($lang, array(
'STICKY' => 'Sticky topics'
));
styles/YourStyle/templates/viewforum_body.html
si cauti:
Cod: Selectaţi tot
[<!-- BEGIN topicrow -->
<!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 -->
<tr>
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td>
</tr>
<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH eq 0 -->
<tr>
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td>
</tr>
<!-- ENDIF -->
Cod: Selectaţi tot
<!-- DEFINE $TOPIC_NORMAL = 0 -->
<!-- DEFINE $TOPIC_STICKY = 0 -->
<!-- BEGIN topicrow -->
<!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 -->
<tr>
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td>
</tr>
<!-- ELSEIF topicrow.S_POST_STICKY and $TOPIC_STICKY eq 0 -->
<!-- DEFINE $TOPIC_STICKY = 1 -->
<tr>
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_STICKY}</b></td>
</tr>
<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 0 and $TOPIC_NORMAL eq 0 -->
<!-- DEFINE $TOPIC_NORMAL = 1 -->
<tr>
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td>
</tr>
<!-- ENDIF -->
- x6IT32
- Utilizator înregistrat
- Mesaje: 373
- Membru din: 28-Apr-2009, 20:47:28
- Versiune: 3.0.11
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Experimentat
Re: Cum separ anunturile globale de sticky/topicurile normal
Nu imi dau seama de ce iti apare asa..
- bogdan
- Mesaje: 10888
- Membru din: 18-Oct-2002, 13:14:27
- Versiune: 3.0.11
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Mediu
- Localitate: Bucuresti
- Contact:
Re: Cum separ anunturile globale de sticky/topicurile normal
Probabil nu e tradus. Verifica fisierele pentru limba romana (eventual suprascrie-le cu cele originale).
- x6IT32
- Utilizator înregistrat
- Mesaje: 373
- Membru din: 28-Apr-2009, 20:47:28
- Versiune: 3.0.11
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Experimentat
Re: Cum separ anunturile globale de sticky/topicurile normal
Verifica la traducere.
EN:
RO:
EN:
Cod: Selectaţi tot
'STICKY' => 'Sticky topics'
Cod: Selectaţi tot
'STICKY' => 'Subiecte importante'
Cine este conectat
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator