![]() |
[HELP]How to change the image under the string "forum" in index.php? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: [HELP]How to change the image under the string "forum" in index.php? (/thread-92481.html) |
[HELP]How to change the image under the string "forum" in index.php? - alyex - 2011-04-18 There is a string "forum" in the upper left corner of the table in the index.php. Below the string "forum", there is a image displays "Forum Contains New Posts[New]" or "Forum Contains No New Posts[Old]" or "Forum is Locked[Lock]", how can I replace the image(New or Old or Lock) with my own pictures? RE: [HELP]How to change the image under the string "forum" in the index.php? - Jason L. - 2011-04-18 images/yourthemefolder (images/ if using default skin) then upload them there. New Post image = on.gif No New Posts Image = off.gif Locked forum = offlock.gif |