Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: After Update to 8.1.1 Visited / Read forums icons not reflecting actual status anymore. #973

Closed
gnossosp opened this issue Jul 5, 2024 · 3 comments · Fixed by #974
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gnossosp
Copy link

gnossosp commented Jul 5, 2024

Describe the bug

A "Read (rhymes with Red)" forum not rendering 'Read Forum' font/folder icon

Software Versions

  • DNN: 09.13.03
  • Module: 8.1.1

To Reproduce

Steps to reproduce the behavior:
Updated Extension from 8.01 to 8.01.01 ... Re Indexed "Search" as suggested.
Open forum and all folders are now showing "Unread" state folder Icon.

Expected behavior

Folder icon for Read Forums should show the Read Icon (screen caps and class below)

Screenshots

All topics have been "read" in this forum still showing "unread" icon

CSS rendered unread content. Doesn't change as expected
< i class="fa fa-folder fa-red fa-2x">
Clipboard_07-05-2024_01-forum

Empty icon:
< i class="fa fa-folder-o fa-grey fa-2x">
(not shown in screen caps for brevity)

I manually changed Class to show expected icon for "read" folders Please ignore the actual content stuff:
< i class="fa fa-folder-o fa-red fa-2x">
Should show the "read status" Icon for Sample Forum 3
Clipboard_07-05-2024_0102

The Empty forums are still rendering the grey outlined folder icon/font as expected:
< i class="fa fa-folder-o fa-grey fa-2x">

Error log

Note: Debug DLL's
Please replace the current extension DLL's with the debug DLL's (if these are available with the release) and reproduce the error with the debug DLL's before pasting the error log.

Paste the error log that is related to this issue.

Additional context

Add any other context about the problem here.

@johnhenley
Copy link
Collaborator

@gnossosp thanks for upgrading :). The page is cached for a couple minutes so try a refresh and see if they change.

@gnossosp
Copy link
Author

gnossosp commented Jul 5, 2024

@gnossosp thanks for upgrading :). The page is cached for a couple minutes so try a refresh and see if they change.

@johnhenley - Thanks for y'alls hard work on this!

It's been over 20 minutes since I posted error.

I cleared site server cache and restarted DNN application. Opened a different browser (FF) with completely cleared history. Logged on, opened forum, marked "all read". I even manually read each of the three topics in the forum...

Initially I installed the update on a different live instance that I don't use publicly - you know I'm cautious - completely different server. Waited over an hour, cleared DNN cache, restated instance. Used clean (cleared history) browser.

Same result. Sorry.

@johnhenley
Copy link
Collaborator

@gnossosp ok thanks for retesting. I will take a look.

@johnhenley johnhenley added this to the 08.01.02 milestone Jul 7, 2024
@johnhenley johnhenley added the bug Something isn't working label Jul 7, 2024
@johnhenley johnhenley self-assigned this Jul 7, 2024
@Timo-Breumelhof Timo-Breumelhof changed the title After Update to 8.1.1 Visited / Read forums icons not reflecting actual status anymore. BUG: After Update to 8.1.1 Visited / Read forums icons not reflecting actual status anymore. Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants