Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing the buttons on the showthead and forumdisplay pages
#1
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 this
Code:
<a href="newthread.php?fid=$fid"><img src="$theme[imglangdir]/newthread.gif" border="0" alt="$lang->post_thread" /></a>
You 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
[Image: sig-mint.png]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)