Export to GitHub

xe-core - issue #3588

forum모듈의 view_document처리에서 이상점..


Posted on Sep 13, 2013 by Massive Rhino

What steps will reproduce the problem? 1.view_document.html에서 content(내용)를 출력하는부분에 기존 board모듈에서는 {$oDocument->getContent(false)}를 사용했는데.. 왜 forum에서는 {html_entity_decode($oDocument->getContentText())} 등으로 표현했는지 이해가 되질 않습니다. 현재 이 때문에 이미지 리사이징이라던지 출력부분의 애드온등이 먹히질 않네요. board모듈처럼 처리를 해서는 안되는것인가요? 그리고 view_docuemnt.html의 컨테이너가 table로 짜여져 있어서 이미지 리사이징이 되질 않는것 같습니다. 2. 3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system? XE core 1.7.3.4 Forum module 1.7.0.1

Please provide any additional information below.

Status: New

Labels:
Type-Defect Priority-Medium