How to Customize the URL? Would Prefer Shorter URL

General Discussion

Suggested Topics


  • 3 Votes
    3 Posts
    420 Views

    For a quick & dirty solution, I would create HTML widget and insert into Global header.

    In Appearance -> Custom Javascript, I would add the magic here.
    You can upload the images into Public folder and then create an array in the javascript.

    You can grab the title via the <meta name="title" content="Cat title"> tag and match it up with the images array. This is very manual so every time you change the category name you'll have to change in the javascript code as well. I take it though category name won't change that much when Live.

    I have not tried this yet as It's just in theory.

  • 0 Votes
    6 Posts
    3k Views

    @muonx basically your moderators can delete or edit posts.

  • 1 Votes
    4 Posts
    5k Views

    @bentael After some pause, I think I'm ready to work on custom importer. After some investigation I have found, that Importer works with classic/basic entities. Even If I will create custom importer, for example nodebb-plugin-import-ipboard-very-custom, import plugin will use only designed methods (I will be able to import additional fields) like: setup, getPaginatedUsers, getPaginatedCategories, getPaginatedTopics, getPaginatedPosts, and several utility methods like logging, testRun, etc.

    My question: as author of importer, what do you recommend to do if I want to import additional entities? (Example: awards)

    What I want to accomplish after import: Import of standard data: topics, categories, posts, users - It's simple and clear Import custom user fields without altering User document for future plugin use Import additional entity - Awards for future plugin use Import additional entity - Points(like reputation, but isn't part of user table) for future plugin use
  • custom meta tag

    General Discussion
    0 Votes
    3 Posts
    2k Views

    @psychobunny said:

    <meta name="custom" content="custom meta tag" />

    Thank so much. He He.

  • Custom branding

    General Discussion
    1 Votes
    3 Posts
    1k Views

    Lmao. It basically overwrites the 5 branding colours of your Bootstrap theme (ex. @brand-primary) to whatever colours you want.