Ok I haven't tested this but I was running into problems this morning trying to add a Photoplog Gallery Insert button onto the Message Editor Toolbar. I use TMS so it's not that hard to add and remove modifications so I was playing around with it and for the life of me I couldn't get it to show up. It would show up on the Quickreply message editor toolbar but not the advanced message editor toolbar.
Well after about an hour of ripping my hair out, I remembered seeing that there was a GTSmiliebox editor template (
editor_toolbar_on_GTSMILIEBOX_3700) separate from the
editor_toolbar_on template.
Long story short, I think this mod takes priority over the original vBulletin
editor_toolbar_on template with it's own and that's why you aren't seeing your PNG buttons from Wayne's Mod.
I downloaded Wayne's xml file just to see what it actually modifies and it is modifying the original
editor_toolbar_on. Perhaps if you were to replace the line in his xml file that calls out the
editor_toolbar_on template and use the
editor_toolbar_on_GTSMILIEBOX_3700 template instead, it will show your PNG buttons?
In Wayne Luke's PNG Editor Buttons editor-png.xml file:
Find:
Code:
template name="editor_toolbar_on"
Replace with:
Code:
template name="editor_toolbar_on_GTSMILIEBOX_3700"
I haven't tested it and I could be totally off but I thought I would share what I found out this morning in the hopes that it could be helpful to you all having problems with the PNG buttons.
Thanks,
E.