• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. josef
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 22
    • Posts 65
    • Best 12
    • Controversial 0
    • Groups 1

    Topics created by josef

    • J

      Unsolved Using a client-side filter hook
      NodeBB Development • • josef

      2
      0
      Votes
      2
      Posts
      4
      Views

      baris

      Sure you can use hooks on the client side, but server side and client side hooks are separate. Something that fires on the server side doesn't automatically fire client side.

      You have to look in the client side code in the public folder to see if the hook you need exists. In the chat message case there is action:chat.sent which you can use to modify the message before being sent to the server. https://github.com/NodeBB/NodeBB/blob/master/public/src/client/chats/messages.js#L21

    • J

      Unsolved In ACP, disable email verification for users
      Technical Support • • josef

      2
      0
      Votes
      2
      Posts
      23
      Views

      J

      Does it seem unnecessary? 🤔
      Maybe this ability exists in ACP in a place I don't know..?

    • J

      Solved Server side hook for loading recent posts/top posts for user
      Technical Support • • josef

      3
      0
      Votes
      3
      Posts
      66
      Views

      J

      @baris Thanks! perfect 🙂
      https://github.com/julianlam/nodebb-plugin-support-forum/pull/14

      ShlomoCode created this issue in julianlam/nodebb-plugin-support-forum open Hide posts from the support category on the profile page #14
    • J

      Unsolved How to know who deleted the post?
      Technical Support • • josef

      6
      0
      Votes
      6
      Posts
      99
      Views

      J

      @julian Maybe a new indicator to know this? So that inspectors can know this too, not just those who have access to ACP

    • J

      Unsolved How to stop the posting process in a client side script
      Technical Support • • josef

      3
      0
      Votes
      3
      Posts
      71
      Views

      baris

      Use this hook to prevent posting and displaying and alert https://github.com/NodeBB/nodebb-plugin-composer-default/blob/master/static/lib/composer.js#L677

    • J

      Unsolved View a contact page within the bootbox alert in nodebb
      Technical Support • • josef

      4
      0
      Votes
      4
      Posts
      134
      Views

      J

      @julian What do I call the boot methodØŸ

    • J

      Unsolved How does NodeBB detect spiders?
      Technical Support • • josef

      2
      0
      Votes
      2
      Posts
      62
      Views

      baris

      It looks at the user agent, https://github.com/binarykitchen/spider-detector/blob/master/index.js#L2-L28

    • J

      Unsolved Hook a client party to a new message in chat
      Technical Support • • josef

      2
      1
      Votes
      2
      Posts
      35
      Views

      baris

      event:chats.receive
      https://github.com/NodeBB/NodeBB/blob/master/public/src/client/header/chat.js#L22

    • J

      Solved Receive notifications content (client side hook)
      Technical Support • • josef

      10
      0
      Votes
      10
      Posts
      78
      Views

      J

      Now I see that you can just use the "bodyShort" flag and it works.
      But it will still be interesting to know how to turn user-id into a username ...

    • J

      Unsolved Hook on the client side when a post enters a queue of posts
      Technical Support • • josef

      17
      0
      Votes
      17
      Posts
      104
      Views

      baris

      You are using the wrong hook name

      action:composer.topics.post => for new topic
      action:composer.posts.reply => for new reply

    • J

      Unsolved Google Adsense on NODEBB
      Technical Support • • josef

      2
      0
      Votes
      2
      Posts
      45
      Views

      J

      In addition, I was told to "upload the ads.txt file to the root directory of the site. The root directory of the site is the directory or folder that appears after the top-level domain (example.com/ads.txt)."
      How do I get it up there?
      When I upload through the ACP it goes up to the
      example.com/assets/uploads/ads.txt path

    • J

      Unsolved Does not display rss content, only link
      Technical Support • • josef

      7
      1
      Votes
      7
      Posts
      86
      Views

      volanar

      @josef this is a great plugin for filling the community with content. It is a pity that it does not work correctly

    • J

      Unsolved NODEBB forum installation failed
      Technical Support • • josef

      4
      2
      Votes
      4
      Posts
      192
      Views

      PitaJ

      @dunlix either way, if you don't have a config.json, it starts the web installer:

      https://github.com/NodeBB/NodeBB/blob/fb363957d1ff8ac63c0a50aaeeb2dd86975876bc/src/cli/index.js#L109

    • J

      Unsolved NODEBB Forum A course on deleting topics permanently
      Technical Support • • josef

      2
      0
      Votes
      2
      Posts
      113
      Views

      PitaJ

      What plugins do you have? Try disabling all plugins.

    • J

      Solved (?...Using a plugin) Installing the jQuery directory in NodeBB
      Technical Support • • josef

      9
      0
      Votes
      9
      Posts
      161
      Views

      J

      @pitaj JS is enabled in the browser.
      But only preload the jQuery library using JS Custom Help.
      Now it's ok 🙂

    • J

      Solved Displays the number one post on the topic in the abstract instead of the last post on the topic
      Technical Support • • josef

      2
      0
      Votes
      2
      Posts
      54
      Views

      baris

      You can change this in the ACP.

      edb50722-b698-4032-bde7-ba07963bd6f9-image.png

    • J

      Unsolved Does the client-nojs element exist in the nodebb system?
      Technical Support • • josef

      1
      0
      Votes
      1
      Posts
      38
      Views

      J

      Hi,
      In a MediaWiki system you can use a class called client-nojs. To apply CSS formatting to anyone who disables JavaScript in browser settings / using a plugin.
      I tried to use this class with the same code (just for example:

      .client-nojs * { display: none }

      This code should hide all the elements on the page for anyone who disables js.
      In the MediaWiki system I tried this code it worked well, but in the Nodebb system nothing happened.)
      The question is is there a parallel to this in the nodebb system?

    • J

      Solved Embed a YouTube video with a full screen option
      Technical Support • • josef

      5
      2
      Votes
      5
      Posts
      197
      Views

      J

      @antosik
      thanks for your help! This is exactly what I was looking for!

    • J

      Unsolved Changing icons in the NODEBB forum
      Technical Support • • josef

      7
      1
      Votes
      7
      Posts
      761
      Views

      J

      @yehonatan-albert
      I do not find any suitable symbol there.
      Is there another place from which symbols can be selected and will they be supported?

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact