Okay, so I searched around and found a solution to do this, which was editing the general.js file.
http://community.mybb.com/thread-123693-page-2.html
I copied over the modified .js file to my theme's directory.
images/mytheme/jscripts/general.js
Removed the old <script> line from the header include and added.
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/impress/jscripts/general.js?ver=1603"></script>
The general.js can load from the browser when visited directly.
Now all my forum shows is [+] and [-], I click view image and it's .gif instead of .png
Any ideas? here is the general.js file.
http://pastie.org/pastes/5796987/text
http://community.mybb.com/thread-123693-page-2.html
I copied over the modified .js file to my theme's directory.
images/mytheme/jscripts/general.js
Removed the old <script> line from the header include and added.
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/impress/jscripts/general.js?ver=1603"></script>
The general.js can load from the browser when visited directly.
Now all my forum shows is [+] and [-], I click view image and it's .gif instead of .png
Any ideas? here is the general.js file.
http://pastie.org/pastes/5796987/text