Allan
01-06-2010, 10:00 PM
This modification add MegaUpload interface in your threads (Create, Edit, Reply)
In the "newthread, editpost, newreply" templates, find:{vb:raw attachmentoption}
Add under:<vb:if condition="$show['member']">
<div class="blockrow">
<dl class="group dep_group">
<dt>
Upload yours files via MegaUpload<br />
<embed src="http://www.megaupload.com/filebox/?t=1&c=0&u=13178909.3b6dda5d12" type="application/x-shockwave-flash" width="350" height="143" wmode="transparent"></embed>
</dt>
</dl>
</div>
</vb:if>
How change interfaces and colors
There are 3 differents interfaces, Small, Big and Tiny, defined by the number in red in this code.<embed src="http://www.megaupload.com/filebox/?t=1&c=0&u=13178909.3b6dda5d12" type="application/x-shockwave-flash" width="350" height="143" wmode="transparent"></embed>0 = Small
1 = Big
2 = Tiny
you can also choose the color, defined by the number in Orange in this code0 = Orange
1 = Grey
2 = Blue
3 = Green
4 = Red
5 = Gold
In the "newthread, editpost, newreply" templates, find:{vb:raw attachmentoption}
Add under:<vb:if condition="$show['member']">
<div class="blockrow">
<dl class="group dep_group">
<dt>
Upload yours files via MegaUpload<br />
<embed src="http://www.megaupload.com/filebox/?t=1&c=0&u=13178909.3b6dda5d12" type="application/x-shockwave-flash" width="350" height="143" wmode="transparent"></embed>
</dt>
</dl>
</div>
</vb:if>
How change interfaces and colors
There are 3 differents interfaces, Small, Big and Tiny, defined by the number in red in this code.<embed src="http://www.megaupload.com/filebox/?t=1&c=0&u=13178909.3b6dda5d12" type="application/x-shockwave-flash" width="350" height="143" wmode="transparent"></embed>0 = Small
1 = Big
2 = Tiny
you can also choose the color, defined by the number in Orange in this code0 = Orange
1 = Grey
2 = Blue
3 = Green
4 = Red
5 = Gold