Notifications
Clear all

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.

 

wpForo 1.x.x [Solved] change what shows in Forum column

3 Posts
2 Users
1 Reactions
1,042 Views
Posts: 9
Topic starter
(@daniellerch)
Active Member
Joined: 6 years ago

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
Posts: 990
Moderator
(@martin)
Support Team
Joined: 9 years ago

Hi @daniellerch,

You can do any change you want using wpForo template files. Here is the documentation for update-safe template customization: 

 

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.

 

Posts: 9
Topic starter
(@daniellerch)
Active Member
Joined: 6 years ago

Thanks!