2011-11-15, 02:18 PM
I have a folder in my root folder that has images numbered to match the forum topics fid I am trying to add topic icons to the portal page to allow users to know the correct topic the forum refers too.
I have tried a few different ways at accomplishing this, but have had no luck. Again the images match the forum fid, so all I need is for the fid to show before .png
I have tried a few different ways at accomplishing this, but have had no luck. Again the images match the forum fid, so all I need is for the fid to show before .png
<a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}"><img src="/images/icon/{$mybb->settings['fid']}.png" width="45px" height="45px" alt="" /></a>