MyBB Community Forums

Full Version: Changing printthread.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, i was wondering if it is possible to use a different image other than my themes logo.png image for printthread page. I want to be able to give it a different image as my logo image for the forums has to be white text so you can see it, but then you cannot see it on the print thread page.

Also the page has a blue box around the image Confused?
here is a link to the printthread

http://cgamer.totalh.com/theforums/print...php?tid=14

Any ideas how i can change this so it uses an image which i could make called printlogo.png and so that shows up on the printthread.php page instead?
In the printthread template.

Find
<img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" />

Replace with
<img src="images_shock/printlogo.png" alt="{$mybb->settings['bbname']}" />
Awesome all done, thanks!

Speedy reply! Big Grin