Jump to content

проблема в списке пользователей

Featured Replies

Posted
comment_120459

Ребят, как поставить пробел между Сообщение и Группой Пользователя , а то не красиво получается :c

Безымянный.png

comment_120463

в коде знаете где это находится? 

если знаете, то что мешает погуглить о пробеле?

  - это пробел

 

  • Author
comment_120465

Вот, главная моя проблема)

2 минуты назад, WOLF сказал:

в коде знаете где это находится? 

если знаете, то что мешает погуглить о пробеле?


  - это пробел

 

Вот, главная моя проблема)

  • Author
comment_120468


{parse replacement="header_start"}<h2 class='maintitle'>{$this->lang->words['todays_posters']}</h2>{parse replacement="header_end"}
<table class='ipb_table ipsMemberList'>
    <tr class='header'>
        <th scope='col' style='width: 3%'> </th>
        <th scope='col'>{$this->lang->words['member']}</th>
        <th scope='col'>{$this->lang->words['member_joined']}</th>
        <th scope='col' class='short'>{$this->lang->words['member_posts']}</th>
        <th scope='col' class='short'>{$this->lang->words['member_today']}</th>
        <th scope='col' class='short'>{$this->lang->words['member_percent']}</th>
        <th scope='col' class='short'> </th>
    </tr>
    <if test="hasTopPosters:|:!is_array($rows) OR !count($rows)">
        <tr>
            <td colspan='7' class='no_messages'>{$this->lang->words['no_info']}</td>
        </tr>
    <else />
        {parse striping="top_posters" classes="row1,row2"}
        <foreach loop="topposters:$rows as $info">
            <tr class='{parse striping="top_posters"}'>
                <td>{parse template="userSmallPhoto" group="global" params="array_merge( $info, array( 'alt' => sprintf($this->lang->words['users_photo'], $info['members_display_name']) ) )"}</td>
                <td>{parse template="userHoverCard" group="global" params="$info"}</td>
                <td class='altrow'>
                    {parse date="$info['joined']" format="joined"}
                </td>
                <td class='short'>
                    {parse format_number="$info['posts']"}
                </td>
                <td class='altrow short'>
                    {parse format_number="$info['tpost']"}
                </td>
                <td class='short'>
                    {$info['today_pct']}%
                </td>
                <td class='altrow short'>
                    <ul class='ipsList_inline right'>
                        <if test="tpIsFrindable:|:$this->memberData['member_id'] AND $this->memberData['member_id'] != $info['member_id'] && $this->settings['friends_enabled'] AND $this->memberData['g_can_add_friends']">
                            <if test="tpIsFriend:|:IPSMember::checkFriendStatus( $info['member_id'] )">
                                <li class='mini_friend_toggle is_friend' id='friend_xxx_{$info['member_id']}'><a href='{parse url="app=members&module=profile&section=friends&do=remove&member_id={$info['member_id']}&secure_key={$this->member->form_hash}" base="public"}' title='{$this->lang->words['remove_friend']}' class='ipsButton_secondary'>{parse replacement="remove_friend"}</a></li>
                            <else />
                                <li class='mini_friend_toggle is_not_friend' id='friend_xxx_{$info['member_id']}'><a href='{parse url="app=members&module=profile&section=friends&do=add&member_id={$info['member_id']}&secure_key={$this->member->form_hash}" base="public"}' title='{$this->lang->words['add_friend']}' class='ipsButton_secondary'>{parse replacement="add_friend"}</a></li>
                            </if>
                        </if>
                        <if test="tpPm:|:$this->memberData['g_use_pm'] AND $this->memberData['member_id'] != $info['member_id'] AND $this->memberData['members_disable_pm'] == 0 AND IPSLib::moduleIsEnabled( 'messaging', 'members' )">
                            <li class='pm_button' id='pm_xxx_{$info['member_id']}'><a href='{parse url="app=members&module=messaging&section=send&do=form&fromMemberID={$info['member_id']}" base="public"}' title='{$this->lang->words['pm_member']}' class='ipsButton_secondary'>{parse replacement="send_msg"}</a></li>
                        </if>
                        <if test="tpBlog:|:$info['has_blog'] AND IPSLib::appIsInstalled( 'blog' )">
                            <li><a href='{parse url="app=blog&module=display&section=blog&mid={$info['member_id']}" base="public"}' title='{$this->lang->words['view_blog']}' class='ipsButton_secondary'>{parse replacement="blog_link"}</a></li>
                        </if>
                        <if test="tpGallery:|:$info['has_gallery'] AND IPSLib::appIsInstalled( 'gallery' )">
                            <li><a href='{parse url="app=gallery&user={$info['member_id']}" base="public" seotitle="{$info['members_seo_name']}" template="useralbum"}' title='{$this->lang->words['view_gallery']}' class='ipsButton_secondary'>{parse replacement="gallery_link"}</a></li>
                        </if>
                    </ul>
                </td>
            </tr>
        </foreach>
    </if>
</table>
{parse replacement="box_end"}

 

CLICK

Ссылки запрещены)

comment_120469
<td class='short'>
                    {$info['today_pct']}%
                </td>

после этого добавить если не ошибаюсь 

3 минуты назад, Mr.Alex сказал:

CLICK

Ссылки запрещены)

просто нужно ссылку на форум в профиле указывать 

comment_120471
2 минуты назад, Mr.Alex сказал:

Неа, указал сайт.

попробуй:

<td class='short'>
  <div> {$info['today_pct']}% </div>&nbsp;
                </td>

или

<td class='short' style='margin-right:5px'>
                    {$info['today_pct']}%
                </td>

 

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.