How do I actually make the changes in the theme editor? Let’s take this request for instance: https://simple-press.com/support-forum/sp5-general-topics/avatars-1/
What am I supposed to place inside this empty space? The question in that thread was how I could change the avatars in forum view to reflect the author. This is what I was advised to do:
In Reboot you will need to edit the spForumViewDesktop.php template in the theme folders or – in other themes the spForumView,php template. Preferably add the template to your child theme and edit that.
Look for the display function named sp_TopicIndexIcon() and comment it out. It is about two-thirds of the way down the file.
Underneath the commented out function add the following call:
1 sp_UserAvatar(‘tagClass=spRowIcon spLeft&context=user’, $spThisTopic–>first_user_id); and that will display the avatar of the user who started the topic.
This will, of course, remove all use of custom icons so it will no longer show when new, unread posts have been made to a forum