Skip to content
  • 2 Votes
    5 Posts
    3k Views
    N

    @leksar you can discard changes (git checkout -- .) before switching to the another branch (master) or you can stash them, and pop stash changes after branch switch. Anyway, It's to early for master switch, some changes are part of active pull request.

    As I understand, this plugin will be fully supported by future 0.7.1 release of the NodeBB.

  • 1 Votes
    25 Posts
    12k Views
    B

    @Nicolas Oh yeah, this shit messes up the indexing and Google search doesn't recognize the sitemap. I'm try use your plugin, but he not work with topic name.

    Solved
    To fix need change topicData.slug = translit(topicData.slug) to topicData.topic.slug = translit(topicData.topic.slug)