XpressEngine Official Blog
2013.07.19 01:21
EEMEEN
이 부분에 링크 거신분들이 있던데..혹시 방법 좀 알 수 있을까요..
저기 누르면 지금 있는 '잡담게시판'이 새로고침 되게끔 만들고 싶어요..ㅠㅠ
2013.07.19 03:14
modules/board/skins/xe_board/header.html 에서
{$module_info->title} 부분을
<a href="{getUrl('','mid',$mid,'listStyle',$listStyle)}">{$module_info->title}</a>
처리하면 됩니다.
Keep me signed in.
You will be still signed in even when the browser is closed.\n\nIt is not recommended to use this if you are using a public computer, for your personal information could be violated.
2011년 10월 31일 부터 '이메일+비밀번호' 형식으로 로그인 방식이 변경되었습니다. 아이디로 이메일주소 검색하기
'가입 후 24시간'이 지난 후 로그인 가능합니다.
modules/board/skins/xe_board/header.html 에서
{$module_info->title} 부분을
<a href="{getUrl('','mid',$mid,'listStyle',$listStyle)}">{$module_info->title}</a>
처리하면 됩니다.