PDA

View Full Version : Tinypic Uploader For New thread, New reply, and Quick reply.



Dunglx
24-08-2011, 08:21 PM
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']">
put:
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>

above it.

================================================== =======================
For newreply template:

find:
PHP Code:
{vb:raw attachmentoption}

<vb:if condition="$show['member']">
put:
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>

below it.

================================================== =
for showthread_quickreply:

find:
PHP Code:
<input type="hidden" name="wysiwyg" id="{vb:raw editorid}_mode" value="{vb:raw editortype}" />
and put:

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>

Above it.
================================================== =========================
http://i47.tinypic.com/30l2cuc.jpg

http://i49.tinypic.com/2pq7uyv.jpg



I am assuming this would work as a widget too.

t8mclub
25-08-2011, 01:19 AM
Nó bào IP đã bị lock là sao nhỉ.