Jump to content

Featured Replies

Каким образом решили. У меня такое при обновлении на 5.0.4 произошло

Система- управлением кешем - перестроить Кеша

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=24248
Share on other sites
  • Replies 55
  • Created
  • Последний ответ
Expand topic overview

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

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

Most Popular Posts

mehman4uk
mehman4uk

Система- управлением кешем - перестроить Кеша

_Dark_
_Dark_

Установите последний патч безопасности.

_Dark_
_Dark_

В смысле "установка"?

Expand topic overview

Добавить шаблон homeTraditional в группу (Gallery) Homepage

Переменные:

$categories, $featuredImages, $recentImages, $recentComments, $tagCloud, $stats

 

Код шаблона:


<if test="canIUpload:|:$this->registry->gallery->getCanUpload()">
	<ul class='topic_buttons'>
		<li><a href='{parse url="app=gallery&amp;module=post&amp;section=image" base="public"}'>{$this->lang->words['upload']}</a></li>
	</ul>
</if>
<h1 class='ipsType_pagetitle'>{IPSLib::getAppTitle('gallery')}</h1>
<br />
<div class='ipsLayout<if test="needSidebar:|:count($recentComments) OR $tagCloud"> ipsLayout_withright ipsLayout_bigright</if>'>
	<if test="showSidebar:|:count($recentComments) OR $tagCloud">
		<div class='ipsLayout_right'>
			<if test="weHaveComments:|:count($recentComments)">
				{parse template="miniLatestCommentBlock" group="gallery_albums" params="$recentComments, $this->lang->words['home_recent_comments']"}
				<br />
			</if>
			<if test="weHaveTags:|:$tagCloud">
				{$tagCloud}
				<br />
			</if>
		</div>
	</if>
	<div class='ipsLayout_content'>
<if test="weHaveFeatured:|:count($featuredImages)">
	<if test="patchwork:|:$this->settings['gallery_featuredimage'] == 'patchwork'">
		{parse js_module="gallery_patchwork"}
		<script type='text/javascript'>
			ipb.galleryPatchwork = [
				<foreach loop="featuredImages:$featuredImages as $idx => $featuredImage">
					{
						"image_id": {$featuredImage['image_id']},
						"image_url": "{parse url="app=gallery&amp;image={$featuredImage['image_id']}" base="public" template="viewimage" seotitle="{$featuredImage['image_caption_seo']}"}",
						"med_img": "{$featuredImage['mediumUrl']}",
						"thumb_size": {
							"w": {$featuredImage['_data']['sizes']['medium'][0]},
							"h": {$featuredImage['_data']['sizes']['medium'][1]},
						}
					},
				</foreach>
			];
		</script>
		<h2 class='maintitle'>{$this->lang->words['featured_images_heading']}</h2>
		<div class='ipsBox gallery_box'>
			<div id='featured_images'></div>
		</div>
		<br />
		<script type='text/javascript'>
			$('featured_images').patchwork({ imageData: ipb.galleryPatchwork });
		</script>
	<else />
		<h2 class='maintitle'>{$this->lang->words['featured_images_heading']}</h2>
		<div class='ipsBox'>
			<div class='ipsBox_container ipsPad'>
				<div class='galleryCarousel' id='featuredImages'>
					<a href='#' id='feature_left' class='carousel_nav carousel_left' style='display: none'>&lsaquo;</a>
					<a href='#' id='feature_right' class='carousel_nav carousel_right' style='display: none'>&rsaquo;</a>
					<foreach loop="featuredImages:$featuredImages as $featuredImage">
						<div class='carousel_img' style='background-image: url({$featuredImage['tag']});'>
							<a class='carousel_img_link' href='{parse url="app=gallery&amp;image={$featuredImage['image_id']}" base="public" template="viewimage" seotitle="{$featuredImage['image_caption_seo']}"}' title='{$featuredImage['image_caption']}'>&nbsp;</a>
							<div class='imageDescription'>
								<strong><a href='{parse url="app=gallery&amp;image={$featuredImage['image_id']}" base="public" template="viewimage" seotitle="{$featuredImage['image_caption_seo']}"}' title='{$featuredImage['image_caption']}'>{$featuredImage['image_caption']}</a></strong><br />
								{$featuredImage['image_description']}<br />
								<if test="featuredImageAlbum:|:$featuredImage['image_album_id']">
									{$this->lang->words['slider_from_album']} <a href='{parse url="app=gallery&amp;album={$featuredImage['image_album_id']}" base="public" template="viewalbum" seotitle="{$featuredImage['album_name_seo']}"}' title='{$featuredImage['album_name']}'>{$featuredImage['album_name']}</a>
								<else />
									{$this->lang->words['slider_from_category']} <a href='{parse url="app=gallery&amp;category={$featuredImage['image_category_id']}" base="public" template="viewcategory" seotitle="{$featuredImage['category_name_seo']}"}' title='{$featuredImage['category_name']}'>{$featuredImage['category_name']}</a>
								</if>
							</div>
						</div>
					</foreach>
				</div>
			</div>
		</div>
		<br />
	</if>
</if>
		{parse template="category_listing" group="gallery_home" params="$categories"}
		<if test="weHaveRecent:|:count($recentImages)">
			{parse template="listingLightbox" group="gallery_global" params=""}
			<h2 class='maintitle'>{$this->lang->words['recent_images_heading']}</h2>
			<div class='ipsBox gallery_box'>
				<foreach loop="imagesLoop:$recentImages as $id => $data">
					<div class='gallery_image<if test="recentNotApproved:|:$data['image_approved'] != 1"> moderated</if>'>
						{$data['thumb']}
						<ul class='gallery_item_info ipsList_inline'>
							<if test="notRead:|:!$data['_isRead']">
								<li class='left'><img src='{$this->settings['img_url']}/t_unread.png' alt='' data-tooltip='{$this->lang->words['gallery_image_unread']}' /></li>
							</if>
							<if test="notApproved:|:$data['image_approved'] != 1">
								<li class='left'><img src='{$this->settings['img_url']}/gallery/icon_moderated.png' alt='' data-tooltip='<if test="$data['image_approved'] === -1">{$this->lang->words['moderated_img_hidden']}<else />{$this->lang->words['moderated_img_unapproved']}</if>' /></li>
							</if>
							<if test="imagePinned:|:$data['_image_pinned']">
								<li class='left'><img src='{$this->settings['img_url']}/gallery/icon_pinned.png' alt='' /></li>
							</if>
							<li <if test="views:|:!$data['image_views']">class='faded'</if>><img src='{$this->settings['img_url']}/gallery/icon_view.png' alt='' /> {$data['image_views']}</li>
							<li <if test="comments:|:!$data['image_comments']">class='faded'</if>><img src='{$this->settings['img_url']}/gallery/icon_comments.png' alt='' /> {$data['image_comments']}</li>
						</ul>
					</div>
				</foreach>
			</div>
		</if>
	</div>
</div>
{parse template="homeBottom" group="gallery_home" params="$stats"} 

 

 

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=24287
Share on other sites

Подскажите как уменьшить иконку галерии в списке форумов? Или как вынести этот блок над форумом в своем фрейме?

Edited by Mercurial

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=24561
Share on other sites

Подскажите как уменьшить иконку галерии в списке форумов?

Какую иконку?

 

Или как вынести этот блок над форумом в своем фрейме?

Перетащить хук галереи на самый верх

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=24603
Share on other sites
  • 2 месяца спустя...

Как создать 1 альбом и чтобы все игроки могли в этот альбом загружать свои картинки?

Чтобы был только 1 альбом для всех и все могли загружать. 

Сам искал искал и не нашел(( либо скажите др хук для этого либо приложение.

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=32603
Share on other sites

Как создать 1 альбом и чтобы все игроки могли в этот альбом загружать свои картинки?

Чтобы был только 1 альбом для всех и все могли загружать. 

Сам искал искал и не нашел(( либо скажите др хук для этого либо приложение.

настроить права доступа

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=32605
Share on other sites

Как? Я пробывал сделать, но у меня не получалось сделать альбом общим, чтобы все могли выкладывать в этот альбом фотки.



Опишите подробнее, что именно изменить какую функцию.

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=32606
Share on other sites

SilentShadow, если не ошибаюсь, то это дело в масках групп настраивается. Действительно лучше настройки смотри, всё должно быть, либо в масках или настройках альбома или групп ;)

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=32609
Share on other sites

Хмм. Поискал ничего не нашел, там нигде нет, посмотрите сами пожалуйста. Мне это срочно нужно.



У каждого пользователя добавлять фотографии только в свой альбом. А нельзя сделать чтобы в мой. Я нашел как блокировать им создавать альбомы, но сделать чтобы они могли кидать в 1 альбом не могу. 



Альбом обновил до версии 5.0.4 и там тоже ничего нет.

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=32612
Share on other sites

Так что никто не может точно сказать как сделать галерею общим, чтобы все могли фотки кидать в 1 папку?

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=32641
Share on other sites

Если в настройках прав доступа категории/альбома нельзя настроить, значит это запрещено.

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=32758
Share on other sites
  • 2 месяца спустя...

установил , всё пошло.. но на каждую фотографию приходится тыкать вручную и происходит обновление страницы, что не очень удобно ! как включить функцию слайдшоу кто подскажет ?

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=37698
Share on other sites

да совсем забыл IP Board 3.4.5 

и вот скрины..

__img23.binimage.org/90/f7/a9/1.png

 

__img23.binimage.org/94/dd/41/2.png

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=37700
Share on other sites

ага, понял спасибо! :good:

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=37721
Share on other sites

но не подскажите почему у меня нет кнопок листания влево и вправо как у вас на скрине?

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=37731
Share on other sites
  • 2 месяца спустя...

Привет! Есть такой вопрос! как в категории разрешить пользователям добавлять альбомы и загружать фотографии!

А то в админке есть Тип категории

и там можно либо позволить загружать фото либо создавать альбомы, как сделать что можно было и то и другое!???

Спасибо!

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=44769
Share on other sites

Вроде так нельзя. 

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=44776
Share on other sites

Вроде так нельзя. 

Может кто знает как это реализовать!?

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=44795
Share on other sites

Aplear, что во фразе "Вроде так нельзя." не понятно? стандартными, готовыми, бесплатными методами никак.

 

в любой подобной ситуации есть 3 пути решения:

 

1. решить проблему собственными знаниями css html

2. купить решение у людей, которые могут это сделать ( раздел __ipbmafia.ru/forum/62-freelance/ )

3. отодвинуть реализацию желаемого на задний план (забить)

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=44797
Share on other sites

Aplear, что во фразе "Вроде так нельзя." не понятно? стандартными, готовыми, бесплатными методами никак.

 

в любой подобной ситуации есть 3 пути решения:

 

1. решить проблему собственными знаниями css html

2. купить решение у людей, которые могут это сделать ( раздел __ipbmafia.ru/forum/62-freelance/ )

3. отодвинуть реализацию желаемого на задний план (забить)

 

Мне не интересно мнение людей твоего типа, Интересно другое, может кто реализовывал это( может есть люди которые реализовали это ковыряя php )

Спасибо!

Edited by Aplear

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

Не загружается такая ошибка ,права групп все настроил 

 

post-10669-0-27197000-1382366036_thumb.j

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=47005
Share on other sites

Не загружается такая ошибка ,права групп все настроил 

Написано, что прошлая загрузка не закончена, и предложено 2 действия: Завершить прошлую загрузку или Начать новую.

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=47026
Share on other sites

Написано, что прошлая загрузка не закончена, и предложено 2 действия: Завершить прошлую загрузку или Начать новую.

А я нажимаю Завершить и Начать но ошибка все равно

post-10669-0-59809400-1382451779.jpg

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=47084
Share on other sites

KGstan, перезалейте файлы, предварительно их удалив. И установите по новой с пересозданием таблиц  :)

Link to comment
https://ipbmafia.ru/topic/2169-ipgallery-503/?&do=findComment&comment=47089
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.