라이믹스
라이믹스 비회원 추천 - 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>
로 수정
이 게시물을
2024.08.22
조회 수: 62
2023.09.14
조회 수: 251
2023.09.12
조회 수: 205
2023.03.02
조회 수: 365
2021.12.24
조회 수: 429
2021.11.15
조회 수: 460
2021.06.22
조회 수: 519
2021.04.22
조회 수: 477
2021.04.17
조회 수: 418
2021.03.11
조회 수: 386
2020.12.13
조회 수: 418
2020.11.27
조회 수: 375
2020.11.23
조회 수: 413
2020.08.28
조회 수: 336
2020.08.25
조회 수: 478
2020.08.24
조회 수: 424
2020.08.19
조회 수: 1068
2020.07.08
조회 수: 907
2020.04.23
조회 수: 328
2020.04.22
조회 수: 250