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.
Hi, I'd like to change what displays under the "Forum" column in the threaded layout. Right now I only see a way to assign a Font Awesome icon -- but I'd like to either use a custom .png image or text. Is there a way to do this?
Daniel
Hi @daniellerch,
You can do any change you want using wpForo template files. Here is the documentation for update-safe template customization:
- https://wpforo.com/docs/root/forum-themes/theme-customization/
- https://wpforo.com/docs/root/forum-themes/theme-files/
For changing Threaded layout Forum icons you'll need copy and work on this template file:
wpforo/wpf-themes/classic/layouts/4/forum-thread.php
IMPORTANT: Do not edit these files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost.
Thanks!