링크
http://theme.sir.kr/youngcart53/shop/index.php?theme=pureblue&device=mobile (6149) https://sir.kr/g5_theme/2943 (1130)
* 커뮤니티만 있는 테마 : https://sir.kr/g5_theme/2943
댓글 16개
멋지고 아름다운 테마 감사합니다.
아리아나벤티님의 최근테마 2개를 쇼핑몰만 사용하기위하여, define('G5_COMMUNITY_USE', false); 하고 커뮤니티를 안뜨게 해볼려고하는데, 커뮤니티 메인이 뜹니다.
다른 설정해야할것이 있나요?
theme/pureblue/index.php 가보아도 쇼핑몰을 가르키고 있는것 같은데요..
if(G5_COMMUNITY_USE === false) {
include_once(G5_THEME_SHOP_PATH.'/index.php');
return;
}
http://gnustudy.com/bbs/board.php?bo_table=yc_tip&wr_id=5
이부분을 보고 해결하였습니다.
false 하나만 해도 적용되도록 수정은 되나요?^^
아리아나벤티님의 최근테마 2개를 쇼핑몰만 사용하기위하여, define('G5_COMMUNITY_USE', false); 하고 커뮤니티를 안뜨게 해볼려고하는데, 커뮤니티 메인이 뜹니다.
다른 설정해야할것이 있나요?
theme/pureblue/index.php 가보아도 쇼핑몰을 가르키고 있는것 같은데요..
if(G5_COMMUNITY_USE === false) {
include_once(G5_THEME_SHOP_PATH.'/index.php');
return;
}
http://gnustudy.com/bbs/board.php?bo_table=yc_tip&wr_id=5
이부분을 보고 해결하였습니다.
false 하나만 해도 적용되도록 수정은 되나요?^^
/theme/pureblue/head.php
[code]
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 추가
if(G5_COMMUNITY_USE === false) {
include_once(G5_THEME_SHOP_PATH.'/shop.head.php');
return;
}
// 추가
[/code]
/theme/pureblue/index.php
[code]
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
define('_INDEX_', true);
// 추가
if(G5_COMMUNITY_USE === false) {
include_once(G5_THEME_MSHOP_PATH.'/index.php');
return;
}
// 추가
[/code]
/theme/pureblue/tail.php
[code]
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 추가
if(G5_COMMUNITY_USE === false) {
include_once(G5_THEME_SHOP_PATH.'/shop.tail.php');
return;
}
// 추가
[/code]
위처럼 수정해주시면 true false 만으로 변경이 가능합니다.
[code]
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 추가
if(G5_COMMUNITY_USE === false) {
include_once(G5_THEME_SHOP_PATH.'/shop.head.php');
return;
}
// 추가
[/code]
/theme/pureblue/index.php
[code]
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
define('_INDEX_', true);
// 추가
if(G5_COMMUNITY_USE === false) {
include_once(G5_THEME_MSHOP_PATH.'/index.php');
return;
}
// 추가
[/code]
/theme/pureblue/tail.php
[code]
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 추가
if(G5_COMMUNITY_USE === false) {
include_once(G5_THEME_SHOP_PATH.'/shop.tail.php');
return;
}
// 추가
[/code]
위처럼 수정해주시면 true false 만으로 변경이 가능합니다.
이테마 사용하시는 분들 상품리스트에서 더보기+버튼 누르시면 상품이 안불려와 질거예요.
/theme/pureblue/mobile/skin/shop/basic/list.10.skin.php 파일에서
51번줄에
if ($i == 0) {
if ($this->css) {
echo "<ul id=\"lct_wrap\" class=\"{$this->css}\">\n";
} else {
echo "<ul id=\"lct_wrap\" class=\"lct ".$ul_lct_class."\">\n";
}
}
이부분을
if ($i == 0) {
if ($this->css) {
echo "<ul id=\"sct_wrap\" class=\"{$this->css}\">\n";
} else {
echo "<ul id=\"sct_wrap\" class=\"lct ".$ul_lct_class."\">\n";
}
}
이렇게 변경하시면되요 :)
/theme/pureblue/mobile/skin/shop/basic/list.10.skin.php 파일에서
51번줄에
if ($i == 0) {
if ($this->css) {
echo "<ul id=\"lct_wrap\" class=\"{$this->css}\">\n";
} else {
echo "<ul id=\"lct_wrap\" class=\"lct ".$ul_lct_class."\">\n";
}
}
이부분을
if ($i == 0) {
if ($this->css) {
echo "<ul id=\"sct_wrap\" class=\"{$this->css}\">\n";
} else {
echo "<ul id=\"sct_wrap\" class=\"lct ".$ul_lct_class."\">\n";
}
}
이렇게 변경하시면되요 :)
게시글 목록
| 번호 | 제목 |
|---|---|
| 1485 | |
| 1478 | |
| 1462 | |
| 1447 | |
| 1436 | |
| 1415 | |
| 1386 | |
| 1343 | |
| 1331 | |
| 1300 | |
| 1295 | |
| 1274 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기