It is currently 24 May 2012, 10:19
View unanswered posts | View active topics
Author
Message
Legend
Post subject: Tutorial - Separare Sticky topics de cele normale
Posted: 14 Apr 2011, 19:37
Membru Nou
Joined: 09 Jan 2011, 20:36Posts: 8Location: PitestiMultumiri date: 0 Multumiri primite: 0
Puncte Reputatie: 0
Autor :HappyTraducator :NeRoDescriere :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'
Re: Tutorial - Separare Sticky topics de cele normale
pay per click advertising
Top
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