Mod BBCode Database
BBCodes that need some file editing or extra files
Post
by BBCode Bot » 09 Mar 2010, 05:20
Downlink BBCode
Author : Nerdy
Description : The Downlink BBCode lets You create downloadlinks with an image in the topics of Your phpbb3 Board..
BBCode Usage:
HTML Replacment:
Code: Select all
<table>
<tr>
<td title="Download Here..." onclick="window.location.href='{URL}'" style="cursor:pointer;"><img src="images/download.png" alt="" /></td>
<td title="Download Here..." onclick="window.location.href='{URL}'" style="cursor:pointer;"><span onmouseover="this.style.color ='#FF0000';" style="font-weight: normal; font-size: 11px; color: #000000; font-family: Arial;" onmouseout="this.style.color='#000000';"><b> Download Here...</b></span></td>
</tr>
</table>
Help Line:
Code: Select all
Downlink: [downlink]URL[/downlink]
Example:
Code: Select all
Downlink: [downlink]http://www.phpbb3bbcodes.com/test.zip[/downlink]
Rightclick on the image and save it to Your harddisk. Upload it to Your forums image folder.
Demo:
[downlink]
test.zip [/downlink]
Post
by neuropass » 17 Apr 2010, 00:00
how can i have the written part(download here) under the image?
what should add int he html replacement?
Post
by Steve » 17 Apr 2010, 08:33
try this code,
HTML Replacment:
Code: Select all
<table>
<tr>
<td title="Download Here..." onclick="window.location.href='{URL}'" style="cursor:pointer;"><img src="images/download.png" alt="" /><br /><span onmouseover="this.style.color ='#FF0000';" style="font-weight: normal; font-size: 11px; color: #000000; font-family: Arial;" onmouseout="this.style.color='#000000';"><b> Download Here...</b></span></td>
</tr>
</table>
Post
by neuropass » 17 Apr 2010, 16:19
Nope still in the same position..
Post
by Steve » 17 Apr 2010, 16:31
edited my post try that
code.PNG
Post
by neuropass » 17 Apr 2010, 16:34
Wonderful! it works now!
Post
by rkal_net » 15 Jun 2010, 21:08
Sorry my english,
i used .mp4 url, but download doesnt work. media player is opening.
Post
by cisco007 » 15 Jun 2010, 21:32
this bbcode is for downloading files, not media! of course anytime you open up a media file the default media player is going to open to play that type of file!
Post
by rkal_net » 15 Jun 2010, 21:35
cisco007 » 15 Jun 2010, 23:32 wrote:this bbcode is for downloading files, not media! of course anytime you open up a media file the default media player is going to open to play that type of file!
how can i use that for media?
Post
by cisco007 » 15 Jun 2010, 22:04
you can't but if you do just do what you did previoulsly and instead of left clicking on it, right click on it and "save target as" or "save link as" depending on your browser!