Jump to content

Надпись "Отправлено"

Featured Replies

Нужно поднять это на уровень никнейма. Синюю полосу обесцветил, но не могу поднять "Отправлено". Помогите!

post-19984-0-76416700-1413698195_thumb.p

Link to comment
https://ipbmafia.ru/topic/9413-nadpis-otpravleno/
Share on other sites

А также как сделать расстояние между "должностью" и сообщениями. 

 

post-19984-0-96962000-1413699772.png

Link to comment
https://ipbmafia.ru/topic/9413-nadpis-otpravleno/?&do=findComment&comment=72711
Share on other sites

в ipb_style.css найти:

.posted_info {
padding: 0 0 10px 0;
}

и заменить на:

.posted_info {
padding: 0 0 10px 0;
margin-top: -20px;
}
Link to comment
https://ipbmafia.ru/topic/9413-nadpis-otpravleno/?&do=findComment&comment=72713
Share on other sites

Нашел на форуме решение проблемы, но при попытке из менить данный код:

 

 

Найти:

<if test="postMember:|:$post['author']['member_id']">

                    <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$post['author']"}</span>

                <else />

                    {parse template="userHoverCard" group="global" params="$post['author']"}

                </if>

 

Заменить на:

<div class='post_username'>

                            <if test="postMember:|:$post['author']['member_id']">

                                <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$post['author']"}</span>

                            <else />

                                {parse template="userHoverCard" group="global" params="$post['author']"}

                            </if>

                        </div>

 

выдает ошибку синтаксиса. Из-за чего может такое быть?

Link to comment
https://ipbmafia.ru/topic/9413-nadpis-otpravleno/?&do=findComment&comment=72716
Share on other sites
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.