Sep 17, 2021 5:58 am
1) By default, the email notifications goes to the administrator.
Is there a way to be able to send them to people set as Moderators?
2) Is it possible to make the newest notifications appear first in the forum notifications? (bell icon)
13 Replies
Sep 17, 2021 8:47 am
By default, the email notifications goes to the administrator.
Is there a way to be able to send them to people set as Moderators?
Go to Dashboard > Forums > Settings > Emails Tab and add or replace the email address in Forum Admins email addresses Field, you can add another one with common symbol.
Is it possible to make the newest notifications appear first in the forum notifications? (bell icon)
Go to Dashboard > Forums > Settings > Styles Tab and add the below CSS code in Custom CSS Code Field.
#wpforo .wpf-notification-content > ul { display: flex; flex-direction: column-reverse; }