Monthly Archives: July 2013

Home/2013/July

XE 게시판을 관리자만 글 쓰도록 할 때

방문자는 열람만 가능하게 설정해도 쓰기 버튼이 나타나기 때문에 이것을 가려주려면 1.게시판이 사용중인 스킨의 list.html 파일을 연다. (예를 들어 defualt 스킨을 사용중이라면 /www/xe/modules/board/skins/default 의 폴더 에 있는 list 파일을 연다) 2. 아래와 같은 코드를 찾아서 (xe 버전에 따라 조금 틀릴 수 있는데 버튼을 표현 하는 부분을 찾으면 됨) {$lang->cmd_write} 위의 코드를 아래 처럼 변경 {$lang->cmd_write} 즉 [...]

inline syle 등 문서에 스타일 적용하는 3가지 방법

1. Inline style (인라인 스타일) contents [separator top="35" style="dotted"] 2. Embeded style or Internal style Put this between <head> and </head>. (임베디드 스타일, <head>와 </head> 사이에 넣으면 좋죠. 그냥 쉽게 </head> 위에 넣는다고 생각하고 자바스크립트를 넣게되면 이 스타일 뒤에 넣는다고 생각하면 편하겠습니다. 또한 html5에서는 type="text/css" 속성은 필요없습니다.) [separator top="35" style="dotted"] 3. Linked sytle (링크드 스타일) [...]

bbPress anonymous post.

By default, bbPress doesn't allow anonymous post. How can I let anyone write topic without registration? (bbPress는 기본으로 로그인을 해야 토픽을 생성할 수 있다. 가입 없이 간단히 글 쓸 수 있게 하려면? )

bbPress for ‘vernum’ theme

vernum 테마에 bbPress 사용하기. 기본적으로 bbpress 사용시 좌우로 꽉차게 됨. By default, It look like this image. There is no sidebar and no margin left and right. solution 1. install ‘bbPress WP Tweaks’ plugin 2. Dashboard – Settings – bbPress WP Teaks – check ‘single.php’ 3. open 'layout.css' Add display:none; for two slectors. section.blog-header nav.breadcrumbs [...]