Posted 19 октября, 201212 yr comment_12492 Скажите как панельку предупреждений опустить в самый низ панели информации о пользователе. В данный момент вот так: А хочет чтобы она была в самом низу, после доп. информации и репутации. Link to comment https://ipbmafia.ru/topic/1964-panel-preduprezhdenij/ Share on other sites Больше вариантов
19 октября, 201212 yr comment_12493 Шаблон userInfoPane, далее, думаю поймешь. Link to comment https://ipbmafia.ru/topic/1964-panel-preduprezhdenij/?&do=findComment&comment=12493 Share on other sites Больше вариантов
19 октября, 201212 yr comment_12504 Вот код, отвечающий за предупреждения, смести его в самый низ: <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&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&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.