I am trying to get the Forum Icon to show in view.php
I figured the code for forum title is <?php forum_name($topic->forum_id);?>
I tried <?php forum_icon($topic->forum_id); ?> I get blank.
Posted 2 years ago
#
I am trying to get the Forum Icon to show in view.php
I figured the code for forum title is <?php forum_name($topic->forum_id);?>
I tried <?php forum_icon($topic->forum_id); ?> I get blank.
Anything on this?
Sorry I somehow missed this topic.
Unfortunately my older designs don't always mimic the bbPress API.
Try this instead:
<?php forum_icon(false, $topic->forum_id); ?>
Thanks works great!
RSS feed for this topic
You must log in to post.