MyBB Community Forums

Full Version: How do i change........
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
OK so i want to change the new post, locked post & the no new posts icons but i have no clue where about i would do it i.e in templates or wherever.

Could someone direct me to the path of which i change them.
Should be in /images Wink. Just replace dot_hotfolder.gif (The dot tells people if they have posted in the thread or not Wink ) , dot_hotlockfolder.gif, dot_lockfolder.gif, hotfolder.gif, lockfolder.gif, and hotlockfolder.gif with the images you want to use Wink.
Do i have to keep all the images as gif?
(2008-07-26, 02:36 PM)ZacAttack Wrote: [ -> ]Do i have to keep all the images as gif?

Yes.
(2008-07-26, 02:45 PM)LeX- Wrote: [ -> ]
(2008-07-26, 02:36 PM)ZacAttack Wrote: [ -> ]Do i have to keep all the images as gif?

Yes.

Technically, you can change the extension, but the key is that all the images must have the same extension.

If you change the extension, you have to update the following templates:
forumdisplay_thread: (change the .gif to your extension)
<img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" />
forumdisplay_threadlist (the legend at the bottom of the template)