WebM Embed Plugin

NodeBB Plugins

Suggested Topics


  • 0 Votes
    8 Posts
    1k Views
    root@community:/var/nodebb# systemctl stop nodebb root@community:/var/nodebb# ./nodebb build started 2018-06-07T16:34:56.255Z [7073] - warn: You have no mongo username/password setup! 2018-06-07T16:34:56.747Z [7073] - info: [build] Building in parallel mode 2018-06-07T16:34:56.748Z [7073] - info: [build] plugin static dirs build started 2018-06-07T16:34:56.751Z [7073] - info: [build] requirejs modules build started 2018-06-07T16:34:56.752Z [7073] - info: [build] client js bundle build started 2018-06-07T16:34:56.754Z [7073] - info: [build] admin js bundle build started 2018-06-07T16:34:56.754Z [7073] - info: [build] client side styles build started 2018-06-07T16:34:56.755Z [7073] - info: [build] admin control panel styles build started 2018-06-07T16:34:56.756Z [7073] - info: [build] templates build started 2018-06-07T16:34:56.757Z [7073] - info: [build] languages build started 2018-06-07T16:34:56.757Z [7073] - info: [build] sounds build started 2018-06-07T16:34:57.113Z [7073] - info: [build] sounds build completed in 0.356sec 2018-06-07T16:34:57.268Z [7073] - info: [build] plugin static dirs build completed in 0.52sec 2018-06-07T16:35:00.633Z [7073] - info: [build] client js bundle build completed in 3.881sec 2018-06-07T16:35:00.634Z [7073] - info: [build] admin js bundle build completed in 3.88sec 2018-06-07T16:35:00.758Z [7073] - info: [build] languages build completed in 4.001sec 2018-06-07T16:35:00.761Z [7073] - info: [build] templates build completed in 4.005sec 2018-06-07T16:35:00.930Z [7073] - info: [build] client side styles build completed in 4.176sec 2018-06-07T16:35:01.997Z [7073] - info: [build] requirejs modules build completed in 5.246sec 2018-06-07T16:35:02.096Z [7073] - info: [build] admin control panel styles build completed in 5.341sec 2018-06-07T16:35:02.097Z [7073] - info: [build] Asset compilation successful. Completed in 5.35sec. root@community:/var/nodebb# systemctl start nodebb
  • katex plugin problem

    NodeBB Plugins
    0 Votes
    2 Posts
    846 Views

    Another way is to put the following into your custom header:

    <script type="text/x-mathjax-config"> MathJax.Hub.Config ({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], skipTags: ["<pre>","<span>"] }, TeX: {equationNumbers: {autoNumber: "AMS"}, extensions: ["color.js"], Macros: {ra: "{\\rm a}", rb: "{\\rm b}", rgh: "{\\rm rgh}", rD: "{\\rm D}", cell: "{\\rm cell}", drag: "{\\rm drag}", lift: "{\\rm lift}", rd: "{\\rm d}", Kd: "{\\rm Kd}", rc: "{\\rm c}",rN: "{\\rm N}",tr: "{\\rm tr}",dev: "{\\rm dev}",mag: "{\\rm mag}",max: "{\\rm max}",min: "{\\rm min}",exp: "{\\rm exp}", rq: "{\\rm q}", rE: "{\\rm E}", dpm: "{\\rm dpm}", rT: "{\\rm T}",rP: "{\\rm P}", rW: "{\\rm W}", bfU: "{\\bf U}", bfHbyA: "{\\bf HbyA}", bfS: "{\\bf S}", bfg: "{\\bf g}", bfh: "{\\bf h}", bfT: "{\\bf T}", bfV: "{\\bf V}", bfd: "{\\bf d}", bfI: "{\\bf I}", bfK: "{\\bf K}", bfA: "{\\bf A}", bfn: "{\\bf n}", bfR: "{\\bf R}", bfM: "{\\bf M}", bfx: "{\\bf x}",bfF: "{\\bf F}", p: "{\\partial}" } } } ); </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <script> $(window).on('action:posts.loaded action:ajaxify.end', function () { MathJax.Hub.Queue(["Typeset", MathJax.Hub, "content"]); }); </script>

    then you can use MathJax.

  • 2 Votes
    10 Posts
    3k Views

    This is growing and becoming a stylish front end. v0.3.0:

    0_1463174551959_upload-ab531bcf-e815-4d8a-bedb-0265eee2b469

  • 0 Votes
    1 Posts
    867 Views

    Dear Nodearati

    Bulk registration
    Can anyone recommend a plugin that allows me to bulk load bb members and optionally register them into a group?

    Alternatively if I was to write a specification is there anyone who would be interested in developing such an plugin using Write-API as the basis.

    Thanks in advance
    DM

  • 7 Votes
    94 Posts
    43k Views

    Hi, all:

    Are there plans to update this for 2.0? The formatting in this one looks easier for users than the formatting in nodebb-plugin-btn-spoilers, so I would prefer to use this.