[nodebb-plugin-iframely] IFramely Embeds

NodeBB Plugins

Suggested Topics


  • 5 Votes
    26 Posts
    777 Views

    @DownPW change 6M to 150M or 200M

  • 0 Votes
    1 Posts
    343 Views

    I've just made a fork of nodebb-plugin-login-mysite and modified to use my api to login.
    It work fine but i've a problem, a user can change on main database both his email and his username, and in this case nodebb will make a new account on next login.
    The only thing wich can't change on main db is uid , any hint to solve this problem ?
    Sorry for my bad english.

  • katex plugin problem

    NodeBB Plugins
    2
    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.

  • 0 Votes
    2 Posts
    1k Views

    meta.config contains settings from NodeBB itself. Plugins retrieve their own settings via the settings module on the client side.
    pls reference:
    https://community.nodebb.org/topic/4449/can-t-find-constants-in-meta-config

  • 2 Votes
    19 Posts
    8k Views