• 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

jiangcaiyangJ

jiangcaiyang

@jiangcaiyang
Anime Lovers
About
Posts
94
Topics
30
Groups
1
Followers
1
Following
3

Topics

  • jiangcaiyangJ

    Is there any place for a <div> to run across the site

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

    GiggiuxG

    I think I can do an use case scenario:

    A side permanent chat, so when you navigate the site, the chat remains there and only the content gets updated, while the chat is still available and you can still chat.

    More or less like the navigation-bar / nodebb-skeleton than when you change topic/category/pages it doesn't get reloaded.


  • jiangcaiyangJ

    nodebb-widget-image-carousel failed to load

    Scheduled Pinned Locked Moved NodeBB Plugins
    0 Votes
    2 Posts
    946 Views

    PitaJP

    @jiangcaiyang the error you posted points to client-side code. The code you posted is pretty clearly server-side.


  • jiangcaiyangJ

    Which plugin to choose: nodebb-plugin-emoji or nodebb-plugin-emoji-extended

    Scheduled Pinned Locked Moved NodeBB Plugins
    0 Votes
    2 Posts
    890 Views

    PitaJP

    @jiangcaiyang use nodebb-plugin-emoji. nodebb-plugin-emoji-extended is no longer maintained.


  • jiangcaiyangJ

    Problem on upgrading 1.7.3: semver problem

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

    jiangcaiyangJ

    Hello, long time no visit this site. Recently I updated my forum to 1.7.3, but gets error on ./nodebb upgrade. Here is the output:

    /node_modules/semver/semver.js:293 throw new TypeError('Invalid Version: ' + version); ^ TypeError: Invalid Version: upgrades more sensitive data omitted

    It seems the new version of code has problem.


  • jiangcaiyangJ

    Any hook to nodebb build to perform custom steps

    Scheduled Pinned Locked Moved NodeBB Development
    0 Votes
    2 Posts
    975 Views

    PitaJP

    If all you need to change is a template file, you can just edit the template file stored in build/public/templates in the static:app.load hook. Since templates are compiled on demand, this will work as long as ./nodebb build is run afterwards.


  • jiangcaiyangJ

    passing a string is deprecated

    Scheduled Pinned Locked Moved NodeBB Plugins
    0 Votes
    6 Posts
    1756 Views

    Z

    @PitaJ Worked great. Thank you!


  • jiangcaiyangJ

    How could I resolve plugin warning about setting "set hookData.html"

    Scheduled Pinned Locked Moved NodeBB Plugins
    0 Votes
    6 Posts
    1892 Views

    JenklerJ

    @baris said in How could I resolve plugin warning about setting "set hookData.html":

    widget.html = html;

    Thanks, seams to work 😉


  • jiangcaiyangJ

    Why doesn't NodeBB provide tags since 1.2.2?

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

    jiangcaiyangJ

    Sorry, it seems that git tags does not shipped with code. So downloaded tags are not completed, when I tappedgit tag command.
    However github has its completed tags.
    See this link: https://github.com/NodeBB/NodeBB/compare?expand=1


  • jiangcaiyangJ

    NodeBB socket.io 302 error.

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

    jiangcaiyangJ

    I'm using Qt as our client program to chat with friend within our forum: qtdream.com
    But, when I upgraded from 1.4.3 to 1.4.4, we encounter a problem on connect socket.io. the debug log shows:

    socket close with reason: {"description":"network error: 302https://qtdream.com/socket.io/?EIO=3&t=5ZGo5Li&transport=polling","type":"TransportError"}

    I have been stuck with it for over 3 days, is there any solutions to resolve that? Thanks in advance.


  • jiangcaiyangJ

    Some questions on writing front-end scripts

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

    jiangcaiyangJ

    @PitaJ How many times will // Some code be executed if they are not inside $(document).ready? I know // Some code will be executed once inside $(document).ready.

    Another question, which will be executed first? the code inside $(document).ready or the one outside?


  • jiangcaiyangJ

    How to write a hovered music player as a plugin?

    Scheduled Pinned Locked Moved NodeBB Plugins
    0 Votes
    2 Posts
    1108 Views

    julianJ

    Oof, that's a lot to ask in one post, which explains why nobody has responded yet 😞

    Have you tried getting a base plugin made, to open a music player in something like a bootbox.dialog?


  • jiangcaiyangJ

    Is there any brief introductions to NodeBB apis

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

    julianJ

    @vstoykov important distinction to make, thanks 😄


  • jiangcaiyangJ

    "upload" folder not changed

    Scheduled Pinned Locked Moved General Discussion
    0 Votes
    5 Posts
    1906 Views

    jiangcaiyangJ

    @PitaJ Thanks for your patience in dealing with this problem.


  • jiangcaiyangJ

    nodebb.min.js not updated

    Scheduled Pinned Locked Moved NodeBB Development
    0 Votes
    8 Posts
    2533 Views

    jiangcaiyangJ

    @PitaJ Thanks you! nodebb.min.js updated successfully.


  • jiangcaiyangJ

    Add a custom widget on submitting a new post.

    Scheduled Pinned Locked Moved Plugin Requests
    0 Votes
    6 Posts
    2392 Views

    jiangcaiyangJ

    @PitaJ That can be true if I do that. Or I am choosing something else, to add a icon like emoji instead.


  • jiangcaiyangJ

    Does NodeBB support OAuth 2.0? I need to make a SSO using our forum data.

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

    T

    @julian Thanks for the update 🙂


  • jiangcaiyangJ

    nginx with valid_referers with regular expression

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    5 Posts
    2911 Views

    jiangcaiyangJ

    @PitaJ Tried, but still 403.
    Is there any convenient way to check if the rules are valid.
    And there are few instances on regular expressions for nginx valid_referers.


  • jiangcaiyangJ

    Anyway to reflesh the forum page on clicking the login button on menu

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    2 Posts
    1444 Views

    GiggiuxG

    @jiangcaiyang when I go to QT's forum I get redirected to https


  • jiangcaiyangJ

    Any way to serve http on anonymous users, https on registered users

    Scheduled Pinned Locked Moved General Discussion
    0 Votes
    5 Posts
    1560 Views

    jiangcaiyangJ

    @PitaJ Thanks, it is actually not the issue of NodeBB, it is the decision on which strategy to choose. Anyway, I've done no worse than before, that is enough.

    Test the out image links:
    outlinks


  • jiangcaiyangJ

    Unsafe static fonts on https

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

    jiangcaiyangJ

    Resolved using my own way: changed lavender theme's source code.


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