Warning: The author of this contribution does not provide support for it anymore.

phpBB Digests

Small bug in acp_board.html - phpBB Digests

Small bug in acp_board.html

by MarkDHamill » Sun Nov 29, 2015 3:05 am

Line 351 of /adm/style/acp_board.html is:

Code: Select all

            <p class="small"><a href="#" onclick="marklist('acp_board', 'mark-', true);">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('acp_board', 'user-', false);">{L_UNMARK_ALL}</a></p>


and should be:

Code: Select all

            <p class="small"><a href="#" onclick="marklist('acp_board', 'mark-', true);">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('acp_board', 'mark-', false);">{L_UNMARK_ALL}</a></p>


Basically, when in Edit Subscribers without the fix than the Unmark link won't uncheck the checkboxes.
Need phpBB services or a phpBB consultant? I offer most phpBB services. Getting lost managing phpBB? Buy my book, Mastering phpBB Administration. Covers through phpBB 3.3.7. eBook and paper versions available.
User avatar
MarkDHamill
Registered User
Posts: 4933
Joined: Fri Aug 02, 2002 12:36 am
Location: Florence, MA USA