게시판 스킨 문의드립니다. > 시즌3 질문과 답변

본문 바로가기

시즌3 질문과답변

[해결중] 게시판 스킨 문의드립니다.

  • - 별점 : 평점
  • - [ 0| 참여 0명 ]

본문

안녕하세요. 이윰빌더 스킨 설치로 홈페이지를 만들어보고 있는데요

이윰스킨을 입혀서 게시판에 이미지클릭시 링크를 다른곳으로 보내는게 안먹더라구요..

이기능 풀수있는 방법은 없나요? 다른스킨보단 이윰스킨으로 꾸며보고 싶은데 방법있으면

좀 알려주시면 감사하겠습니다 꾸벅

0 0
로그인 후 추천 또는 비추천하실 수 있습니다.
포인트 410
경험치 58
[레벨 1] - 진행률 29%
가입일
2018-01-18 15:07:03
서명
미입력
자기소개
미입력

최신글이 없습니다.

최신글이 없습니다.

댓글목록1

이윰EGG님의 댓글

profile_image
/eyoom/theme/테마명/skin_bs/board/스킨명/view.skin.html 파일 558줄 정도 아래의 소스를 주석 또는 삭제

	$('.board-view-file-conts img').parent().attr('class', 'view-img-popup').removeAttr('target');
	$('.view-img-popup').each(function() {
		var dataSource = $(this).attr('href');
		$(this).attr('data-source', dataSource);
	});
	$('.board-view-file-conts img').each(function() {
		var imgURL = $(this).attr('src');
		$(this).parent().attr('href', imgURL);
	});
	$('.view-img-popup').magnificPopup({
		type: 'image',
		closeOnContentClick: true,
		mainClass: 'mfp-img-mobile',
		image: {
			verticalFit: true,
			titleSrc: function(item) {
				return '&middot; <a class="image-source-link" href="'+item.el.attr('data-source')+'" target="_blank">원본 이미지 보기</a>';
			}
		}
	});

	if($('.board-view-con img').parent().hasClass('view_image')) {
		$('.board-view-con img').parent().attr('class', 'view-image-popup').removeAttr('target');
		$('.view-image-popup').each(function() {
			var dataSource = $(this).attr('href');
			$(this).attr('data-source', dataSource);
		});
		$('.board-view-con img').each(function() {
			var imgURL = $(this).attr('src');
			$(this).parent().attr('href', imgURL);
		});
		$('.view-image-popup').magnificPopup({
			type: 'image',
			closeOnContentClick: true,
			mainClass: 'mfp-img-mobile',
			image: {
				verticalFit: true,
				titleSrc: function(item) {
					return '&middot; <a class="image-source-link" href="'+item.el.attr('data-source')+'" target="_blank">원본 이미지 보기</a>';
				}
			}
		});
	} else {
		$('.board-view-con img').wrap('<a class="view-image-popup">');
		$('.board-view-con img').each(function() {
			var imgURL = $(this).attr('src');
			$(this).parent().attr('href', imgURL);
		});
		$('.view-image-popup').magnificPopup({
			type: 'image',
			closeOnContentClick: true,
			mainClass: 'mfp-img-mobile',
			image: {
				verticalFit: true
			}
		});
	}


/eyoom/classes.class.php 파일 1490줄 정도 아래의 소스 주석 또는 삭제

// $img_tag에 editor 경로가 있으면 원본보기 링크 추가
$img_tag = $matches[0][$i];
if(strpos($img_tag, G5_DATA_DIR.'/'.G5_EDITOR_DIR) && preg_match("/\.({$config['cf_image_extension']})$/i", $filename)) {
    $imgurl = str_replace(G5_URL, "", $src);
    $thumb_tag = '<a href="'.G5_BBS_URL.'/view_image.php?fn='.urlencode($imgurl).'" target="_blank" class="view_image">'.$thumb_tag.'</a>';
}


감사합니다.

축하합니다. 첫댓글 포인트 64포인트를 획득하였습니다.

이윰빌더 시즌4 질문과 답변 게시판입니다.

질문과 답변 게시판에는 가능한 이윰 관리자가 답변을 드리지 않습니다. 회원간 활성화 될수 있도록 도움 부탁드리며, 질문자는 원하는 답변이 달릴경우 꼭 채택하여 주시기 바랍니다.

상품구매 및 유료상품 문의는 1:1문의 게시판을 이용해 주시기 바랍니다.

1:1문의 바로가기 : https://eyoom.net/bbs/qalist.php

전체 647 건 - 22 페이지
번호
제목
글쓴이
채택포인트
별점
사이트 내 전체검색