Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. view
    Log in to post
    • Doppy

      How redirect on user page
      Plugin Development • error exception plugin view • • Doppy

      1
      0
      Votes
      1
      Posts
      1269
      Views

      Doppy

      Suppose to be in my controller.js and I need to redirect user on the user page.

      ...
      var username=user//it's the username
      res.render('/user/'+username);

      but I obtain an error :

      Object #<IncomingMessage> has no method 'csrfToken'

      "/vagrant/nodebb/public/templates"

      Anyone can help me?

    • Nicolas

      UNSOLVED Notifications with HTML
      Plugin Development • html notification view • • Nicolas

      3
      0
      Votes
      3
      Posts
      1619
      Views

      Nicolas

      @psychobunny https://github.com/NodeBB/NodeBB/issues/3647

      NicolasSiver created this issue in NodeBB/NodeBB closed Notifications: HTML #3647
    • Charly86

      Show also Categories in "Recent" View
      Technical Support • catagories view • • Charly86

      3
      0
      Votes
      3
      Posts
      1214
      Views

      Charly86

      Julian,
      Yeah I saw this, but in fact it's more the way it's showed that I would like 😉 I know it's just presentation but this make it easy to show which category is the most active

    • Nicolas

      Home page: categories and sub-categories in the same time
      NodeBB Plugins • layout presentation theme view • • Nicolas

      3
      0
      Votes
      3
      Posts
      2532
      Views

      Nicolas

      Hm. Seems better to create custom theme. Because plugin - Category Sections, alters template - public/templates/categories.tpl

    • S

      Topic view count broken again?
      Bug Reports • count topic view • • Scuzz

      2
      0
      Votes
      2
      Posts
      1560
      Views

      baris

      We fixed a bug that was causing anon views to not count for topic views, thats probably where the extra views are coming from.