Notifications
Clear all

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

3 Posts
2 Users
1 Reactions
866 Views
Posts: 8
Topic starter
(@daniellerch)
Active Member
Joined: 5 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: 993
Moderator
(@martin)
Support Team
Joined: 8 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: 8
Topic starter
(@daniellerch)
Active Member
Joined: 5 years ago

Thanks!