Joomla Kunena Forum 최근 글 제목 길이 조정
조회 1,705 · 댓글 0
1. 제목 표시 부분 : list_embed.php 파일 내
getLastPostLink($category) ?>
2. 관련 함수 : components/com_kunena/views/category/view.html.php 파일 내
예: 20에서 15로 변경 시
function getLastPostLink($category, $content = null, $title = null, $class = null, $length = 20)
->
function getLastPostLink($category, $content = null, $title = null, $class = null, $length = 15)
getLastPostLink($category) ?>
2. 관련 함수 : components/com_kunena/views/category/view.html.php 파일 내
예: 20에서 15로 변경 시
function getLastPostLink($category, $content = null, $title = null, $class = null, $length = 20)
->
function getLastPostLink($category, $content = null, $title = null, $class = null, $length = 15)
로그인 후 답글을 남길 수 있습니다.