XenForo
Administrative
- Thread starter
- Admin
- #1
We want to remove the "mark read" icon toggle when hovering over the alert in the Alerts menu.
Is the proper way to do so by going to the alert_macros template and removing this class:
Code:
from
Code:
Read more
ادامه مطلب...
Is the proper way to do so by going to the alert_macros template and removing this class:
Code:
js-alertToggle alertToggler
from
Code:
Code:
<a href="{{ link('account/alert-toggle', null, {'alert_id': $alert.alert_id}) }}"
data-xf-init="tooltip" data-content="{{ $alert.isUnreadInUi() ? phrase('mark_read')|for_attr : phrase('mark_unread')|for_attr }}"...
Read more
ادامه مطلب...