Перейти к содержанию

Slav

Пользователи
  • Постов

    93
  • Зарегистрирован

  • Посещение

Сообщения, опубликованные Slav

  1. Да у ipbmafia дешёвый хостинг, что даже не может залогиниться.

    ​Уважаемый (я) причём  тут хост и мафия , я говорил  про свой сайт и я залогинен просто при переходе на Свой профиль выдаёт ошибку  у меня и ещё у одного админа , а у другого админа всё в порядке.. 

  2. может кто то, поставил ограничение в АС

    ​Вот , в чём и проблема , в логах админов ,вход\изменение  не чего не написано ...

    В панель Администратора я могу заходить , а вот в свой  профиль не могу  я и ещё 1 админ)

  3. Всем привет , захожу я сегодня  на сайт , всё прекрасно , тут решил я нажать на свой профиль и туууут бАц 

    К сожалению, возникла проблема

    Что-то пошло не так. Пожалуйста, попробуйте еще раз.

    Код ошибки: EX0

    Пролез в логи  и тут баац.

    Нет результатов для отображения.

    А дальше мистика , готовы ??

    Есть 3 админа, я и  ещё 2-е  один из них заходит нормально в свой профиль , а я и ещё один админ  получаем эту ошибку - мистика

    Остальных мы просматриваем нормально .

    Кэш сайта чистил , кэш браузера тоже  - не помогло ...

    Кто сталкивался  этой проблемой??

  4. Как добавить картинки ?

    5578a44c77315_228.thumb.PNG.2f460d12080c

     

    ​В Css - custom.css поставь этот код

    ul#ipsLayout_mainNav li a.elNavigation_app_calendar_Calendar:before{
        content:"\f073";
        padding-right:5px;
        font:normal normal normal 14px/1 FontAwesome;
    }

    ul#ipsLayout_mainNav li a.elNavigation_app_downloads_Downloads:before{
        content:"\f019";
        padding-right:5px;
        font:normal normal normal 14px/1 FontAwesome;
    }

    ul#ipsLayout_mainNav li a.elNavigation_app_forums_Forums:before{
        content:"\f086";
        padding-right:5px;
        font:normal normal normal 14px/1 FontAwesome;
    }

    ul#ipsLayout_mainNav li a.elNavigation_app_blog_Blogs:before{
        content:"\f017";
        padding-right:5px;
        font:normal normal normal 14px/1 FontAwesome;
    }

    ul#ipsLayout_mainNav li a.elNavigation_app_gallery_Gallery:before{
        content:"\f03e";
        padding-right:5px;
        font:normal normal normal 14px/1 FontAwesome;
    }

    ul#ipsLayout_mainNav li a.elNavigation_app_cms_0:before{
        content:"\f059";
        padding-right:5px;
        font:normal normal normal 14px/1 FontAwesome;
    }

    ul#ipsLayout_mainNav li a.elNavigation_app_cms_1:before{
        content:"\f0d6";
        padding-right:5px;
        font:normal normal normal 14px/1 FontAwesome;
    }

    ul#ipsLayout_mainNav li a.elNavigation_app_nexus_Support:before{
        content:"\f059";
        padding-right:5px;
        font:normal normal normal 14px/1 FontAwesome;
    }

     

  5. Нафига вообще приходить на форум и просить помощи по картинкам.

    Могу сделать скриншот (на этом форуме нормально отображается блок) и прикрепить.

    ​Так , кэш чистил , не помогло , у Вас на сайте ipbmafia.ru та же проблема

  6. Исправил баг с кнопкой "изменить"

    {{$idField = $comment::$databaseColumnId;}}
    <div id='comment-{$comment->$idField}_wrap' data-controller='core.front.core.comment' data-commentApp='{$app}' data-commentType='{$type}' data-commentID="{$comment->$idField}" data-quoteData='{expression="json_encode( array('userid' => $comment->author()->member_id, 'username' => $comment->author()->name, 'timestamp' => $comment->mapped('date'), 'contentapp' => $comment::$application, 'contenttype' => $type, 'contentid' => $item->tid, 'contentclass' => $class, 'contentcommentid' => $comment->$idField) )"}' class='ipsComment_content ipsType_medium {{if $comment->hidden()}}ipsModerated{{endif}} ipsFaded_withHover'>
        <div class='ipsComment_meta ipsType_light'>
            <p class='ipsPos_right ipsType_reset ipsType_blendLinks ipsFaded ipsFaded_more'>
                {{if \IPS\Member::loggedIn()->hasAcpRestriction( 'core', 'members', 'membertools_ip' ) and \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'modcp' ) )}}
                    <span class='ipsResponsive_hidePhone'>(<a href="{url="app=core&module=modcp&controller=modcp&tab=ip_tools&ip=$comment->ip_address" seoTemplate="modcp_ip_tools"}">{lang="ip_prefix" sprintf="$comment->ip_address"}</a>) &middot;</span>
                {{endif}}
                <a href='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->pid ) )}' data-ipsTooltip title='{lang="share_this_post"}' data-ipsMenu data-ipsMenu-closeOnClick='false' id='elSharePost_{$comment->pid}'><i class='fa fa-share-alt'></i></a>
                {{if count( $item->commentMultimodActions() ) and !$comment->mapped('first')}}
                    &middot; <input type="checkbox" name="multimod[{$comment->$idField}]" value="1" data-role="moderation" data-actions="{{if $comment->canSplit()}}split merge{{endif}} {{if $comment->hidden() === -1 AND $comment->canUnhide()}}unhide{{elseif $comment->hidden() === 1 AND $comment->canUnhide()}}approve{{elseif $comment->canHide()}}hide{{endif}} {{if $comment->canDelete()}}delete{{endif}}">
                {{endif}}
            </p>

            <p class='ipsType_reset'>
                {$comment->dateLine()|raw}
                {{if $comment->editLine()}}
                    ({lang="edited_lc"})
                {{endif}}
                {{if $comment->hidden()}}
                    &middot; {$comment->hiddenBlurb()}
                {{endif}}
                {{if $comment instanceof \IPS\Content\ReportCenter and !\IPS\Member::loggedIn()->group['gbw_no_report'] and $comment->hidden() !== 1 }}
                    &middot; <a href='{$comment->url('report')}' data-ipsDialog data-ipsDialog-remoteSubmit data-ipsDialog-size='medium' data-ipsDialog-flashMessage='{lang="report_submit_success"}' data-ipsDialog-title="{lang="report_post"}" data-action='reportComment' title='{lang="report_content"}' class='ipsFaded ipsFaded_more'><span class='ipsResponsive_showPhone ipsResponsive_inline'><i class='fa fa-flag'></i></span><span class='ipsResponsive_hidePhone ipsResponsive_inline'>{lang="report_post"}</span></a>
                {{endif}}
            </p>
        </div>

        {{if member.modPermission('mod_see_warn') and $comment->warning}}
            {template="commentWarned" group="global" app="core" params="$comment"}
        {{endif}}


        <div class='cPost_contentWrap ipsPad'>
            {{if settings.reputation_highlight and $comment->reputation() >= settings.reputation_highlight}}
                <strong class='ipsComment_popularFlag' data-ipsTooltip title='{lang="this_is_a_popular_post"}'><i class='fa fa-star'></i></strong>
            {{endif}}
            
            <div data-role='commentContent' itemprop='text' class='ipsType_normal ipsType_richText ipsContained' data-controller='core.front.core.lightboxedImages'>
                {$comment->content()|raw}

                {{if $comment->editLine()}}
                    {$comment->editLine()|raw}
                {{endif}}
            </div>

            {{if !( $comment->hidden() === 1 && ( $comment->canUnhide() || $comment->canDelete() ) )}}
                {{if $comment instanceof \IPS\Content\Reputation and settings.reputation_enabled}}
                    {template="reputation" group="global" app="core" params="$comment, 'ipsPos_right ipsResponsive_noFloat'"}
                {{endif}}
            {{endif}}

            <ul class='ipsComment_controls ipsClearfix' data-role="commentControls">
                {{if $comment->hidden() === 1 && ( $comment->canUnhide() || $comment->canDelete() )}}
                    {{if $comment->canUnhide()}}
                        <li><a href='{$comment->url('unhide')->csrf()}' class='ipsButton ipsButton_verySmall ipsButton_positive' data-action='approveComment'><i class='fa fa-check'></i> {lang="approve"}</a></li>
                    {{endif}}
                    {{if $comment->canDelete()}}
                        <li><a href='{$comment->url('delete')->csrf()}' data-action='deleteComment' data-updateOnDelete="#commentCount" class='ipsButton ipsButton_verySmall ipsButton_negative'><i class='fa fa-times'></i> {lang="delete"}</a></li>
                    {{endif}}
                    {{if $comment->canEdit() || $comment->canSplit()}}
                        <li>
                            <a href='#elControls_{$comment->$idField}_menu' id='elControls_{$comment->$idField}' data-ipsMenu data-ipsMenu-appendTo='#comment-{$comment->$idField}_wrap'>{lang="options"} &nbsp;<i class='fa fa-caret-down'></i></a>
                            <ul id='elControls_{$comment->$idField}_menu' class='ipsMenu ipsMenu_narrow ipsHide'>
                                {{if $comment->canEdit()}}
                                    {{if $comment->mapped('first') and $comment->item()->canEdit()}}
                                        <li class='ipsMenu_item'><a href='{$comment->item()->url()->setQueryString( 'do', 'edit' )}'>{lang="edit"}</a></li>
                                    {{else}}
                                        <li class='ipsMenu_item'><a href='{$comment->url('edit')}' data-action='editComment'>{lang="edit"}</a></li>
                                    {{endif}}
                                {{endif}}
                                {{if $comment->canSplit()}}
                                    <li class='ipsMenu_item'><a href='{$comment->url('split')}' data-action='splitComment' data-ipsDialog data-ipsDialog-title="{lang="split_to_new" sprintf="\IPS\Member::loggedIn()->language()->addToStack( $item::$title )"}">{lang="split"}</a></li>
                                {{endif}}
                            </ul>
                        </li>
                    {{endif}}
                {{else}}
                    {{if $comment->hidden() === 0 and $item->canComment() and $editorName}}
                        <li data-ipsQuote-editor='{$editorName}' data-ipsQuote-target='#comment-{$comment->$idField}' class='ipsJS_show'>
                            <button class='classic_button' data-action='multiQuoteComment' data-ipsTooltip data-ipsQuote-multiQuote data-mqId='mq{$comment->$idField}' title='{lang="multiquote"}'><i class='fa fa-plus'></i></button>
                        </li>
                        <li data-ipsQuote-editor='{$editorName}' data-ipsQuote-target='#comment-{$comment->$idField}' class='ipsJS_show'>
                            <a href='#' data-action='quoteComment' class='classic_button' data-ipsQuote-singleQuote>{lang="quote"}</a>
                        </li>
                    {{endif}}
                    {{if $comment->canEdit()}}
                        {{if $comment->mapped('first') and $comment->item()->canEdit()}}
                             <li class='classic_button'><a href='{$comment->item()->url()->setQueryString( 'do', 'edit' )}'>{lang="edit"}</a></li>
                        {{else}}
                            <li class='classic_button'><a href='{$comment->url('edit')}' data-action='editComment'>{lang="edit"}</a></li>
                        {{endif}}
                    {{endif}}
                    {{if $comment->canDelete() || $comment->canHide() || $comment->canUnhide() || $comment->canSplit()}}
                        <li>
                            <a href='#elControls_{$comment->$idField}_menu' id='elControls_{$comment->$idField}' class='classic_button' data-ipsMenu data-ipsMenu-appendTo='#comment-{$comment->$idField}_wrap'>{lang="options"} &nbsp;<i class='fa fa-caret-down'></i></a>
                            <ul id='elControls_{$comment->$idField}_menu' class='ipsMenu ipsMenu_narrow ipsHide'>
                                {{if $comment instanceof \IPS\Content\Hideable}}
                                    {{if !$comment->hidden() and $comment->canHide()}}
                                        <li class='ipsMenu_item'><a href='{$comment->url('hide')->csrf()}' data-ipsDialog data-ipsDialog-title="{lang="hide"}">{lang="hide"}</a></li>
                                    {{elseif $comment->hidden() and $comment->canUnhide()}}
                                        <li class='ipsMenu_item'><a href='{$comment->url('unhide')->csrf()}'>{lang="unhide"}</a></li>
                                    {{endif}}
                                {{endif}}
                                {{if $comment->canSplit()}}
                                    <li class='ipsMenu_item'><a href='{$comment->url('split')}' data-action='splitComment' data-ipsDialog data-ipsDialog-title="{lang="split_to_new" sprintf="\IPS\Member::loggedIn()->language()->addToStack( $item::$title )"}">{lang="split"}</a></li>
                                {{endif}}
                                {{if $comment->canDelete()}}
                                    <li class='ipsMenu_item'><a href='{$comment->url('delete')->csrf()}' data-action='deleteComment' data-updateOnDelete="#commentCount">{lang="delete"}</a></li>
                                {{endif}}
                            </ul>
                        </li>
                    {{endif}}
                {{endif}}
                <li class='ipsHide' data-role='commentLoading'>
                    <span class='ipsLoading ipsLoading_tiny ipsLoading_noAnim'></span>
                </li>
            </ul>
            {{if $comment->author()->signature}}
                {template="signature" group="global" app="core" params="$comment->author()"}
            {{endif}}
        </div>

        <div class='ipsMenu ipsMenu_wide ipsHide cPostShareMenu' id='elSharePost_{$comment->pid}_menu'>
            <div class='ipsPad'>
                <h4 class='ipsType_sectionHead'>{lang="share_this_post"}</h4>
                <hr class='ipsHr'>
                <h5 class='ipsType_normal ipsType_reset'>{lang="link_to_post"}</h5>
                <input type='text' value='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->$idField ) )}' class='ipsField_fullWidth'>
                {{if !$comment->item()->container()->disable_sharelinks and count( $comment->sharelinks() )}}
                    <h5 class='ipsType_normal ipsType_reset ipsSpacer_top'>{lang="share_externally"}</h5>
                    {template="sharelinks" group="global" app="core" params="$comment"}
                {{endif}}
            </div>
        </div>
    </div>

  7. Доброго времени  суток, 

    1. Вопрос и отсюда же и проблема есть блок  "Лучшие авторы" - за месяц там идёт всё в строчку  , а не  столбик

    Пример

    557743a892909_.thumb.PNG.132c3cdd55b63f1

    2. Как переименовать тему , раньше нажимал "модерация" и там была кнопка переименовать темУ , сейчас не наблюдаю =(

  8. Беда приходит не заметно !!!!

    Скачал  , поставил заливать на хот , залил !!

    Установка - дошёл до момента обновление последний пункт там  начались траблы страница обновилась иИ всё  дальше вот это скри ниже..

    556e0f0b0d988_.thumb.PNG.47cfe4104f0f2ee

    И теперь не в админку не куда не возможно зайти ...

  9. Работает во всех постах кроме первого в теме. 

    Вот пруф

     

    Скрытый контент

    ​Исправил код (Post)

    {{$idField = $comment::$databaseColumnId;}}
    <div id='comment-{$comment->$idField}_wrap' data-controller='core.front.core.comment' data-commentApp='{$app}' data-commentType='{$type}' data-commentID="{$comment->$idField}" data-quoteData='{expression="json_encode( array('userid' => $comment->author()->member_id, 'username' => $comment->author()->name, 'timestamp' => $comment->mapped('date'), 'contentapp' => $comment::$application, 'contenttype' => $type, 'contentid' => $item->tid, 'contentclass' => $class, 'contentcommentid' => $comment->$idField) )"}' class='ipsComment_content ipsType_medium {{if $comment->hidden()}}ipsModerated{{endif}} ipsFaded_withHover'>
        <div class='ipsComment_meta ipsType_light'>
            <p class='ipsPos_right ipsType_reset ipsType_blendLinks ipsFaded ipsFaded_more'>
                {{if \IPS\Member::loggedIn()->hasAcpRestriction( 'core', 'members', 'membertools_ip' ) and \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'modcp' ) )}}
                    <span class='ipsResponsive_hidePhone'>(<a href="{url="app=core&module=modcp&controller=modcp&tab=ip_tools&ip=$comment->ip_address" seoTemplate="modcp_ip_tools"}">{lang="ip_prefix" sprintf="$comment->ip_address"}</a>) &middot;</span>
                {{endif}}
                <a href='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->pid ) )}' data-ipsTooltip title='{lang="share_this_post"}' data-ipsMenu data-ipsMenu-closeOnClick='false' id='elSharePost_{$comment->pid}'><i class='fa fa-share-alt'></i></a>
                {{if count( $item->commentMultimodActions() ) and !$comment->mapped('first')}}
                    &middot; <input type="checkbox" name="multimod[{$comment->$idField}]" value="1" data-role="moderation" data-actions="{{if $comment->canSplit()}}split merge{{endif}} {{if $comment->hidden() === -1 AND $comment->canUnhide()}}unhide{{elseif $comment->hidden() === 1 AND $comment->canUnhide()}}approve{{elseif $comment->canHide()}}hide{{endif}} {{if $comment->canDelete()}}delete{{endif}}">
                {{endif}}
            </p>

            <p class='ipsType_reset'>
                {$comment->dateLine()|raw}
                {{if $comment->editLine()}}
                    ({lang="edited_lc"})
                {{endif}}
                {{if $comment->hidden()}}
                    &middot; {$comment->hiddenBlurb()}
                {{endif}}
                {{if $comment instanceof \IPS\Content\ReportCenter and !\IPS\Member::loggedIn()->group['gbw_no_report'] and $comment->hidden() !== 1 }}
                    &middot; <a href='{$comment->url('report')}' data-ipsDialog data-ipsDialog-remoteSubmit data-ipsDialog-size='medium' data-ipsDialog-flashMessage='{lang="report_submit_success"}' data-ipsDialog-title="{lang="report_post"}" data-action='reportComment' title='{lang="report_content"}' class='ipsFaded ipsFaded_more'><span class='ipsResponsive_showPhone ipsResponsive_inline'><i class='fa fa-flag'></i></span><span class='ipsResponsive_hidePhone ipsResponsive_inline'>{lang="report_post"}</span></a>
                {{endif}}
            </p>
        </div>

        {{if member.modPermission('mod_see_warn') and $comment->warning}}
            {template="commentWarned" group="global" app="core" params="$comment"}
        {{endif}}


        <div class='cPost_contentWrap ipsPad'>
            {{if settings.reputation_highlight and $comment->reputation() >= settings.reputation_highlight}}
                <strong class='ipsComment_popularFlag' data-ipsTooltip title='{lang="this_is_a_popular_post"}'><i class='fa fa-star'></i></strong>
            {{endif}}
            
            <div data-role='commentContent' itemprop='text' class='ipsType_normal ipsType_richText ipsContained' data-controller='core.front.core.lightboxedImages'>
                {$comment->content()|raw}

                {{if $comment->editLine()}}
                    {$comment->editLine()|raw}
                {{endif}}
            </div>

            {{if !( $comment->hidden() === 1 && ( $comment->canUnhide() || $comment->canDelete() ) )}}
                {{if $comment instanceof \IPS\Content\Reputation and settings.reputation_enabled}}
                    {template="reputation" group="global" app="core" params="$comment, 'ipsPos_right ipsResponsive_noFloat'"}
                {{endif}}
            {{endif}}

            <ul class='ipsComment_controls ipsClearfix' data-role="commentControls">
                {{if $comment->hidden() === 1 && ( $comment->canUnhide() || $comment->canDelete() )}}
                    {{if $comment->canUnhide()}}
                        <li><a href='{$comment->url('unhide')->csrf()}' class='ipsButton ipsButton_verySmall ipsButton_positive' data-action='approveComment'><i class='fa fa-check'></i> {lang="approve"}</a></li>
                    {{endif}}
                    {{if $comment->canDelete()}}
                        <li><a href='{$comment->url('delete')->csrf()}' data-action='deleteComment' data-updateOnDelete="#commentCount" class='ipsButton ipsButton_verySmall ipsButton_negative'><i class='fa fa-times'></i> {lang="delete"}</a></li>
                    {{endif}}
                    {{if $comment->canEdit() || $comment->canSplit()}}
                        <li>
                            <a href='#elControls_{$comment->$idField}_menu' id='elControls_{$comment->$idField}' data-ipsMenu data-ipsMenu-appendTo='#comment-{$comment->$idField}_wrap'>{lang="options"} &nbsp;<i class='fa fa-caret-down'></i></a>
                            <ul id='elControls_{$comment->$idField}_menu' class='ipsMenu ipsMenu_narrow ipsHide'>
                                {{if $comment->canEdit()}}
                                    {{if $comment->mapped('first') and $comment->item()->canEdit()}}
                                        <li class='ipsMenu_item'><a href='{$comment->item()->url()->setQueryString( 'do', 'edit' )}'>{lang="edit"}</a></li>
                                    {{else}}
                                        <li class='ipsMenu_item'><a href='{$comment->url('edit')}' data-action='editComment'>{lang="edit"}</a></li>
                                    {{endif}}
                                {{endif}}
                                {{if $comment->canSplit()}}
                                    <li class='ipsMenu_item'><a href='{$comment->url('split')}' data-action='splitComment' data-ipsDialog data-ipsDialog-title="{lang="split_to_new" sprintf="\IPS\Member::loggedIn()->language()->addToStack( $item::$title )"}">{lang="split"}</a></li>
                                {{endif}}
                            </ul>
                        </li>
                    {{endif}}
                {{else}}
                    {{if $comment->hidden() === 0 and $item->canComment() and $editorName}}
                        <li data-ipsQuote-editor='{$editorName}' data-ipsQuote-target='#comment-{$comment->$idField}' class='ipsJS_show'>
                            <button class='classic_button' data-action='multiQuoteComment' data-ipsTooltip data-ipsQuote-multiQuote data-mqId='mq{$comment->$idField}' title='{lang="multiquote"}'><i class='fa fa-plus'></i></button>
                        </li>
                        <li data-ipsQuote-editor='{$editorName}' data-ipsQuote-target='#comment-{$comment->$idField}' class='ipsJS_show'>
                            <a href='#' data-action='quoteComment' class='classic_button' data-ipsQuote-singleQuote>{lang="quote"}</a>
                        </li>
                    {{endif}}
                    {{if $comment->canEdit()}}
                        {{if $comment->mapped('first') and $comment->item()->canEdit()}}
                            <li><a href='{$comment->url('edit')}' class='classic_button' data-action='editComment'>{lang="edit"}</a></li>                    {{else}}
                            <li><a href='{$comment->url('edit')}' class='classic_button' data-action='editComment'>{lang="edit"}</a></li>
                        {{endif}}
                    {{endif}}
                    {{if $comment->canDelete() || $comment->canHide() || $comment->canUnhide() || $comment->canSplit()}}
                        <li>
                            <a href='#elControls_{$comment->$idField}_menu' id='elControls_{$comment->$idField}' class='classic_button' data-ipsMenu data-ipsMenu-appendTo='#comment-{$comment->$idField}_wrap'>{lang="options"} &nbsp;<i class='fa fa-caret-down'></i></a>
                            <ul id='elControls_{$comment->$idField}_menu' class='ipsMenu ipsMenu_narrow ipsHide'>
                                {{if $comment instanceof \IPS\Content\Hideable}}
                                    {{if !$comment->hidden() and $comment->canHide()}}
                                        <li class='ipsMenu_item'><a href='{$comment->url('hide')->csrf()}' data-ipsDialog data-ipsDialog-title="{lang="hide"}">{lang="hide"}</a></li>
                                    {{elseif $comment->hidden() and $comment->canUnhide()}}
                                        <li class='ipsMenu_item'><a href='{$comment->url('unhide')->csrf()}'>{lang="unhide"}</a></li>
                                    {{endif}}
                                {{endif}}
                                {{if $comment->canSplit()}}
                                    <li class='ipsMenu_item'><a href='{$comment->url('split')}' data-action='splitComment' data-ipsDialog data-ipsDialog-title="{lang="split_to_new" sprintf="\IPS\Member::loggedIn()->language()->addToStack( $item::$title )"}">{lang="split"}</a></li>
                                {{endif}}
                                {{if $comment->canDelete()}}
                                    <li class='ipsMenu_item'><a href='{$comment->url('delete')->csrf()}' data-action='deleteComment' data-updateOnDelete="#commentCount">{lang="delete"}</a></li>
                                {{endif}}
                            </ul>
                        </li>
                    {{endif}}
                {{endif}}
                <li class='ipsHide' data-role='commentLoading'>
                    <span class='ipsLoading ipsLoading_tiny ipsLoading_noAnim'></span>
                </li>
            </ul>
            {{if $comment->author()->signature}}
                {template="signature" group="global" app="core" params="$comment->author()"}
            {{endif}}
        </div>

        <div class='ipsMenu ipsMenu_wide ipsHide cPostShareMenu' id='elSharePost_{$comment->pid}_menu'>
            <div class='ipsPad'>
                <h4 class='ipsType_sectionHead'>{lang="share_this_post"}</h4>
                <hr class='ipsHr'>
                <h5 class='ipsType_normal ipsType_reset'>{lang="link_to_post"}</h5>
                <input type='text' value='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->$idField ) )}' class='ipsField_fullWidth'>
                {{if !$comment->item()->container()->disable_sharelinks and count( $comment->sharelinks() )}}
                    <h5 class='ipsType_normal ipsType_reset ipsSpacer_top'>{lang="share_externally"}</h5>
                    {template="sharelinks" group="global" app="core" params="$comment"}
                {{endif}}
            </div>
        </div>
    </div>

×
×
  • Создать...