Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. topic
    Log in to post
    • Avan Sardar

      UNSOLVED Find and Modify a Single Topic Based on uid and Custom Field in my Plugin
      Plugin Development • plugin stripe topic topics • • Avan Sardar

      2
      0
      Votes
      2
      Posts
      36
      Views

      julian

      Hi @avan-sardar, welcome!

      find a topic based on uid and a custom session ID

      Is this a requirement? If your plugin is listening for something like action:post.save, then you can process the stripe payment.

      The action hook itself also sends the post data, which contains the pid and tid. Without more context, I am afraid I will not be able to help further.

    • NoduleJS

      custom logic before topic delete
      Feature Requests • delete hook topic • • NoduleJS

      6
      0
      Votes
      6
      Posts
      99
      Views

      NoduleJS

      @baris
      i will do it! thanks you

    • kikii

      β€œUser is typing...” typing indicator in topic and chat
      Feature Requests • chat feature request topic typing indicator • • kikii

      8
      7
      Votes
      8
      Posts
      378
      Views

      F

      very nice feature to have

    • M

      Topic voting plugin
      Plugin Requests • plugin topic votes write • • Marc001

      2
      0
      Votes
      2
      Posts
      492
      Views

      PitaJ

      I believe this is possible with some minor theme changes.

      Prior discussion:

      https://community.nodebb.org/topic/12751/topic-voting-like-adult-swim-boards-had/11

    • Doppy

      How schedule topic in future with node-cron?
      NodeBB Development • topic • • Doppy

      3
      0
      Votes
      3
      Posts
      1207
      Views

      Doppy

      @julian I have a timestamp and I need to schedule the topic at this timestamp. So suppose that I want schedule topic at 01/12/2017(only) how can I modify the code to schedule the topic at these date?

    • N

      [solved partially. Used an alternative plugin] [nodebb-plugin-featured-threads] Please fix. Currently incompatible due to lazy loader menu.
      NodeBB Plugins • featured plugin threads topic • • noobbb

      13
      0
      Votes
      13
      Posts
      4222
      Views

      N

      @yariplus Thank you.

    • Nicolas

      Topic sorting
      Feature Requests • posts sorting topic • • Nicolas

      5
      0
      Votes
      5
      Posts
      1638
      Views

      PitaJ

      @Pixel he wants the sorting decision to only apply to the topic he's in, not to every topic he goes to after.

    • Nicolas

      Topics and Unread
      Feature Requests • improvement topic unread • • Nicolas

      1
      1
      Votes
      1
      Posts
      921
      Views

      Nicolas

      By visiting unread page https://community.nodebb.org/unread
      By clicking on topic titles, user should be redirected to first unread message.

    • Nicolas

      UNSOLVED Different entity for "Topic"
      Plugin Development • big-change topic workflow • • Nicolas

      2
      0
      Votes
      2
      Posts
      1333
      Views

      julian

      Would the Q&A plugin be closer to what you want?

    • ?

      I need to remove the bump topic of the recent page
      General Discussion • topic • • A Former User

      7
      0
      Votes
      7
      Posts
      2075
      Views

      ?

      @baris said:

      Right you would need to add a Topics.updateRecent(tid, timestamp, callback); call into Topics.create() function so that topics are initialy added to /recent.

      Change the following code in Topics.create()

      https://github.com/NodeBB/NodeBB/blob/master/src/topics/create.js#L64-L68

      to

      db.sortedSetsAdd([ 'topics:tid', 'topics:recent', 'cid:' + topicData.cid + ':tids', 'cid:' + topicData.cid + ':uid:' + topicData.uid + ':tids' ], timestamp, topicData.tid, next);

      lol, everything was working when I replaced:

      'topics:tid', 'topics:recent',

      on

      'topics:recent', 'topics:tid',

      Thank you.

    • Nicolas

      Moderation: topic move
      Feature Requests • moderator tools topic • • Nicolas

      4
      0
      Votes
      4
      Posts
      1875
      Views

      A

      I'd say it hasn't been moved then. πŸ˜›

      Should probably not display it's own category though. I'll give you that. πŸ™‚ Would be nice if it included a text bar above for those with loads of categories. So type (for example) 'develop' and it displays the developers category.

    • S

      Topic view count broken again?
      Bug Reports • count topic view • • Scuzz

      2
      0
      Votes
      2
      Posts
      1560
      Views

      baris

      We fixed a bug that was causing anon views to not count for topic views, thats probably where the extra views are coming from.

    • B

      Update Topic slug
      NodeBB Development • slug topic • • bentael

      3
      0
      Votes
      3
      Posts
      1883
      Views

      B

      ah crap, i totally missed reading this line!

      thanks you @baris