그누보드 회원가입/게시판 모듈 셋팅
페이지 정보

본문
[root]
- index.php
: header("Location:http://radius-ohpr.com/radius/index.php");
[회원가입]
- config.php
: /* OHPR 추가 */
: define('OHPR_URL_HTTP', 'http://saju.ohpr.co.kr/???');
: define('OHPR_URL_HTTPS', 'https://saju.ohpr.co.kr/???');
: define('G5_URL', 'http://saju.ohpr.co.kr/???'); -> 중복 선언 불가능.
- bbs > logout.php
: //goto_url($link);
: goto_url(OHPR_URL_HTTP);//ohpr add
- theme의 새로운 폴더 생성
- theme > ohpr > skin > head.php 수정
- theme > ohpr > skin > tail.php 수정
- skin > member > basic > register.skin.php
: <a href="<?php echo OHPR_URL ?>" class="btn_close">취소</a>
- theme > ohpr > css > default.css
: #ft_wr {width:95%; max-width:1200px;}
: #container {position:relative; left: 50%; transform: translateX(-50%); min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:95%; max-width:1200px;zoom:1}
- 이전글로그아웃시 특정 세션 값 남기기 21.09.22
- 다음글스마트에디터 적용 21.06.20
댓글목록
등록된 댓글이 없습니다.