• 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
Thangaraja CT

Thangaraja C

@Thangaraja C
Gamers
About
Posts
9
Topics
4
Groups
1
Followers
0
Following
0

Topics

  • Thangaraja CT

    Custom theme development

    Scheduled Pinned Locked Moved General Discussion
    2
    0 Votes
    2 Posts
    173 Views
    barisB

    No you can keep it private.

  • Thangaraja CT

    How to add new fields for category?

    Scheduled Pinned Locked Moved Unsolved Technical Support
    2
    0 Votes
    2 Posts
    156 Views
    barisB

    You need a custom plugin and/or theme to add new fields to categories.

  • Thangaraja CT

    How to change the design the first reply in the topic?

    Scheduled Pinned Locked Moved Unsolved Technical Support
    13
    0 Votes
    13 Posts
    590 Views
    barisB

    Hmm you should be able to display some content only after the first posts by adding a if in the topic.tpl. For example on this line https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/topic.tpl#L74

    You can add

    {{{ if !posts.index }}} only visible on main post {{{ end }}}

    Since the main posts has an index of 0, that content will only show in the main post.

  • Thangaraja CT

    How to Import topics,post from excel?

    Scheduled Pinned Locked Moved Unsolved Technical Support
    3
    0 Votes
    3 Posts
    229 Views
    Thangaraja CT

    Thanks

    I can see the endpoint to create a single topic. Is there an endpoint for more than one topic creation in a single call? i.e by passing an array of topics.

  • 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