Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. HEESUB BAE
    H
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Groups 0

    HEESUB BAE

    @HEESUB BAE

    0
    Reputation
    273
    Profile views
    4
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    HEESUB BAE Follow

    Latest posts made by HEESUB BAE

    • RE: "If sentence in templating logic" does not work perfectly.

      @psychobunny

      i updated template.js version 3.0.

      but this problem is not solve.

      0_1447045735139_K-033.png

      posted in Technical Support
      H
      HEESUB BAE
    • RE: "If sentence in templating logic" does not work perfectly.

      @psychobunny

      I found that latest Template.js version is 3.0.

      how to do update Template.js version in nodebb project?

      posted in Technical Support
      H
      HEESUB BAE
    • RE: "If sentence in templating logic" does not work perfectly.

      @psychobunny

      Please see the following URL.

      http://magicmode.dothome.co.kr/nodebb/index2.html

      posted in Technical Support
      H
      HEESUB BAE
    • "If sentence in templating logic" does not work perfectly.

      i'm used nodeBB with Template.js.

      Today i had problem.

      I'm have made Custom 'Tpl'. Two Type Category Style. (list , grid Style)

      It's located in '/partial/topic_list.tpl' , '/partial/topic_list_grid.tpl' .

      so That is used in Category.tpl. ( ' templates/category.tpl' )

      like this.

      <!-- IF isGridCategory -->
      <!-- IMPORT partial/topic_list_grid.tpl -->
      <!-- ELSE -->
      <!-- IMPORT partial/topic_list.tpl -->
      <!-- ENDIF isGridCategory -->

      I want to operate normally "IF Sentence"

      But It isn't.

      Please see the following URL.

      http://magicmode.dothome.co.kr/nodebb/

      It is source in my project.

      please reply.

      posted in Technical Support
      H
      HEESUB BAE