• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

[nodebb-plugin-ns-slugify] NS Slugify

Scheduled Pinned Locked Moved NodeBB Plugins
ns-pluginslugscyrillic
5 Posts 2 Posters 2.8k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • NicolasN Offline
    NicolasN Offline
    Nicolas Plugin & Theme Dev
    wrote on last edited by
    #1

    NodeBB: Slugify

    Auto transliteration of slugs.

    Install

    Important Note: Plugin uses very latest filters from NodeBB, you should have latest master

    npm install nodebb-plugin-ns-slugify
    

    Entities

    List of NodeBB entities that will be processed and transliterated:

    • Categories
    • Topics
    • Users

    Notes

    • Plugin only supports transliteration from Cyrillic to Latin.
    1 Reply Last reply
    2
  • NicolasN Offline
    NicolasN Offline
    Nicolas Plugin & Theme Dev
    wrote on last edited by
    #2

    Version 1.1.0

    • Slugs will be processed for category edits
    • Slugs will be processed for topic edits

    Important Note: to properly function, latest changes to NodeBB are needed.

    1 Reply Last reply
    0
  • leksarL Offline
    leksarL Offline
    leksar
    wrote on last edited by
    #3

    Just installed but can't see the changes. What should i do except activating the plugin ? made "./nodebb upgrade" and "git pull" on my server before.

    1 Reply Last reply
    0
  • leksarL Offline
    leksarL Offline
    leksar
    wrote on last edited by leksar
    #4

    Oh, looks like i need to use "master" branch instead of "v0.7.x", but i'm trying to do

    git fetch
    git checkout master
    

    it says:

    error: Your local changes to the following files would be overwritten by merge:
            minifier.js
            public/language/ru/user.json
    Please, commit your changes or stash them before you can merge.
    Aborting
    

    How do i switch the branch ?

    1 Reply Last reply
    0
  • NicolasN Offline
    NicolasN Offline
    Nicolas Plugin & Theme Dev
    wrote on last edited by Nicolas
    #5

    @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 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development