MinnPost / minnpost-wordpress

MinnPost.com in WordPress
GNU General Public License v2.0
1 stars 0 forks source link

Comment changes for redesign #98

Closed jonathanstegall closed 4 years ago

jonathanstegall commented 4 years ago

If we can allow users to have a usermeta field that indicates they want to always show comments, and have that field be set on the page where they're reading comments, I think we can do this.

https://github.com/minnpost/lazy-load-for-comments is our fork. I want to add a usermeta field, probably to that plugin, and allow users to set it. If it is set, the plugin will behave as if the lazy_load_comments value from wp_options is 0.

jonathanstegall commented 4 years ago

Going to do this:

  1. Hide comments by default, and allow users to always show them. We're lazy loading comments by default, but users who are logged in can save a setting to always show them.
  2. Allow users to edit their comments for up to 5 minutes. We can change that timeframe later if need be.
jonathanstegall commented 4 years ago

This is ready to deploy in the wp-content and theme branches for redesign.