Asgaros Forum v1.14.12: Maintenance Release
Quote from Asgaros on June 24, 2019, 10:52 pmI am happy to announce version 1.14.12 of the Asgaros Forum plugin for WordPress which comes with the following improvements:
- Added new options to hide certain filters from the memberslist
- Added a code-editor for custom-css and advertisement-code
- Added the time to elements inside of the unread-view
- Fixed display issues with Font Awesome icons
- Minor design changes
- Performance improvements and code optimizations
- The required minimum WordPress version is now 4.9
Version 1.14.12 of Asgaros Forum will be available in the next 24 hours via the WordPress Updater!
I am happy to announce version 1.14.12 of the Asgaros Forum plugin for WordPress which comes with the following improvements:
- Added new options to hide certain filters from the memberslist
- Added a code-editor for custom-css and advertisement-code
- Added the time to elements inside of the unread-view
- Fixed display issues with Font Awesome icons
- Minor design changes
- Performance improvements and code optimizations
- The required minimum WordPress version is now 4.9
Version 1.14.12 of Asgaros Forum will be available in the next 24 hours via the WordPress Updater!
Quote from FTP on June 25, 2019, 9:25 amQuote from Asgaros on June 24, 2019, 10:52 pm
- Fixed display issues with Font Awesome icons
Hi Thomas,
Have you changed the Reply icon?
With the 1.14.12 I now have fa-comment-dots.
Quote from Asgaros on June 24, 2019, 10:52 pm
- Fixed display issues with Font Awesome icons
Hi Thomas,
Have you changed the Reply icon?
With the 1.14.12 I now have fa-comment-dots.
Quote from Asgaros on June 25, 2019, 9:28 am@ftp Yes, I changed it because the compatibility-layer of FontAwesome somehow breaks this one reply-icon. I dont want to touch the core-files of FontAwesome directly and have no idea if and when this can get fixed official, so the only safe way without breaking other plugins/themes which also rely on FontAwesome was to change the icon.
@ftp Yes, I changed it because the compatibility-layer of FontAwesome somehow breaks this one reply-icon. I dont want to touch the core-files of FontAwesome directly and have no idea if and when this can get fixed official, so the only safe way without breaking other plugins/themes which also rely on FontAwesome was to change the icon.
Quote from FTP on June 25, 2019, 9:38 amOk.
I then removed the temporary fix in appearance and it works fine…
.fa-reply:before { content: "\f3e5" !important; }
Ok.
I then removed the temporary fix in appearance and it works fine…
.fa-reply:before { content: "\f3e5" !important; }
Quote from RUSev on June 25, 2019, 5:50 pmQuote from Asgaros on June 24, 2019, 10:52 pm
- Added new options to hide certain filters from the memberslist
How does this work?
Quote from Asgaros on June 24, 2019, 10:52 pm
- Added new options to hide certain filters from the memberslist
How does this work?
Quote from Erenbur on June 25, 2019, 6:14 pmThomas, about the answer icon. Personally, I liked the old one more. I think you and many other site owners it is more familiar. Can return the old icon, and add the CSS code directly to the plugin? Then there will be no conflict and the old icon will be displayed for everyone.
Thomas, about the answer icon. Personally, I liked the old one more. I think you and many other site owners it is more familiar. Can return the old icon, and add the CSS code directly to the plugin? Then there will be no conflict and the old icon will be displayed for everyone.
Quote from Asgaros on June 25, 2019, 6:20 pm@rusev You can hide those filters in the settings in Forum -> Settings -> Members List -> Available Filters.
@erenbur Actually I cannot switch back to the old icon including a compatibility-fix, because it can still be broken in certain shared FontAwesome combinations. If you want to change back to the old icon, you can add the following code:
#af-wrapper .fa-comment-dots:before { content: "\f3e5" !important; }
@rusev You can hide those filters in the settings in Forum -> Settings -> Members List -> Available Filters.
@erenbur Actually I cannot switch back to the old icon including a compatibility-fix, because it can still be broken in certain shared FontAwesome combinations. If you want to change back to the old icon, you can add the following code:
#af-wrapper .fa-comment-dots:before { content: "\f3e5" !important; }
Quote from RUSev on June 25, 2019, 6:31 pmQuote from Asgaros on June 25, 2019, 6:20 pm@rusev You can hide those filters in the settings in Forum -> Settings -> Members List -> Available Filters.
For what? What is he doing?
Quote from Asgaros on June 25, 2019, 6:20 pm@rusev You can hide those filters in the settings in Forum -> Settings -> Members List -> Available Filters.
For what? What is he doing?
Quote from Asgaros on June 25, 2019, 6:58 pm@rusev Those options are useful if you dont want to list administrators or banned users directly inside of the memberslist.
@rusev Those options are useful if you dont want to list administrators or banned users directly inside of the memberslist.