Skip to content

NodeBB: Creating pages

Solved Configure

Did this solution help you?
Did you find the suggested solution useful? Why not buy me a coffee? It's a nice gesture, and a great way to show your appreciation šŸ’—

Related Topics
  • Opening links in nodebb widget

    Solved Configure
    6
    4 Votes
    6 Posts
    356 Views

    A more efficient way of including this would be to not over complicate it and leverage a standard iframe (providing the CSP headers of the remote site permit this) like below

    <iframe src="https://www.classmarker.com/online-test/start/?quiz=gag66aea7922f0a5" width="700" height="800"></iframe>

    This works first time every time on your site as intended.

  • Nodebb icon on google page

    Solved Customisation
    9
    4 Votes
    9 Posts
    741 Views

    @Panda Itā€™s been raised multiple times, but only for the open source version, and not hosted.

  • Following the API docs but its not clear ...

    Solved Customisation
    8
    2 Votes
    8 Posts
    518 Views

    @Panda youā€™d be surprised. If you consider that youā€™d need to use the API to be able to populate a WordPress widget for example (which in turn would of course be PHP), taking this route is still immensely popular.

  • Composer Zen icon?

    Solved Configure
    8
    2 Votes
    8 Posts
    339 Views

    @DownPW exactly. Not really a new concept, and in all honesty, not something Iā€™ve ever used.

    If you consider the need to add links and references, or citations, youā€™d need to be able to see other parts of the screen!

  • MailGun Not Working NodeBB

    Solved Configure
    6
    1 Votes
    6 Posts
    473 Views

    @phenomlab did it šŸ™‚ i did not create smtp user on mailgun. everything is working now.

    6cc6061f-ed5d-41f6-8eb7-5d98f98b3706-image.png

  • How to fix header side as boxed

    Solved Customisation
    10
    6 Votes
    10 Posts
    527 Views

    @phenomlab yes it caused a problem for mobile users.
    thank you for helping ā€¦

  • Recent Cards plugin customization

    Solved Customisation
    21
    13 Votes
    21 Posts
    3k Views

    @pobojmoks thatā€™s easily done by modifying the code provided here so that it targets background rather than border

    In essence, the below should work

    $(document).ready(function() { $(window).on('action:ajaxify.end', function(data) { $('.recent-card-container').each(function(i) { var dataId = $(this).attr("data-cid"); var color = $('[role="presentation"]', this).css("background-color"); console.log("data-cid " + dataId + " is " + color); $('[data-cid="' + dataId + '"] .recent-card').attr("style", "background-color: " + color); }); }); });
  • NodeBB - Created pages not found?

    General
    20
    3 Votes
    20 Posts
    1k Views

    @jac Exactly. Hard point to argue.