How to embed an HTML code in composer ?

General Discussion

Suggested Topics


  • 0 Votes
    6 Posts
    3k Views

    I wish there was an option in the ACP where you can enable/disable buttons in the formatting bar and/or change the order. Because the list, image and fullscreen buttons are less important that the upload button. And on mobile it's very hard for users to find (we have 90% mobile users and they complain about this).

  • 0 Votes
    4 Posts
    661 Views

    If it was something is simple as just automatically seeing the contents of the textarea, it could be done with custom JS in the ACP.

  • 0 Votes
    1 Posts
    520 Views

    hi Everyone

    is there anyone can tell me

    Error 403 - Local | AwardSpace.com

    favicon

    (dizzystreams.atwebpages.com)

    how can I embed the same video on my website

    please can anyone embed the same video on their web

  • Customizing my code repo?

    Unsolved General Discussion
    6
    0 Votes
    6 Posts
    2k Views

    You could definitely include them in the same repo. In your local, put the renamed repos in your nodebb/node_modules folder. (make sure you change the name in their package.json and plugin.json too) Then put an exclusion in your .gitignore for that directory, example !node_modules/nodebb-theme-my-persona then git add node_modules/nodebb-theme-my-persona and when you push your changes, it should include the plugin.

    What you set in the ACP is saved in the database, so it should persist. For user uploads, you should be using an external service like imgur, or the uploads may not persist between pushes.

  • Compose box and Imgur

    General Discussion
    5
    0 Votes
    5 Posts
    1k Views

    @frissdiegutke

    Ah, got it.

    Thanks!

    Howard