Posted 5 марта, 20159 yr comment_82483 Есть форум, 3.4.7 версии, я добавил соц кнопки от яндекса, и хочу, чтобы они отображались только в первом посте темы код кнопок добавлял сюда ACP > Внешний Вид > моя тема > Темы > post Как сделать PHP проверку первого поста?
6 марта, 20159 yr comment_82484 Попробуй: <if test="$post['post']['post_count'] % $this->settings['display_max_posts'] == 1"> <br/> <!-- HTML --> <br/> </if>
6 марта, 20159 yr Author comment_82550 Сделал вот так. <if test="$post['post']['post_count'] == 1"> Some code </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.