메뉴 건너뛰기

정보자료게시판

장비/디자인/구조

XE | 쓰기 버튼 클릭시 권한이 없습니다 대신 로그인 화면으로 이동하기

by 숨마 posted Apr 19, 2022
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

/xe/modules/board/board.view.php 를 수정해야 한다.

dispBoardMessage 함수와 alertMessage 함수를 수정한다. 들어오는 메시지가 msg_not_permitted 면 로그인 화면으로 바로 이동하는 것으로 정리.

https://github.com/rhymix/rhymix/issues/853

https://xetown.com/tips/99279

등 참조.

 

// function dispBoardMessage($msg_code)

// {

// $msg = Context::getLang($msg_code);

// if(!$msg) $msg = $msg_code;

// Context::set('message', $msg);

// $this->setTemplateFile('message');

// }

    

    function dispBoardMessage($msg_code)

    {

        if($msg_code=="msg_not_permitted") {

            $script = sprintf('<script type="text/javascript"> jQuery(function(){ location.href="/?act=dispMemberLoginForm"; } );</script>');

            Context::addHtmlFooter( $script );

        }

        else

        {

        $msg = Context::getLang($msg_code);

        if(!$msg) $msg = $msg_code;

        Context::set('message', $msg);

        $this->setTemplateFile('message');

        }

    }

 

/**

* @brief the method for displaying the warning messages

* display an error message if it has not  a special design

**/

// function alertMessage($message)

// {

// $script =  sprintf('<script> jQuery(function(){ alert("%s"); } );</script>', Context::getLang($message));

// Context::addHtmlFooter( $script );

// }

    function alertMessage($message) {

        if($message=="msg_not_permitted") {

            $script = sprintf('<script type="text/javascript"> jQuery(function(){ location.href="/?act=dispMemberLoginForm"; } );</script>');

        }

        else

        {

            $script = sprintf('<script type="text/javascript"> jQuery(function(){ alert("%s"); } );</script>', Context::getLang($message));

        }

        Context::addHtmlFooter( $script );

    }


  1. 분수의 소네트, 유키구라모토

  2. 코스트코 수납상자 철거 중

  3. No Image 03May
    by Summa
    2022/05/03 by Summa

    트로드프리 온오프 버튼 스마트싱스 연동하기

  4. anki 앱에 네이버 발음 링크 넣기

  5. 넷플릭스 | 랜드 Land

  6. No Image 01May
    by MsjcLaki
    2022/05/01 by MsjcLaki

    완소 암기 어플 anki

  7. No Image 01May
    by MsjcLaki
    2022/05/01 by MsjcLaki

    ithought x 템플릿 추가

  8. No Image 01May
    by MsjcLaki
    2022/05/01 by MsjcLaki

    미래에셋페이 교통카드 대기 중

  9. No Image 01May
    by MsjcLaki
    2022/05/01 by MsjcLaki
    Replies 2

    책장 대기 중

  10. egv70 대기 중

  11. 미래에셋페이 결제 오류

  12. xe 소셜로그인 설정 기본 자료

  13. SKT 3G 통화품질 불량, 갑자기 서비스 없음

  14. 우크라이나의 선전

  15. xe 소셜 로그인, 세상 편하다.

  16. XE | 쓰기 버튼 클릭시 권한이 없습니다 대신 로그인 화면으로 이동하기

  17. 기적의 메모법

  18. No Image 10Apr
    by 숨마
    2022/04/10 by 숨마

    MAIL: 451 4.7.1 Service unavailable synology

  19. 민팃 휴대폰 팔기

  20. 오늘 할일

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 ... 45 Next
/ 45
위로