• 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

maniM

mani

@mani
Gamers
About
Posts
74
Topics
22
Groups
2
Followers
1
Following
0

Topics

  • maniM

    [nodebb-plugin-markdown-toc] table of content

    Scheduled Pinned Locked Moved NodeBB Plugins
    0 Votes
    4 Posts
    2160 Views

    N

    I love this plugin, but I noticed one deadly problem. Misplaced characters can break the forum. The plugin looks for markdown header codes like

    Imgur Imgur

    Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users.

    and creates a toc...however if the codes are wrong

    Imgur Imgur

    Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users.

    the first line here has a period infront of the #

    the toc function will break.

    It seems the creator is gone so I hope someone else will fix this bug.


  • maniM

    How can I get category's special users

    Scheduled Pinned Locked Moved NodeBB Development
    0 Votes
    3 Posts
    1489 Views

    barisB

    Those userrs are stored in groups with special names, here are the names assuming the category id is 1.

    cid:1:privileges:find
    cid:1:privileges:read
    cid:1:privileges:topics:create
    cid:1:privileges:topics:reply

    You can get the user ids from these groups by.

    Groups.getMembers('cid:1:privileges:find', 0, -1, callback); This will give you all the user ids that have the find permission for category 1.

    If you want to get their basic info like username picture slug so you can show user icons you can just use Groups.getMemberUsers('cid:1:privileges:find', 0, -1, calllback);


  • maniM

    How to config welcome email template?

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

    maniM

    Now I have to change theme's tempalte, can I just config it in plugin?

    Thanks!


  • maniM

    Github Card Plugin

    Scheduled Pinned Locked Moved NodeBB Plugins nodebb-plugin-github
    6 Votes
    11 Posts
    4964 Views

    A

    You've enabled the plugin!?


  • maniM

    Tag size

    Scheduled Pinned Locked Moved NodeBB Development
    0 Votes
    6 Posts
    2642 Views

    maniM

    @julian Thanks, the default min size of tag is 3, so that's the problem.


  • maniM

    How can I use dump.rdb in other nodebb?

    Scheduled Pinned Locked Moved NodeBB Development
    0 Votes
    4 Posts
    1818 Views

    maniM

    @julian Thanks!


  • maniM

    nodebb-plugin-audio simple music player

    Scheduled Pinned Locked Moved NodeBB Plugins
    2 Votes
    15 Posts
    4928 Views

    A

    Down vote it for not being up to date. 🙂


  • maniM

    Tag value and score bug

    Scheduled Pinned Locked Moved Bug Reports
    1 Votes
    10 Posts
    3606 Views

    maniM

    @julian I got this, thanks!


  • maniM

    nodebb-plugin-video

    Scheduled Pinned Locked Moved NodeBB Plugins
    3 Votes
    6 Posts
    2132 Views

    maniM

    @julian I just make this work to use custom JS load uncompressed js file.


  • maniM

    Can I sort topics by votes or views or date?

    Scheduled Pinned Locked Moved NodeBB Development
    1 Votes
    5 Posts
    2825 Views

    xiduiX

    We have made this plugin. Try it and having fun~
    https://github.com/wktang/nodebb-plugin-category-sort-by-votes


  • maniM

    nodebb-plugin-carousel

    Scheduled Pinned Locked Moved NodeBB Plugins
    4 Votes
    14 Posts
    4980 Views

    jareyJ

    @BenH You can examine the source code of the plugin on its repo: https://github.com/mani95lisa/nodebb-plugin-carousel you can found there a live working example on how it looks like.


  • maniM

    NodeBB swift language highlight plugin

    Scheduled Pinned Locked Moved NodeBB Plugins
    3 Votes
    1 Posts
    882 Views

    maniM

    source

    upload-c99ba1fb-dc2d-4db2-9dee-d0056b20fabc


  • maniM

    Why I can't share topic?

    Scheduled Pinned Locked Moved NodeBB Development
    1 Votes
    9 Posts
    3175 Views

    maniM

    @luke Yes, I changed as below, put share icon at the right
    upload-3de7a56f-2649-47a4-8600-cfb323e982c1


  • maniM

    The arrow button

    Scheduled Pinned Locked Moved NodeBB Development
    0 Votes
    6 Posts
    2164 Views

    maniM

    @psychobunny This looks better, hope we'll replace with it 😄


  • maniM

    How about use highlightjs for code highlight?

    Scheduled Pinned Locked Moved NodeBB Development
    0 Votes
    5 Posts
    2261 Views

    maniM

    @julian said:

    Nagios

    Thanks, I think if I just enable swift highlight that problem maybe will not happen. If it still happened, i'll report a bug to highlightjs. It's repository is very active, I think they will fix that bug soon.

    I want to have a try on highlightjs , so where can I find your highlightjs version plugin? Thanks !😄

    By the way, I just found the latest compiled pygments, but I still don't know how to make this work. https://github.com/tmm1/pygments.rb


  • maniM

    Bug when I view all notifications

    Scheduled Pinned Locked Moved Bug Reports
    0 Votes
    2 Posts
    1098 Views

    aixnrA

    @a_5mith has already pointed that out here. Yeah I noticed this too.


  • maniM

    How can I customize share menu?

    Scheduled Pinned Locked Moved NodeBB Plugins
    0 Votes
    14 Posts
    4605 Views

    fyhaoF

    Hi Admin, I found that also. I hope that NodeBB can create a plugin hook for extending the share menu, without other developers use some CSS hack to hide it or what. Good for future forum upgrades, because future upgrades may overwrite the custom changed code in the core system.


  • maniM

    Weibo.com SSO plugin

    Scheduled Pinned Locked Moved NodeBB Plugins
    1 Votes
    11 Posts
    5434 Views

    terfexT

    @MYU said:

    Installed.

    But got a /admin/weibo path not found error.

    Ditto. Looks like the plugin has been inactive for sometime.


  • maniM

    Test purge post bug

    Scheduled Pinned Locked Moved Bug Reports
    0 Votes
    1 Posts
    469 Views

    No one has replied


  • maniM

    [nodebb-plugin-tudou] Tudou.com video plugin

    Scheduled Pinned Locked Moved NodeBB Plugins tudou
    2 Votes
    5 Posts
    2507 Views

    maniM

    @psychobunny Yes, I have published to NPM, when will 0.5 release?


  • 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.