MyBB Community Forums

Full Version: Tinypic plugin help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tinypic plugin working as button and when someone click on this button then they open full mode
i want show its as full mode always...
see sreenshoots
[attachment=33381]
You could probably use this..... http://tinypic.com/developer.php
where i paste this code
This would be an awesome addition to my website build. Any tutorials on how to add code button for this? I pulled this code from tinypic site, but don't know how to implement.

<script type="text/javascript">
tinypic_layout = 'narrow';
tinypic_type = 'both';
tinypic_links = 'forum';
tinypic_language = 'en';
tinypic_search = 'true';
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();"/>
I got it you can past this code in you template new thread and new reply
But where to paste code? Is it possible to add this as MyCode button?
goto your tempalate setting
select new thread templates
and then open
newthread

search {$multiquote_external}

paste the code after this