MyBB Community Forums

Full Version: After 1607 Upgrade, Some Buttons Have Bad Pointers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason, I noticed that after my 1607 upgrade, buttons which were previously working now come up as broken links. This is because, for example, they are pointing to reputation.gif instead of reputation.png. This is not the case in the default theme, just the one that I like to use.
[attachment=26296]

I'm not sure what in the upgrade would have caused pointers to change to different file extensions, but I am trying to locate and correct the references. Unfortunately, I am a theming and PHP dummy. I took a look at postbit_classic, and can see references like this:
{$post['button_pm']}

But nothing in there to point this to an actual image file. Can anyone tell me where this would be defined, so I can point it to the correct file?

Thank you!
that reference is pointing to another template Big Grin. go to templates > postbit > postbit_pm
and change the image there.
FIXED! Thank you!!