Jump to content

Панель предупреждений

Featured Replies

Скажите как панельку предупреждений опустить в самый низ панели информации о пользователе.

В данный момент вот так: post-8636-0-39355600-1365762757_thumb.jp

А хочет чтобы она была в самом низу, после доп. информации и репутации.

Link to comment
https://ipbmafia.ru/topic/1964-panel-preduprezhdenij/
Share on other sites

Шаблон userInfoPane, далее, думаю поймешь. :)

Link to comment
https://ipbmafia.ru/topic/1964-panel-preduprezhdenij/?&do=findComment&comment=12493
Share on other sites

Вот код, отвечающий за предупреждения, смести его в самый низ:


<if test="authorwarn:|:$author['show_warn']">
<li>
<if test="hasWarningId:|:$options['wl_id']">
<img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />
</if>
<a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a>
</li>
</if>
[/CODE]

Link to comment
https://ipbmafia.ru/topic/1964-panel-preduprezhdenij/?&do=findComment&comment=12504
Share on other sites

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.