Wytłumaczę wszystko jeszcze raz od początku:
Wchodzę do:
ACP>Wygląd>Skin>Widok tematu>topicViewTemplate
Odnajduję:
</div>
<h2 class='maintitle'>{$this->lang->words['topic_other_replies']}</h2>
<div class='generic_bar'></div>
</if>
</foreach>
</if>
<!-- MOD LINKS -->
<if test="modOptions:|:$displayData['mod_links']">
<if test="showModOptions:|:$this->memberData['is_mod'] OR $this->memberData['member_id'] == $topic['starter_id']">
<div id='topic_mod' class='moderation_bar rounded with_action clear'>
Specjalnie podałem większy fragment kodu.
nad tym:
</if>
</foreach>
</if>
<!-- MOD LINKS -->
Wklejam
<if test="$post['post']['post_count'] % count( $post_data ) == 1">
REKLAMA
</if>
I teraz mam coś takiego:
<h2 class='maintitle'>{$this->lang->words['topic_other_replies']}</h2>
<div class='generic_bar'></div>
<if test="$post['post']['post_count'] % count( $post_data ) == 1">
REKLAMA
</if>
</if>
</foreach>
</if>
<!-- MOD LINKS -->
<if test="modOptions:|:$displayData['mod_links']">
<if test="showModOptions:|:$this->memberData['is_mod'] OR $this->memberData['member_id'] == $topic['starter_id']">
<div id='topic_mod' class='moderation_bar rounded with_action clear'>
I nie widzę tematu;]
Edytowany przez pawel88, 15 grudzień 2009 - 16:39.