Jump to content

Featured Replies

не понимаю как настроить всплывающее сообщение при наведении на награду. Как прописать допустим {notes} ?  в подсказка написано: {notes} = Как получить награду , вставляю {notes} в поле "всплывающая подсказка" и ни чего не происходит.

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=80447
Share on other sites
  • Replies 132
  • Created
  • Последний ответ
Expand topic overview

Лучшие авторы в теме

Лучшие авторы в теме

Most Popular Posts

jheka7
jheka7

Как обещал маленький гайд по настройке компонента Наград. Права, настройки Настройка по выдаче наград Управление автонаграждением наград  

AUYKGN
AUYKGN

Johnsy, моя коллекция собранных медалей со всех форумов, где видел - качал, ну и накопилось  Короче всё в архиве И те есть. Выбирайте: Медали.zip

LvsF
LvsF

Значит нет вкладки. Я же не утверждал, а указал возможный путь решения.   Посмотрел, что и с чем едят там.   Идете в Public Awarding Settings Disable Public Awarding ставите "Нет"

Expand topic overview

хм, забавно. Прописал просто {notes} и через пару часов все стало отображаться

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=80453
Share on other sites
  • 2 недели спустя...

Для версии 3.3.X подойдет? 

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=81337
Share on other sites

Для версии 3.3.X подойдет? 

да

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=81341
Share on other sites

А где собственно сам фон редактировать?

 

post-3115-0-10351300-1424370995.jpg

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=81362
Share on other sites

А где собственно сам фон редактировать?

attachicon.gifScreenshot (20h 33m 49s).jpg

Если это профиль в темах то- UserinfoPane
Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=81363
Share on other sites

А какие именно строчки править?  подскажите пожалуйста.

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=81365
Share on other sites

А какие именно строчки править?  подскажите пожалуйста.

вот если бы ссылку указали, то подсказали бы 

указывать надо в ПРОФИЛЕ а не в тему кидать 

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=81381
Share on other sites
  • 3 недели спустя...

Добрый день!

 

Автонаграждение не работает! Награда есть, функция добавлена, но у пользователей награды не появились. Что делать?

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=82575
Share on other sites
  • 3 недели спустя...

post-23682-0-19748200-1427051235.png

 

Друзья, подскажите плиз как убрать серый фон и верхнюю часть со словом Награды?

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=83729
Share on other sites

читайте тему, обсуждалось как убрать фон 

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=83730
Share on other sites

сори, не нашел, потому и спрашиваю 

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=83734
Share on other sites

Мой userinfopane, в нем нет ни слова про awards, может быть в другом шаблоне? я не силен в коде  :sorry:

<div itemscope itemtype="__schema.org/Person" class='user_details'>
	<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="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>
	</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>
	
</div> 

Edited by FileSearch

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=83781
Share on other sites

Разобрался, шаблон skin_jawards - topicPost_View

<h3> заменил на <h2> и class="row2" на class="row1" 

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=83787
Share on other sites

При создании темы ошибка - 

Fatal error: Cannot redeclare class forumsMemberSync in ...../applications_addon/other/jawards/extensions/memberSync.php on line 10

 

При написании ответа в тему - нету анимации отправки т.д. (но ответ отправился, если обновить страницу)

ipb 3.4.6, чистая.

Кэш чистил, награды есть

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=83818
Share on other sites
  • 5 недель спустя...

Друзья,

 

Что-то ни как не могу решить проблему ниже.

Воспользовался советом по стилизации вот из >этой темы и добавил рамочки.

Добавил только следующий код в файл ipb_style.css:

.custom_fields li {
background: #FFFFFF;
padding:4px;
margin-top:2px;
border:1px solid #DDDDDD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align:center;
width:100%;
} 

Убираю рамочки - всё становится на свои места.

 

После этого блок "Награды" съехал в левую сторону и ни как я не могу его выставить по центру или увеличить его ширину, как и рамочек.

post-18374-0-89321900-1429688660.jpg

Подскажите, пожалуйста, куда копать. Вроде уже все css и шаблоны пересмотрел, связанные с awards.

Edited by ProRus

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=85708
Share on other sites

Скорее всего, у вас переполнение родительского контейнера за счёт внутреннего отступа (padding). Попробуйте удалить правило

width:100%;

и добавить

display: block;

Или вместо этого добавьте правила

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

Но это навскидку, так сказать, чтобы сказать наверняка, нужно посмотреть на странице.

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=85778
Share on other sites

Скорее всего, у вас переполнение родительского контейнера за счёт внутреннего отступа (padding). Попробуйте удалить правило

width:100%;

и добавить

display: block;

Или вместо этого добавьте правила

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

Но это навскидку, так сказать, чтобы сказать наверняка, нужно посмотреть на странице.

Огромная благодарность!

А то и убирал ширину и менял на другую .. ничего не менялось. Добавил display: block; и всё вернулось на круги своя!  :yahoo:

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=85782
Share on other sites
  • 3 месяца спустя...

Доброго времени суток, что значит подобная ошибка, не подскажете?

 

home/u784655384/public_html/admin/applications_addon/other/jawards/app_class_jawards.php on line 299

Warning: is_dir(): open_basedir restriction in effect. File(/home/u179861911/public_html/forum/uploads/jawards/) is not within the allowed path(s): (/home/u784655384:/tmp:/var/tmp:/opt/php-5.5/pear) in /home/u784655384/public_html/admin/applications_addon/other/jawards/app_class_jawards.php on line 342

Warning: is_dir(): open_basedir restriction in effect. File(/home/u179861911/public_html/forum/uploads/jawards/) is not within the allowed path(s): (/home/u784655384:/tmp:/var/tmp:/opt/php-5.5/pear) in /home/u784655384/public_html/admin/applications_addon/other/jawards/app_class_jawards.php on line 508

Warning: is_dir(): open_basedir restriction in effect. File(/home/u179861911/public_html/forum/uploads/jawards/) is not within the allowed path(s): (/home/u784655384:/tmp:/var/tmp:/opt/php-5.5/pear) in /home/u784655384/public_html/admin/applications_addon/other/jawards/app_class_jawards.php on line 212

Warning: is_dir(): open_basedir restriction in effect. File(/home/u179861911/public_html/forum/uploads/jawards/) is not within the allowed path(s): (/home/u784655384:/tmp:/var/tmp:/opt/php-5.5/pear) in /home/u784655384/public_html/admin/applications_addon/other/jawards/app_class_jawards.php on line 436

 

Это после переноса на другой хост

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=91871
Share on other sites

Доброго времени суток, что значит подобная ошибка, не подскажете?

 

 

Скрытый контент

Это после переноса на другой хост

Для подобных вопросов нужно создавать новую тему, а перед этим воспользоваться поиском. В этой теме лишь обсуждение компонента.

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=91873
Share on other sites

Для подобных вопросов нужно создавать новую тему, а перед этим воспользоваться поиском. В этой теме лишь обсуждение компонента.

Судя по коду, это на прямую касается компонента.

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=91877
Share on other sites

Судя по коду, это на прямую касается компонента.

Я конечно в этом не силен, но видимо пути к файлам не правильно прописаны.

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=91878
Share on other sites

Ха при переносе с старого хоста я забыл исправить адрес ссылку, добавленную самостоятельно, отсюда и проблемы. Спасибо, удачи, простите.

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=91879
Share on other sites
  • 2 месяца спустя...

Такая проблема. Играюсь  с Awards, получилось почти все, но не нравится, что иконка немножко смещена влево относительно условной срединной линии блока, буквально на 1-2 пробела... Как бы ее в самый центр замостить? Заранее спасибо!

Снимок экрана 2015-10-21 в 11.37.50.png

Link to comment
https://ipbmafia.ru/topic/5582-awards-rus/?&do=findComment&comment=94567
Share on other sites
  • 2 месяца спустя...

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.