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

Community

David LevTovD

David LevTov

@David LevTov
About
Posts
9
Topics
4
Groups
0
Followers
0
Following
0

Topics

  • David LevTovD

    redis + non-english search

    Scheduled Pinned Locked Moved NodeBB Development
    0 Votes
    1 Posts
    822 Views

    David LevTovD

    i want develop a primitive plugin for basic search non-english support (lack in dbsearch with redis).

    I wish very much, good starting points:
    How to scan messages already in front of the plugin (if you refer me to an existing code, please give me relevant line numbers..)?

    Should I build an index somewhere in words (primitive, but better than a comprehensive scan, or not)? And if so how (existing database, with prefix?).

    Thank you very much in advance!


  • David LevTovD

    how allow google-bot read private forum

    Scheduled Pinned Locked Moved General Discussion
    0 Votes
    3 Posts
    779 Views

    David LevTovD

    https://github.com/NodeBB/NodeBB/issues/2304

    thanks!


  • David LevTovD

    api (write plugin) upload - A valid login session was not found

    Scheduled Pinned Locked Moved General Discussion
    0 Votes
    13 Posts
    2470 Views

    ilblogI

    For anyone using NodeBB to upload a screenshot from node.js

    const buffer = await createImage({ path: `screenshot/annotation:${ annotationID }` , encoding: 'binary' }) const result = await rp({ url: `${ endpoint }/util/upload?_uid=${ _uid }`, method: 'POST', json: true, headers: { Authorization , 'Content-Type': 'multipart/form-data' }, formData: { 'files[]': { value: buffer, options: { filename: `annotaion-${ annotationID }.jpg`, contentType: 'image/jpg' } } }, })

  • David LevTovD

    right way for custom import

    Scheduled Pinned Locked Moved General Discussion
    0 Votes
    2 Posts
    699 Views

    PitaJP

    Your best shot is probably to fork off https://github.com/psychobunny/nodebb-plugin-import-phpbb and use nodebb-plugin-import with your custom modifications.


  • Login

  • Don't have an account? Register

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

  • Don't have an account? Register

  • Login or register to search.