Skip to content
  • 0 Votes
    2 Posts
    427 Views
    omegaO

    @maciej-bąk-0

    What kind of daily traffic is your NodeBB getting?

  • 2 Votes
    5 Posts
    3k Views
    omegaO

    @psychobunny

    I tested this on 1.17.x and it seems to work, or it display ads haven't seen metric pour in yet.

    One thing that would be a welcome feature, if the plugin was able to handle it with an input line for the ads.txt content, to keep life simple. 🙂

  • 0 Votes
    3 Posts
    438 Views
    M

    @pitaj What do you think? ☺

  • 0 Votes
    12 Posts
    2k Views
    PitaJP

    Widgets are just a special kind of plugin. You can use meta.settings.get in widgets if you want, but only if you have a setting that is shared across all widget instances.

    I'm not sure what you mean by using meta.config but I don't see anything wrong with it.

  • 3 Votes
    13 Posts
    5k Views
    D

    @detp said in [nodebb-plugin-sso-wordpress] Wordpress SSO:

    Hi @julian
    I keep getting an Internal Error.
    Oops! Looks like something went wrong!
    /auth/wordpress/callback
    Unexpected end of JSON input

    I get the same error whether its a default or custom home page. Its a URI mismatch however the redirect URI I entered in the wp-oauth plugin is correct and had been working before.

    Any ideas to the problem?

    I am also getting the same url with the url
    https://tradeninja.nodebb.com/auth/wordpress/callback?code={code_value}state={value}&iframe=break

  • 0 Votes
    1 Posts
    273 Views
    kaiK

    Hi All,
    I'm a newbie in nodebb. I'm not understand the layout logic nodebb in nodebb.
    Actually I have a two feature need to change the template.

    I would like to update active user widget: I need to add username under the avator box. I would like to update the perrmission from nodebb-plugin-calendar: only admin can see the event response.

    I found the template in the plugins folder and change the template tpl code. And also re-build the nodebb. However the layout a still not updated. May I know what is the correct method to make a small changes in nodebb and how to update the template layout ?

    Thanks so much.

    Nodebb version : 1.17.0

  • 0 Votes
    2 Posts
    366 Views
    PitaJP

    Manually install with npm on the command line

    npm install <module name>@<version>
  • 0 Votes
    8 Posts
    723 Views
    PitaJP

    @julian at the moment I don't use the built in methods:

    Link Preview Image nodebb-plugin-calendar/src/client/eventModal.ts at main · pitaj/nodebb-plugin-calendar

    Fully-featured calendar plugin for NodeBB. Contribute to pitaj/nodebb-plugin-calendar development by creating an account on GitHub.

    favicon

    GitHub (github.com)

    As there is no way to do the following:

    read text contents to check for an existing event do a regex replacement on the text contents

    I don't know anything about quil, so I can't really help there.

  • 0 Votes
    3 Posts
    372 Views
    PitaJP

    In the database

  • 0 Votes
    18 Posts
    3k Views
    B

    for anyone else migrating from phpbb, my fork of the exporter https://github.com/akhoury/nodebb-plugin-import-phpbb has been updated to support phpbb 3.3 there is also a PR to merge it in @psychobunny 's repo https://github.com/psychobunny/nodebb-plugin-import-phpbb/pull/10

    Thanks @NodeHam for providing a database dump.

  • 1 Votes
    2 Posts
    521 Views
    RiekMediaR

    No idea guys?

  • 1 Votes
    4 Posts
    3k Views
    phenomlabP

    @mootzville Hi. Is it possible to update this plugin to work with 1.17 ?

  • 3 Votes
    12 Posts
    3k Views
    T

    bump! @baris @psychobunny

    If it's not possible to exclude pinned topics right now, please let me know. Otherwise, it would be cool to have this option in future releases. 🙂

  • 0 Votes
    4 Posts
    604 Views
    dunlixD

    @chez Update your nodebb, make sure no CSS you have is changing anything
    see if it works with a different language too. (one with left-to-right layout.)

  • Topic thumbnails?

    NodeBB Plugins
    5
    0 Votes
    5 Posts
    599 Views
    omegaO

    @taloche Makes sense, I see nothing. Time to investigate.

    EDIT: Oh... I did a rebuild. It's there now!

  • 13 Votes
    38 Posts
    15k Views
    K

    @nicolas this looks like a nice plugin for us as well. Any plans on adding reactions instead of likes? As FB e.g. where you can choose like/heart/lol/etc

  • 10 Votes
    6 Posts
    2k Views
    Spin0usS

    @dogs thank for this plugin 👍
    Here is the way i installed it :

    npm install git+https://github.com/me-cooper/nodebb-plugin-makesmart-gallery.git

    Hope this help.

  • 0 Votes
    8 Posts
    537 Views
    phenomlabP

    @dunlix yes, but there is also a register and login link in the message

  • plugin chat

    NodeBB Plugins
    9
    0 Votes
    9 Posts
    1k Views
    C

    I had a plugin that adds an option for the administrator to see users' chat.
    Now I can not find it
    I would love if someone would bring me a suitable link for it.

  • 0 Votes
    1 Posts
    288 Views
    AnOdeToBBA

    I'm hoping to pull In some YouTube videos that will embed into the post, so pull in the YouTube category feed automatically.

    Currently getting a 'Status 404 error' when inputting the feed URL, any ideas?

    I have posted this is the actual plugin thread but without any response so far. Has anyone managed to pull in and embed YouTube videos direct into the posts?

    Thanks 👍