Tutorial - Separare Sticky topics de cele normale • Tutoriale PHPBB3 • Forum CS Gothic - Tutoriale Counter Strike - Server CS
It is currently 24 May 2012, 10:19












Mobile Payments by Fortumo



 Page 1 of 1 [ 3 mesaje ] 
Your Ad Here
Author Message
 Post subject: Tutorial - Separare Sticky topics de cele normale
PostPosted: 14 Apr 2011, 19:37 
Membru Nou
User avatar

Joined: 09 Jan 2011, 20:36
Posts: 8
Location: Pitesti
Multumiri date: 0
Multumiri primite: 0
Puncte Reputatie: 0
Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Your Ad Here
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 :

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


Dupa aceea intrati in Styles/Tema Ta/Templates/viewforum_body.html
Cautati :
<!-- 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
<!-- 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
'STICKY'                => 'Sticky topics'
si repuneti cu
 'STICKY'                => 'Subiecte Importante'







Image
Offline
 Profile  
 
 Post subject: Re: Tutorial - Separare Sticky topics de cele normale
PostPosted: 30 Dec 2011, 05:44 
Membru Nou
User avatar

Joined: 30 Dec 2011, 05:18
Posts: 13
Multumiri date: 0
Multumiri primite: 0
Puncte Reputatie: -5
Your Ad Here
Mia mers :X multumesc ;)


Offline
 Profile  
 
 Post subject: Re: Tutorial - Separare Sticky topics de cele normale
PostPosted: 05 Feb 2012, 16:27 
Membru Nou
User avatar

Joined: 30 May 2011, 17:03
Posts: 6
Multumiri date: 2
Multumiri primite: 0
Puncte Reputatie: 0
Your Ad Here
Imi poate da si mie cineva un preview va rog ?
Sa vad cam cum ar iesii :D


Offline
 Profile  
 
Re: Tutorial - Separare Sticky topics de cele normale Top
Display posts from previous:  Sort by  
 Page 1 of 1 [ 3 mesaje ] 


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: