XpressEngineGoogleCode / xe-board

Automatically exported from code.google.com/p/xe-board
0 stars 0 forks source link

[maserati] 모바일 페이지에서 분류가 나오게 해주십시오. #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 분류가 있는 게시판을 생성하고 PC와 모바일로 각각 접속
2. 분류가 출력되는지 확인
3. 모바일에는 출력이 안됨.

What is the expected output? What do you see instead?
모바일에서도 출력이 되어야 함.

What version of the product are you using? On what operating system?
마세라티 최신 리비전

Please provide any additional information below.

            //If category are exsist, set value 'use_category' to 'Y'
            if(count($oDocumentModel->getCategoryList($this->module_info->module_srl)))
                $this->module_info->use_category = 'Y';
            else 
                $this->module_info->use_category = 'N';

와 같은 코드가 board.view.php 에는 있습니다.
그런데 board.mobile.php에는 적용이 안됩니다. mobile.php에도 
적용 해주십시오 :)

Original issue reported on code.google.com by misol...@gmail.com on 2 Feb 2013 at 4:22

GoogleCodeExporter commented 9 years ago
패치 제출합니다.
이것 외에도 모바일에서 빠진 구문이 많은 것 같습니다.

Original comment by misol...@gmail.com on 2 Feb 2013 at 4:26

GoogleCodeExporter commented 9 years ago

Original comment by misol...@gmail.com on 2 Feb 2013 at 4:27

Attachments:

GoogleCodeExporter commented 9 years ago
r261

Original comment by sinsy...@gmail.com on 14 Feb 2013 at 6:52