로그인

검색

라이믹스
라이믹스 비회원 추천 - comely 스킨

https://github.com/rhymix/rhymix-sketchbook/commit/80b0c69aa5c72287e4e638fdfaf852a044ce1ee1

 

최신버전에서는 게시판 옵션에서 기본제공하는 기능임.

단, 스킨에서 조건절로 막은 경우는 개별로 수정요함.

게시판 기본스킨 수정없이 적용 가능함.

 

comely_board 비회원 추천 허용 수정방법

 

게시판 스킨 경로 > _read.html에서

<button class="bt_vote vote_area" type="button" onclick="insertWarn('로그인 해주세요.')"|cond="!$is_logged" onclick="insertWarn('본인이 작성한 글은 추천할 수 없습니다.')"|cond="$_my_atc" onclick="doCallModuleAction('document','procDocumentVoteUp','{$oDocument->document_srl}');return false;"|cond="$_not_my"><!--@if($mi->vote_text)-->{$mi->vote_text}<!--@else-->{$lang->cmd_vote}<!--@end--><span class="voted_count" cond="$oDocument->get('voted_count')>0">{$oDocument->get('voted_count')}</span></button>

 

부분을
<button class="bt_vote vote_area" type="button" onclick="doCallModuleAction('document','procDocumentVoteUp','{$oDocument->document_srl}');return false;"><!--@if($mi->vote_text)-->{$mi->vote_text}<!--@else-->{$lang->cmd_vote}<!--@end--><span class="voted_count" cond="$oDocument->get('voted_count')>0">{$oDocument->get('voted_count')}</span></button>

 

로 수정
<button class="bt_vote bt_blame blame_area" type="button" onclick="insertWarn('로그인 해주세요.')"|cond="!$is_logged" onclick="insertWarn('본인이 작성한 글은 비추천할 수 없습니다.')"|cond="$_my_atc"  onclick="doCallModuleAction('document','procDocumentVoteDown','{$oDocument->document_srl}');return false;"|cond="$_not_my"><!--@if($mi->blame_text)-->{$mi->blame_text}<!--@else-->{$lang->cmd_vote_down}<!--@end--><span class="voted_count" cond="-$oDocument->get('blamed_count')>0">{-$oDocument->get('blamed_count')}</span></button>

 

부분을
<button class="bt_vote bt_blame blame_area" type="button" onclick="doCallModuleAction('document','procDocumentVoteDown','{$oDocument->document_srl}');return false;"><!--@if($mi->blame_text)-->{$mi->blame_text}<!--@else-->{$lang->cmd_vote_down}<!--@end--><span class="voted_count" cond="-$oDocument->get('blamed_count')>0">{-$oDocument->get('blamed_count')}</span></button>

 

로 수정

이 게시물을

에디터 선택

※ 주의 : 페이지가 새로고침됩니다

이 댓글을 삭제하시겠습니까?

제목
날짜
조회 수
섬네일
2023.03.02
조회 수: 187
2021.04.22
조회 수: 409
2020.11.23
조회 수: 345
2020.08.24
조회 수: 319
2020.07.08
조회 수: 840
2020.04.22
조회 수: 188
2023.03.02
조회 수: 187
2021.04.22
조회 수: 409
2020.11.23
조회 수: 345
2020.08.24
조회 수: 319
2020.07.08
조회 수: 840
2020.04.22
조회 수: 188