How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
866
Views
Jan 08, 2020 5:39 pm
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
2 Replies
Jan 08, 2020 5:54 pm
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.
Jan 08, 2020 6:19 pm
Thanks!