MegaUpload

Description: Add MegaUpload Interface in your threads (Create/Edition/reply)

* In yours templates newthread, editpost, newreply, find:


PHP:
<fieldset class="fieldset">
                    <legend>$vbphrase[miscellaneous_options]</legend>
                    <div style="padding:$stylevar[formspacer]px">
                        <if condition="$bbuserinfo['signature'] != ''"><div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if>
                        <if condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if>
                        $disablesmiliesoption
                    </div>
                </fieldset>
* Add under:


PHP:
<!-- MEGA-UPLOAD -->
<fieldset class="fieldset">
<legend>Upload yours files via MegaUpload</legend>
<embed src="http://www.megaupload.com/filebox/?t=1&c=2&u=13178909.3b6dda5d12" type="application/x-shockwave-flash" width="350" height="143" wmode="transparent"></embed><br>
<b><u>PS</u></b>: The files will be deleted after 90 days without activity.
</fieldset>
<!-- MEGA-UPLOAD -->
 
Back
Top