How-to and Troubleshooting
3
Posts
2
Users
3
Reactions
550
Views
Dec 01, 2022 9:17 am
Feature suggestion, please, for the Threaded Layout.
It would be useful if these icons were clickable => forum.
2 Replies
Dec 01, 2022 6:00 pm
open the forum-thread.php
wpforo > themes > 2022 > layouts > 4 > forum-thread.php
and replace (line 28)
<i class="<?php echo $thread['forum']['icon'] ?>" style="color: <?php echo $thread['forum']['color'] ?>"></i>
with
<a href="<?php echo esc_url($thread['forum']['url']); ?>"><i class="<?php echo $thread['forum']['icon'] ?>" style="color: <?php echo $thread['forum']['color'] ?>"></i></a>