Navigation

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

      Disabling axaxify causes weird scrolls when clicking on "1 new reply" under posts
      Bug Reports • ads ajaxify bug scroll • • faizanzahid

      2
      0
      Votes
      2
      Posts
      985
      Views

      baris

      Hmm instead of turning off all clicks can you try commenting out ajaxifyAnchors(); in public/src/ajaxify.js

    • jongarrison

      Documentation on making ajaxify.go work for custom routes?
      NodeBB Plugins • ajaxify • • jongarrison

      12
      1
      Votes
      12
      Posts
      3170
      Views

      jongarrison

      Sweet! 🙂

    • R

      Custom Routes are not ajaxified
      NodeBB Development • ajaxify • • riteshsanap

      7
      1
      Votes
      7
      Posts
      2600
      Views

      R

      I solved it, so for those get stuck here , we have to add Custom routes for ajaxifying and also mention which template to use.

      to solve that add custom mapping to the file

      /src/views/config.json

      like this

      "^route/.*": "Template to use without .tpl at the end", "^route/.*/add": "template"
    • trevor

      Problem adding classes and removing before and after ajaxify
      NodeBB Development • ajaxify • • trevor

      4
      0
      Votes
      4
      Posts
      1866
      Views

      julian

      Glad you figured it out with @arasbm's help @trevor, sorry I had to go to bed 😄

    • julian

      [nodebb-script-ajaxify-disable] Disable the Single Page Application aspect of NodeBB
      NodeBB Plugins • ajaxify script widget • • Julian Lam

      1
      1
      Votes
      1
      Posts
      1543
      Views

      julian

      For @planner, this script can be placed in the "Global Footer" widget area (or any other widget area present on all pages). It overrides the ajaxify method and returns anchors to their default operation, which is a regular page load.

      Get the script here
    • frissdiegurke

      [solved] ajaxify.go and the browsing-list
      Bug Reports • ajaxify bug • • frissdiegurke

      3
      0
      Votes
      3
      Posts
      1408
      Views

      frissdiegurke

      yup, great! 👍