Tinypic Uploader For New thread, New reply, and Quick reply.
Go here if you want to tweak it/switch to your language:
http://tinypic.com/developer.php (keep in mind doing so will change the code below,just change it to suit your needs) For newthread template: find: PHP Code:
<vb:if condition="$show['poll']">
HTML Code:
<div class="blockrow"> <script type="text/javascript"> tinypic_layout = 'narrow'; tinypic_type = 'both'; tinypic_links = 'forum'; tinypic_language = 'en'; tinypic_search = 'false'; tinypic_autoload = false; </script> <script src="http://plugin.tinypic.com/j/plugin.js" type="text/javascript"></script> <input type="button" value="TinyPic Plugin" onclick="javascript:showTinypicPlugin();"/></div> ========================================================================= For newreply template: find: PHP Code:
{vb:raw attachmentoption}
HTML Code:
<div class="blockrow"> <script type="text/javascript"> tinypic_layout = 'narrow'; tinypic_type = 'both'; tinypic_links = 'forum'; tinypic_language = 'en'; tinypic_search = 'false'; tinypic_autoload = false; </script> <script src="http://plugin.tinypic.com/j/plugin.js" type="text/javascript"></script> <input type="button" value="TinyPic Plugin" onclick="javascript:showTinypicPlugin();"/></div> =================================================== for showthread_quickreply: find: PHP Code:
<input type="hidden" name="wysiwyg" id="{vb:raw editorid}_mode" value="{vb:raw editortype}" />
HTML Code:
<li class="editor_control_group_item"><script type="text/javascript"> tinypic_layout = 'narrow'; tinypic_type = 'both'; tinypic_links = 'forum'; tinypic_language = 'en'; tinypic_search = 'false'; tinypic_autoload = false; </script> <script src="http://plugin.tinypic.com/j/plugin.js" type="text/javascript"></script> <input type="button" value="TinyPic Plugin" onclick="javascript:showTinypicPlugin();"/></li> =========================================================================== I am assuming this would work as a widget too. Download No files for download. |
Similar Mods
Quick Reply Thread Management: Open/Close & Stick/Unstick in Quick Reply Box | vBulletin 3.0 Full Releases |