XF 2.3 Refresh on “Active threads / New posts” doesn’t show new posts

LogicWhisper

New member
Hi,

I noticed something strange in the “New posts / Active threads” page.

When I click on 'Active threads' it takes me to /whats-new/posts/<someId>.
If someone posts something new and I just press refresh on that page, it does not show new posts. (Obv....cuz it still has the old ID)
But if I click the New posts button again, then the new post shows up right away.

So basically refresh only reloads the old snapshot, not the live list. This confuses users because they expect refresh to update with the latest posts.

Can this be fixed so that refreshing always shows the newest posts? Or at least make the navigation link always go to /whats-new/posts/ without the snapshot ID?

I’m on cloud 2.3.7

Thank you
 
A refresh shows the existing page (with old data), you have to click the new posts to generate a new search to collect updated information.
I'm not sure why users would refresh the page, most everyone I've interacted with clicks new posts vs. just refreshing.

You can self-adjust your navigation links and what they do through your own customization.
ACP > Setup > Navigation > Public Navigation ../admin.php?navigation/
 
Back
Top Bottom