01-14-2007, 03:34 AM
To do this, you must have the images you want to use, on the internet and you must know there url. For image hosting i recommend cmybbimages.com
To change the New Thread button on the forum display page, you need to edit the forumdisplay_newthread template, you will find it in the Forum Display Templates set.
By default, the only code in this template is thisYou need to change "$theme[imglangdir]/newthread.gif" to a the url of your own new thread image.
The procedure for changing the new thread, new post and closed buttons is similar, except the templates you need to change are in the Show Thread Templates set, and are called
showthread_newthread
showthread_newreply and
showthread_newreply_closed
The case is the same for all the buttons in the postbit. All the templates you need to change are in the Post Bit Templates set. The templates you have to change are
postbit_email
postbit_pm
postbit_find
postbit_edit
postbit_quickdelete
postbit_quote
postbit_report
To change the New Thread button on the forum display page, you need to edit the forumdisplay_newthread template, you will find it in the Forum Display Templates set.
By default, the only code in this template is this
Code:
<a href="newthread.php?fid=$fid"><img src="$theme[imglangdir]/newthread.gif" border="0" alt="$lang->post_thread" /></a>
The procedure for changing the new thread, new post and closed buttons is similar, except the templates you need to change are in the Show Thread Templates set, and are called
showthread_newthread
showthread_newreply and
showthread_newreply_closed
The case is the same for all the buttons in the postbit. All the templates you need to change are in the Post Bit Templates set. The templates you have to change are
postbit_email
postbit_pm
postbit_find
postbit_edit
postbit_quickdelete
postbit_quote
postbit_report
![[Image: sig-mint.png]](http://www.createmybb.com/skinzone/CMBB/sigava/sig-mint.png)