Tarih: 2010-03-09, 20:56:33 Mesaj konusu: Some fatures for NSN NEWS 4.0
If you have installed this super module this time for free now
goint to modules/News/public/NEArticle.php
and before
include("footer.php");
add this code
OpenTable();
global $prefix, $db;
echo"<center>\n";
echo"<s></s>\n";
echo "<div> We recently encoded our videos in a newer Flash format. You need to\n";
echo"<br>\n";
echo "get the latest <a href="http://www.macromedia.com/go/getflashplayer\">Flash Player</a> to see this video.\n";
echo"</div>\n";
echo "<s>\n";
echo "var so2 = new SWFObject('modules/Newsvideo/mod/rotator.swf','recentrow','100%','160',\"7\");\n";
echo "so2.addVariable(\"x\",\"video1_list.xml\");\n";
echo "so2.addVariable(\"t\",\"\");\n";
echo "so2.addParam(\"quality\", \"high\");\n";
echo "so2.addParam(\"bgcolor\", \"#ffffff\");\n";
echo "so2.addParam(\"wmode\", \"transparent\");\n";
echo "so2.addParam(\"menu\", \"false\");\n";
echo"so2.addParam(\"align\", \"center\");\n";
echo "so2.write('recentrow');\n";
echo "</s></center>";
CloseTable();
OpenTable();
global $prefix, $db;
echo "<center><fieldset><legend>"._NEWTUBE."</legend><br><s></s>
<div>This text will be replaced</div>
<s>
var so = new SWFObject('modules/Newsvideo/mod/player1.swf','mpl','98%','270','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','file=video1-10.xml&backcolor=e8ecee&frontcolor=2666b9&lightcolor=ff5500&logo=modules/Newsvideo/images/logo.png&size=200&playlist=right');
so.write('player');
</s></fieldset></center>";
CloseTable();
________________________________
read carefully what i am writing,
module are very sensible and install carefully
____________________________________________
Tarih: 2010-03-09, 21:16:23 Mesaj konusu: some more code for nsn
Now open in public
NETopicMain.php
after
include("header.php");
line
echo "<center><b>"._NE_ACTIVETOPICS."</b></center>\n";
add this code
echo "<center>\n";
echo "<s></s>\n";
echo "<div> We recently encoded our videos in a newer Flash format. You need to\n";
echo "<br>\n";
echo "get the latest <a href="http://www.macromedia.com/go/getflashplayer\">Flash Player</a> to see this video.\n";
echo "</div>\n";
echo "<s>\n";
echo "var so2 = new SWFObject('modules/Newsvideo/mod/rotator.swf','recentrow','550','160',\"7\");\n";
echo "so2.addVariable(\"x\",\"video1_list.xml\");\n";
echo "so2.addVariable(\"t\",\""._ROND_TUBE."\");\n";
echo "so2.addParam(\"quality\", \"high\");\n";
echo "so2.addParam(\"bgcolor\", \"#FFFF66\");\n";
echo "so2.addParam(\"wmode\", \"transparent\");\n";
echo "so2.addParam(\"menu\", \"false\");\n";
echo "so2.addParam(\"align\", \"center\");\n";
echo "so2.write('recentrow');\n";
echo "</s></center>";
now go to line
include("footer.php"); on end of code
and before add
OpenTable();
//video
global $prefix, $db;
echo "<center><fieldset><legend>"._NEWTUBE."</legend><br><s></s>
<div>This text will be replaced</div>
<s>
var so = new SWFObject('modules/Newsvideo/mod/player.swf','mpl','98%','270','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','file=video1-10.xml&backcolor=e8ecee&frontcolor=2666b9&lightcolor=ff5500&logo=modules/Newsvideo/images/logo.png&size=200&playlist=right');
so.write('player');
</s></fieldset></center>";
//video
CloseTable();
Bu forumda yeni başlıklar açamazsınız Bu forumdaki başlıklara cevap veremezsiniz Bu forumdaki mesajlarınızı değiştiremezsiniz Bu forumdaki mesajlarınızı silemezsiniz Bu forumdaki anketlerde oy kullanamazsınız