Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted
<div class="user_block">
	    <div class="psevdo"></div>
        <if test="membertitle:|:$author['member_title']">
            <p class='desc member_title'>{$author['member_title']}</p>
		</if>
	</div>
		
	<if test="avatar:|:$author['member_id']">
			<div 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>
			</div>
		<else />
			<div class='avatar'>
				<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
			</div>
		</if>
       <if test="rankimage:|:$author['member_rank_img']">
            <div 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>
            </div>
        </if>
		
	<div class="wa-block">
		<div class="psevdo"></div>
		<img src="icons/mail.png"> Сообщений:
		<div class="u-mini">
			<span class="badge">{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span>
		</div>
	</div>

		<if test="authorcfields:|:$author['custom_fields'] != """>		
		<foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
			<foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
				<if test="$field != ''">
						
					{$field}
						
				</if>
			</foreach>
		</foreach>
	</if>
<br>
<!--reputation-->
                                                             <if test="RepPositive:|:$author['pp_reputation_points'] > 0">
                                                                        <div class='reputation positive' data-tooltip="{parse expression=" $author['author_reputation']['text']"}"><div style='font-size:13px'>Репутация: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</div></div>
                                                                </if>
                                                                <if test="RepNegative:|:$author['pp_reputation_points'] < 0">
                                                                        <div class='reputation negative' data-tooltip="{parse expression=" $author['author_reputation']['text']"}">      <div style='font-size:13px'>Репутация: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</div></div>
                                                                </if>
                                                                <if test="RepZero:|:$author['pp_reputation_points'] == 0">
                                                                        <div class='reputation zero' data-tooltip="{parse expression=" $author['author_reputation']['text']"}"><div style='font-size:13px'>Репутация: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</div></div>
                                                                </if>
<!--reputation-->

не могу найти, где убрать это

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

Я подозреваю, что дело в css (на стандартном стиле проверяли?): у списка ul не убрана точка так же, как было с прикрепленными изображениями в этой теме - http://ipbmafia.ru/topic/11499-prikreplyaemye-izobrazheniya/ . Хотя могу ошибаться... в коде вроде нет списка :think: 

В первую очередь проверьте на стандартном стиле и сравните.

Более конкретно можно сказать, взглянув на форум - ссылку в профиле укажите, тут нет экстрасенсов :-)

Edited by Viktar83

Альтернативное решение. Заходим " АЦ -> Пользователи -> Управление званиями", жмем на карандашик. И дальше в переключателе "Тип отображения" ставим "Использовать собственное изображение".

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.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.