4en3rgY Romania
Tutorial - Separare Sticky topics de cele normale 2z8bv910
Welcome To 4EN3RGY Romania
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!

4en3rgY Romania


Nu sunteti conectat. Conectați-vă sau înregistrați-vă

Tutorial - Separare Sticky topics de cele normale

Vezi subiectul anterior Vezi subiectul urmator In jos  Mesaj [Pagina 1 din 1]

randunEL.

randunEL.Membru

Autor:Happy
Traducator:NeRo
Descriere:Acest tutorial va ajuta sa separati Sticky Topics de Topics si de Announcements.


Intrati pe host in folderul unde aveti bagat forumul si deschideti language/en/viewforum.php si cautati urmatoare linie :

Cod:
 ?>
si inaintea lui adaugati
Cod:
$lang = array_merge($lang, array(
        'STICKY'                => 'Sticky topics'
    ));

Dupa aceea intrati in Styles/Tema Ta/Templates/viewforum_body.html
Cautati :
Cod:
<!-- 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 -->
le inlocuiti cu
Cod:
<!-- 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 -->

Iar pentru romana nu trebuie decat sa traduceti aici
Cod:
'STICKY'                => 'Sticky topics'
si repuneti cu
Cod:
 'STICKY'                => 'Subiecte Importante'

Viorel

ViorelFondator

:bravo: Amice Tine-o tot Asa !

Vezi subiectul anterior Vezi subiectul urmator Sus  Mesaj [Pagina 1 din 1]

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum

 

Copyright @ 2010-2024 by 4en3rgY ~> All rights reserved.