From this topic: https://www.phpbb.com/community/viewtopic.php?t=2661892
The template displays the "checked" icon when not subscribed, and the unchecked icon when subscribed.
This:
<i class="icon <!-- IF S_WATCHING_TOPIC -->fa-square-o<!-- ELSE -->fa-check-square-o<!-- ENDIF --> |
Should be this:
<i class="icon <!-- IF S_WATCHING_TOPIC -->fa-check-square-o<!-- ELSE -->fa-square-o<!-- ENDIF --> |
- duplicates
-
PHPBB-16833 Subscribe to forum or topic icons could be more intuitive
-
- Unverified Fix
-