• 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
nam lyN

nam ly

@nam ly
About
Posts
10
Topics
4
Groups
0
Followers
0
Following
0

Topics

  • nam lyN

    How to stop all cache when develop mode ?

    Scheduled Pinned Locked Moved Technical Support
    3
    0 Votes
    3 Posts
    1k Views
    nam lyN

    ya, i tried, but still not change, may be take some time go for changes...

  • nam lyN

    How to edit persona them ?

    Scheduled Pinned Locked Moved Technical Support
    3
    0 Votes
    3 Posts
    1k Views
    yariplusY

    You can also make css and js adjustments from the appearance tab in the admin panel. These are never overwritten.

  • nam lyN

    How to remove Emoj ?

    Scheduled Pinned Locked Moved Technical Support
    7
    0 Votes
    7 Posts
    2k Views
    S

    Id like to change way emojis suggestions work too. For example if i want to use ":D" in chat i get offered :dagger" (in my instalation). So if i dont want that :dagger: i have to press space to get rid of that suggestion. If i just press ENTER ":D" gets replaced with :dagger:
    Turning off that kid of actions would be nice.

  • nam lyN

    How to set meta tag in plugin ?

    Scheduled Pinned Locked Moved Plugin Development
    2
    0 Votes
    2 Posts
    1k Views
    barisB

    Starting with 1.6.0 you can use plugins.fireHook('filter:meta.getMetaTags', { req: req, data: data, defaultTags: defaultTags }, next);

    If you want to do it on 1.5.2 you can try the below using the the hook filter:topic.build.

    myPluign.onTopicBuild = function (hookData, callback) { hookData.res.locals.metaTags.push({ property: 'tags', content: 'abc, def' }); callback(null, hookData); };
  • 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