Version: 1.00, by Barakat
Developer Last Online: Sep 2023
Version: 3.6.5
Rating:
Released: 03-06-2007
Last Update: Never
Installs: 25
No support by the author.
from your Admincp -> add new bbcode do those steps :-
title :daily motion
tag :dm
replacement :
Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" style="width:auto;margin:10px 0;">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="http://www.dailymotion.com//swf/{param}" title="View this video at DailyMotion in a new window or tab" target="_blank">Daily Motion</a>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="panelsurround" align="center">
<object width="425" height="340" type="application/x-shockwave-flash" data="http://www.dailymotion.com/swf/{param}">
<param name="movie" value="http://www.dailymotion.com/swf/{param}" />
<param name="wmode" value="transparent" />
<em><strong>ERROR:</strong> If you can see this, then <a href="http://www.dailymotion.com/">Dailymotion</a> is down or you don't have Flash installed.</em>
</object>
</td>
</tr>
</tbody>
</table>
example :[dm]7mDGLG33yLS2r9LkS[/dm]
discription : Daily Motion Videos
image : images/editor/md.gif
upload the md.gif to images/editor
thats it Enjoy !
there was a small bug while browseing the movie in a new winodw for users
now its fixed and thats all.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
i uninstalled it... the error page was the general dbase error code... and the funny thing about it which almost sent me into a panic... , the error was relating to email...
i originally thought i had made changes to my email config... but the last thing i installed was your hack... so i deleted it, and i was back to normal....
just a small modification to make the video played in a new window while clicking on the movie top title , i fix it today ,
Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" style="width:auto;margin:10px 0;">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="http://www.dailymotion.com//swf/{param}" title="View this video at DailyMotion in a new window or tab" target="_blank">Daily Motion</a>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="panelsurround" align="center">
<object width="425" height="340" type="application/x-shockwave-flash" data="http://www.dailymotion.com/swf/{param}">
<param name="movie" value="http://www.dailymotion.com/swf/{param}" />
<param name="wmode" value="transparent" />
<em><strong>ERROR:</strong> If you can see this, then <a href="http://www.dailymotion.com/">Dailymotion</a> is down or you don't have Flash installed.</em>
</object>
</td>
</tr>
</tbody>
</table>
just replace the hole code in the replacement box ,