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

GothSilvio

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

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

  • Посещение

  • Победитель дней

    1

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

  1. <if test="$this->settings['horizontalTopicView']='no'"></if>
    <!-- -->
    <div itemscope itemtype="__schema.org/Person" class='user_details <if test="$this->settings['horizontalTopicView']=='yes'">clearfix</if>'>
    
    
    <if test="($this->settings['horizontalTopicView']=='yes') AND $this->request['section'] == 'topics'">
    
    
    <div class='horizontalAvatar left'>
    
    
        <if test="avatar:|:$author['member_id']">
                <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
                <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'>
                </if>
                <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> 
                    <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />
                <else />
                    <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
                </if>
                <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
                </a>
                </if>
        <else />
                <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
        </if>
        
        </div>
        
        <div class='horizontalUserInfo'>
    
    
    <div class='horizontalUsername'>
           
            <if test="$author['member_id']">
                <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$author"}</span>
            <else />
                {$author['members_display_name']}
            </if>
        
        </div>
    
    
        <ul class='horizontalInfoList' style='width: 140px;'>
         <li class='group_title'>
    {$author['_group_formatted']}
    </li>
            <if test="postCount:|:$author['member_id']">
    <li class='post_count desc lighter'>
    {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}
    </li>
    </if>
        </ul>
        
        <ul class='horizontalInfoList' style='width: 140px;'>
    <if test="rankimage:|:$author['member_rank_img']">
    <li class='group_icon'>
    <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'">
    <img src='{$author['member_rank_img']}' alt='' />
    <else />
    {$author['member_rank_img']}
    </if>
    </li>
    </if>
            <if test="membertitle:|:$author['member_title']">
    <li>{$author['member_title']}</li>
    </if>
    <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>
    </ul>
    
    
    <if test="authorcfields:|:$author['custom_fields'] != """>
    <ul class='horizontalInfoList custom_fields'>
    <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
    <foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
    <if test="$field != ''">
    <li>
    {$field}
    </li>
    </if>
    </foreach>
    </foreach>
    </ul>
    </if>
        
        <ul class='horizontalInfoList' style='float: right; width: 190px;'>
         <li><if test="$author['_online']"><img src="{style_images_url}/post_online.png" alt="" class='post_online' data-tooltip="Online" /><else /><img src="{style_images_url}/post_offline.png" alt="" class='post_online' data-tooltip="Offline" /></if> Last active: {$author['_last_active']}</li>
    <li style='padding-left: 15px;'>Joined: {parse date="$author['joined']" format="DATE"}</li>
        </ul>
        
        </div>
    
    
    <else />
    
    
    <span class='hide' itemprop="name">{$author['members_display_name']}</span>
    
    
    <ul class='basic_info'>
    <if test="membertitle:|:$author['member_title']">
    <p class='desc member_title'>{$author['member_title']}</p>
    </if>
    <if test="avatar:|:$author['member_id']">
    <li class='avatar'>
    <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
    <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'>
    </if>
    <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> 
    <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />
    <else />
    <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
    </if>
    <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
    </a>
    </if>
    </li>
    <else />
    <li class='avatar'>
    <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
    </li>
    </if>
    <li class='group_title'>
    {$author['_group_formatted']}
    </li>
    <if test="rankimage:|:$author['member_rank_img']">
    <li class='group_icon'>
    <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'">
    <img src='{$author['member_rank_img']}' alt='' />
    <else />
    {$author['member_rank_img']}
    </if>
    </li>
    </if>
    <if test="postCount:|:$author['member_id']">
    <li class='post_count desc lighter'>
    {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}
    </li>
    </if>
    <if test="authorwarn:|:$author['show_warn']">
    <li>
    <if test="$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>
    </ul>
    
    
    <if test="authorcfields:|:$author['custom_fields'] != """>
    <ul class='custom_fields'>
    <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
    <foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
    <if test="$field != ''">
    <li>
    {$field}
    </li>
    </if>
    </foreach>
    </foreach>
    </ul>
    </if>
    
    
    </if>
    
    
    </div>



    userinfopane

  2. Приветствую. В общем не так давно я вставлял на форум некий скрипт который отображал сообщений в userinfopanel не

    300 сообщений

    А

    сообщений: 300
    

    Как тут, а также отображалось кол-во созданных пользователем тем чуть ниже кол-ва сообщений.

    тем: 300
    

    Но я потерял данный скрипты и не мог их найти, толи у меня мозг не варит, толи я нормально порыться в тех. поддержке не могу... Помогите найти это. Заранее благодарен. 

  3. В настройках компонента статьи стоит использование htlm?

    Да стоит и в редакторе есть список для выбора вида HTML, но по сколько сам редактор при этом почему-то не переключается в режим HTML все HTML таблицы слетают и превращаются в кучу... Уже не знаю, что с этим и делать. 

  4. Разобрался с этим еще 4 месяца назад, тему забыл закрыть. Все дело в правах. АЦ => Пользователи => Ограничение доступа в АЦ => Устанавливаем полные права на приложения и вкладка появляется. 

  5. Приветствую. Возникла проблема, мне нужно было корректнуть отображение предупреждений, я полез исправить нашел wars_status не то щелкнул и подтер эти строки, теперь у меня за место 0 предупреждений показывает 0 warn points, я не растерялся и решил написать заного, пишу значит и пишет "невозможно отредактировать защищенный языковой пакет"... Пошел менять доступ, у папок cache, lang_cache и 1 сменил права доступа на 777. Думаю все, сейчас выйдет, но нет, при запросе UPDATE core_sys_lang SET lang_protected = 0; выбивает ошибку:

    Ошибка
    Table 'u7499173_forum.core_sys_lang' doesn't exist
    

    Что делать дальше я не знаю. Надеюсь поможете. Префиксов у таблиц нет. 

  6. Приветствую. Появился такой вопрос, какие возможности и какое приложение применили чтобы создать такую страницу? ipbmafia.ru/page/index.html
    Или это вообще собственно ручно написанный скрипт? Также я не разобрался в том, как при переходе на domen.ru/index.php, сделать так чтобы всех перенаправляло например на domen.ru/portal или /page... Заранее благодарен за помощь. 

  7. Приветствую. В общем я заблудился в скриптах и получился небольшой лаг с отображением групп в списке пользователей. Как исправить?

     

  8. 
    

    Отключаешь подписку на темы в настройках АЦ. (искал но не нашел где, поройся)

    И отключаешь систему репутации в АЦ => Настройки => Пользователи => Система репутации

  9. ipbmafia.ru/topic/7233-slet-tablitcy/ 

    Приветствую. Продолжим тему указанную выше. В общем настроив и написав собственную таблицу HTML я столкнулся с еще одной проблемой - в компоненте статьи не работает HTML. Он включен, но работает ни как в обычном редакторе(поставил галочку и переключился редактор), а выбирается в списке и в итоге таблица просто слетает. Как исправить данную оплошность? Может есть у кого-то идеи? 

  10. И как решил?

    Переписал таблицу и внес новую, правда немного по другому стала выглядеть. Вот только не могу теперь понять, как в компоненте "статьи" теперь корректную работу HTML наладить. 

    Вот такой код вышел. А вот в разделе статей не пашет...

    <div class="ltitle listt" style="background-color: rgb(53, 52, 48); background-image: url(__gothic.ag.ru/assets/templates/img/dark.gif); border: 2px solid rgb(0, 0, 0); width: 600px; padding: 6px 0px; text-align: center; color: rgb(203, 136, 64); font-family: 'bookman old style', georgia, verdana, serif; font-weight: bold;">Одежда Крестьянина</div>
    <table border="0" cellpadding="0" cellspacing="0" class="table_list" style="width: 600px; border-style: solid; border-color: rgb(0, 0, 0); margin-bottom: 10px; margin-top: 2px; color: rgb(255, 204, 153); font-family: 'bookman old style', verdana, serif; font-size: 12px; line-height: 18px; background-color: rgb(38, 29, 26);">
    	<tbody>
    		<tr valign="top">
    			<td class="list_img" rowspan="7" style="text-align: center; border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: none; width: 187px; background-color: rgb(0, 0, 0); vertical-align: middle;">
    				<img border="0" height="200" src="__gothic.ag.ru/downloads/images/g2add/list_armor/1.jpg" width="100" /></td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;" width="200">
    				Защита от Оружия</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				15</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Защита от Стрел</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				15</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Защита от Огня</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				0</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Защита от Магии</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				0</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Цена</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				80</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Код</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				ItAr_Bau_L</td>
    		</tr>
    		<tr>
    			<td colspan="2" style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 387px;">
    				&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    <p style="text-align:center;"><a name="2" style="color: rgb(255, 204, 102); font-family: arial; font-size: 12px; text-align: -webkit-center; background-color: rgb(38, 29, 26);"></a></p>
    <div class="ltitle listt" style="background-color: rgb(53, 52, 48); background-image: url(__gothic.ag.ru/assets/templates/img/dark.gif); border: 2px solid rgb(0, 0, 0); width: 600px; padding: 6px 0px; text-align: center; color: rgb(203, 136, 64); font-family: 'bookman old style', georgia, verdana, serif; font-weight: bold;">Кожаные Доспехи</div>
    <table border="0" cellpadding="0" cellspacing="0" class="table_list" style="width: 600px; border-style: solid; border-color: rgb(0, 0, 0); margin-bottom: 10px; margin-top: 2px; color: rgb(255, 204, 153); font-family: 'bookman old style', verdana, serif; font-size: 12px; line-height: 18px; background-color: rgb(38, 29, 26);">
    	<tbody>
    		<tr valign="top">
    			<td class="list_img" rowspan="7" style="text-align: center; border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: none; width: 187px; background-color: rgb(0, 0, 0); vertical-align: middle;">
    				<img border="0" height="200" src="__gothic.ag.ru/downloads/images/g2add/list_armor/2.jpg" width="100" /></td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;" width="200">
    				Защита от Оружия</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				25</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Защита от Стрел</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				20</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Защита от Огня</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				5</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Защита от Магии</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				0</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Цена</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				250</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Код</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				ItAr_Leather_L</td>
    		</tr>
    		<tr>
    			<td colspan="2" style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 387px;">
    				&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    <p style="text-align:center;"><a name="3" style="color: rgb(255, 204, 102); font-family: arial; font-size: 12px; text-align: -webkit-center; background-color: rgb(38, 29, 26);"></a></p>
    <div class="ltitle listt" style="background-color: rgb(53, 52, 48); background-image: url(__gothic.ag.ru/assets/templates/img/dark.gif); border: 2px solid rgb(0, 0, 0); width: 600px; padding: 6px 0px; text-align: center; color: rgb(203, 136, 64); font-family: 'bookman old style', georgia, verdana, serif; font-weight: bold;">Доспехи из Панцирей Ползунов</div>
    <table border="0" cellpadding="0" cellspacing="0" class="table_list" style="width: 600px; border-style: solid; border-color: rgb(0, 0, 0); margin-bottom: 10px; margin-top: 2px; color: rgb(255, 204, 153); font-family: 'bookman old style', verdana, serif; font-size: 12px; line-height: 18px; background-color: rgb(38, 29, 26);">
    	<tbody>
    		<tr valign="top">
    			<td class="list_img" rowspan="7" style="text-align: center; border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: none; width: 187px; background-color: rgb(0, 0, 0); vertical-align: middle;">
    				<img border="0" height="200" src="__gothic.ag.ru/downloads/images/g2add/list_armor/3.jpg" width="100" /></td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;" width="200">
    				Защита от Оружия</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				70</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Защита от Стрел</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				70</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Защита от Огня</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				15</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Защита от Магии</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				0</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Цена</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				1500</td>
    		</tr>
    		<tr>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 187px;">
    				Код</td>
    			<td style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 188px;">
    				ItAr_Djg_Crawler</td>
    		</tr>
    		<tr>
    			<td colspan="2" style="border-style: solid; border-color: rgb(0, 0, 0); padding: 3px 5px; background-image: url(__gothic.ag.ru/assets/templates/img/mid.gif); width: 387px;">
    				&nbsp;<br />
    				&nbsp;</td>
    		</tr>
    	</tbody>
    </table>

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