MyBB Community Forums

Full Version: Image under Forum Subscription
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There is suppose to be an image when you subscribe to a particular forum and the line in the template is:

Quote:<img src="{$theme['imgdir']}/{$folder['folder']}.gif" />
Shouldn't this be:
Quote:<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" />

This is the only way it seems to work.

Thanks
Shedrock
That'll be the new/old/hot/etc image. $folder['folder'] would be defined when loading each table row.
But it doesn't work. It only works with the path I showed.
Sorry, didn't see your edit.

It's broken here too... looks like a bug, add it to the dev site.
ok, thank you.