Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Sam Nguyen
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 0
    • Groups 0

    Sam Nguyen

    @Sam Nguyen

    0
    Reputation
    426
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Sam Nguyen Follow

    Latest posts made by Sam Nguyen

    • RE: [nodebb-plugin-ns-spoiler] NS Spoiler

      Hi Mr. @Nicolas ,

      Do you try to fix it? I tried to install last version to my forum, It's still error when spoiler image

      Uncaught TypeError: e.unloadImages is not a function
          at i.<anonymous> (spoiler.js:57)
          at i.onack (socket.io.js:2)
          at i.onpacket (socket.io.js:2)
          at i.<anonymous> (socket.io.js:2)
          at i.emit (socket.io.js:1)
          at i.ondecoded (socket.io.js:1)
          at a.<anonymous> (socket.io.js:2)
          at a.i.emit (socket.io.js:1)
          at a.add (socket.io.js:1)
          at i.ondata (socket.io.js:1)
      

      I'm using NodeBB version 1.5.2

      Many thanks.

      P/s: Spoiler text is working normally, issue happen when spoiler a image

      posted in NodeBB Plugins
      S
      Sam Nguyen
    • RE: How can I edit {post.content}

      @pitaj Many thanks.

      I'm waiting for a day I can edit this option.

      Because I see that current view can make user confuse

      posted in NodeBB Development
      S
      Sam Nguyen
    • RE: How can I edit {post.content}

      @pitaj Yes yes, my idol, How can you catch my idea?

      posted in NodeBB Development
      S
      Sam Nguyen
    • [ns-point-plugin]It's not show/increase user point

      I tried to install it, and edit below file as the guidline

      templates/account/profile.tpl
      

      But, I see that user's point alway show zero and when I had accessed to url

      http://mydomain.com/points
      

      I show as below picture

      0_1500658838221_Screen Shot 2017-07-22 at 12.36.28 AM.png

      Pls show me what I can do to resolve this issue.

      many thanks.

      posted in NodeBB Plugins
      S
      Sam Nguyen
    • How can I edit {post.content}

      Hi all,

      I need to edit something like blockquote div in {post.content}, I tried to find it in post.tpl,... but I found nothing.

      So anyone can help me to show how to edit it?

      Many thanks.

      posted in NodeBB Development
      S
      Sam Nguyen
    • RE: How can I move blockquote to other

      up up up up

      posted in Technical Support
      S
      Sam Nguyen
    • RE: How can I move blockquote to other

      @jenkler Thank you. I'd like to do it because I want to make my forum clearly.

      I don't enough skill to write a plugin 😞

      posted in Technical Support
      S
      Sam Nguyen
    • How can I move blockquote to other

      Hi Team,

      I view source and see code as below:

      <div class="content" component="post/content" itemprop="text">
      <p><a class="plugin-mentions-a" href="xxx">@Username</a> said in<a href="/post/xx">Post title</a>:</p>
      <blockquote>
      <p>Conten</p>
      </blockquote>
      </div>
      

      i'd like to move <blockquote> up like below:

      <div class="content" component="post/content" itemprop="text">
      <blockquote>~~>New position
      <p><a class="plugin-mentions-a" href="xxx">@Username</a> said in<a href="/post/xx">Post title</a>:</p>
      -----old-block-quote----
      <p>Conten</p>
      </blockquote>
      </div>
      

      How can I edit it? I tried to edit file post.tpl but It not show full code, it show only

      {posts.content}
      

      Many thanks and sorry about my English.

      posted in Technical Support
      S
      Sam Nguyen