Thoughts edits now shown in the sidebar

MultiformeIngegno

  • Posts: 1,337
Thoughts edits now shown in the sidebar
« on March 23rd, 2012, 01:23 PM »Last edited on March 23rd, 2012, 01:30 PM by Nao
So, I posted a thought:
Finally "Unread posts/replies" seems works in Wedge! It always gave me problems in SMF (topics marked as unread whe they was read, unread topics disappeared & so on..) :)

As you can see, it has some errors in it, so I edited it:
Finally "Unread posts/replies" seems to work in Wedge! It always gave me problems in SMF (topics marked as unread when they was read, unread topics disappeared & so on..) :)

The edited thought is displayed in the "Thoughts area", but the thought in the sidebar is still the 1st one (not edited).

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Thoughts edits now shown in the sidebar
« Reply #1, on March 23rd, 2012, 01:33 PM »
I'll look into this. Thoughts on the right are, for performance reasons, cached in the user's data field, which is accessed through updateMyData, so it should be easy to spot.

PS: please don't post screenshots in public where links to Friend topics are in clear view ;)

MultiformeIngegno

  • Posts: 1,337

Nao

  • Dadman with a boy
  • Posts: 16,082

MultiformeIngegno

  • Posts: 1,337

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Thoughts edits now shown in the sidebar
« Reply #6, on March 27th, 2012, 05:53 PM »
Yes, it is. It's stored in a member field in the database. It's not an actual file cache or anything. Since it's retrieved on every single page you visit, it's way faster to store it in your member row, which is retrieved as well.