Jump to content

PHP if условие для первого поста

Featured Replies

Posted
comment_82483

Есть форум, 3.4.7 версии, я добавил соц кнопки от яндекса, и хочу, чтобы они отображались только в первом посте темы

 

код кнопок добавлял сюда 

 

 

ACP > Внешний Вид > моя тема > Темы > post

 

 

Как сделать PHP проверку первого поста?

post-1113-0-58182100-1425594981_thumb.pn

comment_82484

Попробуй:

<if test="$post['post']['post_count'] % $this->settings['display_max_posts'] == 1">
<br/>

<!-- HTML -->

<br/>
</if>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.