Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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)
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; }