YEAH! Thank you, classic style working fine, excepting the custom size configured in admincp.
My new suggestion:
You can add small buttons to user increase/decrease size of flash player inline with limit max and minimum of course (avoid design break). This is too many easy to do with javascript, like the option that vbulletin use in message editor.
Other question:
How to disable the auto parse of links and back the classic [media] tag?
----------Update-------------
I just test resize option with one function default from vBulletin and work fine!
Try it:
<a href="#" onclick="return resize_textarea(1, 'gb_videosite')">Increase Size</a> <a href="#" onclick="return resize_textarea(-1, 'gb_videosite')">Decrease Size</a>
Nix need change gb_videosite to id of each flash instance and voilá! Work like an charm.
But sincerely I prefer that the defined standard sizes in the admincp work like in old version instead the mandatory size of php files at goldbrick/includes/sites folder.
Ok, forget what I said. The plugin is working very well.
|