Post placeholder in topics for infinite scroll

NodeBB Development

Suggested Topics


  • 1 Votes
    3 Posts
    329 Views

    No. I just tried and it works @PitaJ. I just changed the hook and it worked. Thank you so much! This is now solved

  • 0 Votes
    1 Posts
    863 Views

    Hey guys,

    I have encountered some weird issues.

    NodeBB Version: 1.4.5 (then upgraded to 1.4.6)
    Theme: Persona
    Issue: Can't purge posts.

    Delete:
    0_1492919749524_A8CFF4476BB017F083175E3F1B7FFD2E.png

    Purge:
    0_1492919764039_EE6A23ED79A6E323BCE16688B01C43AD.jpg

    Restore:
    0_1492919724549_8A73009D272CDC6B4915AC1CEEFFD6F8.png

    No errors or warnings in ./nodebb log

    What I have tried but failed:

    reboot NodeBB disable all plugins restart mondodb reboot VPS git pull && ./nodebb upgrade (from 1.4.5 to 1.4.6) git fetch && git reset --hard origin/v1.x.x

    What I have tried but just a workaround:
    I found this reply

    Use Vanilla theme. Now I can delete and purge themes. 😄 Uninstall and then reinstall Persona theme. Use Persona theme. The issue remains. 😢

    Another issue with Persona theme:
    0_1492921694537_Snip20170423_9.png

    Another bug found when writing this post:
    0_1492921949468_Snip20170423_10.png
    0_1492922040771_Snip20170423_11.png

  • 4 Votes
    2 Posts
    3k Views

    What about my YouTube plugin that was compatible but due to a recent PR seems to have issues? 😄 cough

  • 1 Votes
    6 Posts
    3k Views

    @baris yes we should add that to core, it is amazing then, that way we can find people who r following similar interests

  • 0 Votes
    9 Posts
    3k Views
    backup your codes. git clone https://github.com/NodeBB/NodeBB.git cd NodeBB switch to tag that you modified from. Perhaps, v0.4.3? e.g. git checkout v0.4.3 rsync your codes to the clone. git commit, git tag my_tag, git checkout master, git merge my_tag You may have to solve conflicts by yourself.