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

Replies not visible. #357

Open
mosely1 opened this issue Jul 8, 2024 · 1 comment
Open

Replies not visible. #357

mosely1 opened this issue Jul 8, 2024 · 1 comment

Comments

@mosely1
Copy link

mosely1 commented Jul 8, 2024

I have the plugin configured to "allow threading of comments". There is a button for "Reply" on comments, but when I submit a reply, no thread is visible.... so replies are invisible.

@mosely1
Copy link
Author

mosely1 commented Jul 8, 2024

I realized my problem has been commented before and a workaround solution has been proposed.
#349 (comment)

change action.php:956 from if (!empty($comment['replies'])) to if (empty($comment['replies'])). The condition is inverted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant