The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Adding an html code (megaupload filebox)

3 posters

Go down

Solved Adding an html code (megaupload filebox)

Post by CheyPR March 6th 2010, 3:18 am

Hi everyone. Im trying to add an html code to the new topic page but I'm having troble with it. The thing is that I want to include the megaupload manager in my forum to be able to upload files directly from the forum. it's a php2, if anyone can adives me where or how i can add it I'll apreciate it.

Rolling Eyes
avatar
CheyPR
New Member

Posts : 6
Reputation : 0
Language : English/Spanish

Back to top Go down

Solved Re: Adding an html code (megaupload filebox)

Post by Darren1 March 6th 2010, 4:52 am

Hello,

I'm sorry but you cannot add a image or file uploader to your forum.
The word is that it MIGHT be coming in the next update however Wink
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Adding an html code (megaupload filebox)

Post by RoNo March 6th 2010, 1:19 pm

For Pun and Phpbb2 boards only:

You can add a Show/Hide
Megaupload Box like this
[click]
Adding an html code (megaupload filebox) Th_pun_megaupload01a

Adding an html code (megaupload filebox) Th_pun_megaupload02a

Adding an html code (megaupload filebox) Th_pun_megaupload03a

Add the code below to:
  • Templates
  • Post & Private Messages
  • posting_body

Admin panel view
Adding an html code (megaupload filebox) Th_pun_megaupload04a
Code:
<table border="0"><tr><td>
<script type="text/javascript">

function toggleDiv()  { if (document.getElementById("Megaupload").style.display == "block") 

{ document.getElementById("Megaupload").style.display = "none"; }
  else
{ document.getElementById("Megaupload").style.display = "block";}
 
} </script> 

<img src="http://i69.servimg.com/u/f69/13/49/98/52/mu10.png" border="0" onclick="toggleDiv()" onmouseover="helpline('Megaupload Filebox')">

<div id="Megaupload" style="display:none;position:absolute">

<embed src="http://www.megaupload.com/filebox/?t=0&c=2&u=57888502.7aa8a69090" type="application/x-shockwave-flash" width="232" height="143" wmode="transparent"></embed>

</div>

</td></tr></table>

The box in the example pics has been placed
after this section of the posting_body template
Code:
<button class="{BUTTON_WYSI_STYLE}" id="text_editor_cmd_switchmode" type="button"><img src="{PATH_IMG_FA}i/switch_wysiwyg.gif" alt="{SWITCH_EDITOR_MODE}" /></button>
Style your own Megaupload Filebox & get the embed code *here

Files are not stored/hosted on your forum.
All files will be stored @ Megaupload.com
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Adding an html code (megaupload filebox)

Post by CheyPR March 6th 2010, 8:41 pm

wow thanks, that is what I wanted. lots of thanks for helping me :wouhou:
avatar
CheyPR
New Member

Posts : 6
Reputation : 0
Language : English/Spanish

Back to top Go down

Solved Re: Adding an html code (megaupload filebox)

Post by RoNo March 6th 2010, 11:24 pm

RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum