• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Extension to the ignore feature.

Scheduled Pinned Locked Moved NodeBB Development
3 Posts 3 Posters 842 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    a_5mith
    wrote on last edited by a_5mith
    #1

    So, I'm coming up with some ideas for my new site, and would like to guage some plausible options, would it be possible to have a checklist on the registration page, that allows them to tick the categories they're interested in, any that aren't ticked become ignored on registration?

    This probably isn't a feature request. Can it be moved to the Dev category. 👍 ❤

    EDIT: Thanks, also Julian, I don't think the move notification works properly.

    Untitled.png

    1 Reply Last reply
    0
  • psychobunnyP Offline
    psychobunnyP Offline
    psychobunny
    wrote on last edited by
    #2

    I would imagine it's possible yeah, check this plugin out for an example on how to add fields to the registration page and how to read the response on the server side.

    https://github.com/psychobunny/nodebb-plugin-registration-question

    You'd just need to write code to list out the categories (should be a few places where you can find out how to do that), and on the backend, after registration call User.ignoreCategory(uid, cid, callback) for each category that was not selected

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #3

    Topic move notification is fixed on master.

    1 Reply Last reply
    2

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development