MyBB Community Forums

Full Version: how make this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello

my forums newthread,new reply,forum icons are gif but i want to change these of png how to make these?
Hmm for the forum icons to make them png follow these tuts :

1.forum on off icons :

Open up your 'forumbit_depth2_cat' and
'forumbit_depth2_forum' templates and find:

 { $ t h e m e [ ' i m g d i r ' ] } / { $ l i g h t b u l b [ ' f o l d e r ' ] } . g i f 

And replace it with this code
{ $ t h e m e [ ' i m g d i r ' ] } / { $ l i g h t b u l b [ ' f o l d e r ' ] } . p n g

Then open your 'index' template and find
these:

{ $ t h e m e [ ' i m g d i r ' ] } / o n . g i f 

{ $ t h e m e [ ' i m g d i r ' ] } / o f f . g i f 
{ $ t h e m e [ ' i m g d i r ' ] } / o f f l o c k.g i f

And just change '.gif' to '.png'

2.For all other buttons,if u dont mind use the css3 buttons,they are kool and easy Smile

Here is tutorial link :

http://enviradesign.cz.cc/thread-35.html

All u need to edit is post bit templates,
Show thread_new reply for new reply
Forumdisplay_new thread for new thread
its ok Smile,glad it was solved Smile