Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Video galerija

Parašė gintulis· 2010 Vas. 25 19:02:56
#1

Sveiki taigi dabar rodo video kai jį ikeli rodo apačioje.
Gal galite perdaryti kodą, kad kai ikeliu naują video jį roditu viršuje

Štai kodas:
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "../../maincore.php";
require_once THEMES."templates/header.php";
include LOCALE.LOCALESET."admin/video.php";

$result = dbquery("SELECT * FROM ".$db_prefix."video ORDER by video_id ASC;");
if (dbrows($result) != 0) {

   opentable($locale['804']);
      echo "<table width='425' cellspacing='0' cellpadding='0' align='center' class='tbl1'>\n";      
while ($data = dbarray($result)) {
      echo "<tr>\n";
      echo "<td width='425' align='center'>\n";
      echo "<table width='425' cellspacing='0' cellpadding='0' align='center'>\n";
      echo "<tr>\n";
      echo "<td width='213' align='left'><b>".$data['video_title']."</b></td><td width='212' align='right'><b>".$locale['811']."</b> <a href='".BASEDIR."profile.php?lookup=".$data['video_user_id']."'>".$data['video_user_name']."</a></td>\n";
      echo "</tr>\n";
      echo "</table>\n";
      echo "<table width='425' cellspacing='0' cellpadding='0' align='center' class='tbl1'>\n";
      echo "<tr>\n";
      echo "<td width='425' align='center'><object width='425' height='344'><param name='movie' value='http://www.youtube.com/v/".$data['video_link']."&hl=en&fs=1'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/".$data['video_link']."&hl=en&fs=1' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='425' height='344'></embed></object></td>\n";
      echo "</tr>\n";
//add comments and ratings
echo "<tr><td colspan='2'>";
echo "&#302;vertinkite &#353;&#303; filmo trailer&#303;";
include_once INCLUDES."ratings_include.php";
showratings("Y", $data['video_id'], FUSION_SELF."?video=".$data['video_id']);

echo "</td></tr>";
      
      echo "</table>\n";
      echo "</td>\n";
      echo "</tr>\n";
      }
      echo "<tr>\n";
      echo "<td width='425' align='center'>\n";
      echo "<a href='".BASEDIR."messages.php?msg_send=1'><b>".$locale['812']."</b></a>\n";
      echo "</td>\n";
      echo "</tr>\n";
      echo "</table>\n";
   closetable();

} else {

   opentable($locale['804']);
      echo $locale['805'];
   closetable();

}

require_once THEMES."templates/footer.php";
?>



Parašė NoNy· 2010 Vas. 25 19:02:41
#2

$result = dbquery("SELECT * FROM ".$db_prefix."video ORDER by video_id ASC;");




Manau čia reikia kažką keisti.

Parašė gintulis· 2010 Vas. 25 19:02:14
#3

Aš ir manau, kad čia ir dar manau, kad šitą reik keist ASC, bet į ką jį keist :D

Redagavo gintulis· 2010 Vas. 25 19:02:27

Parašė NoNy· 2010 Vas. 25 19:02:02
#4

O pabandyk pvz pakeist į video_data ar kažką.

Parašė gintulis· 2010 Vas. 25 19:02:45
#5

Nžn, niekas nesigauna .

Parašė gintulis· 2010 Vas. 25 23:02:07
#6

Padės kas nors? .

Parašė bobalt· 2010 Vas. 25 23:02:04
#7

Reik žiūrėt pagal duomenų bazės lentelę ir pasirinkt pagal ką nori, kad išdeliotų
Parašyk čia kokios eilutės yra toj lentelėj ir bus galima pasakyt į ką keist

Redagavo bobalt· 2010 Vas. 25 23:02:02

Parašė gintulis· 2010 Vas. 26 00:02:54
#8

Nžn kokios ten eilutės. Dabar kai ikeliu video jį rodo apašioje, o man reikia, kad roditu viršuje

Redagavo gintulis· 2010 Vas. 26 00:02:11

Parašė webzlt· 2010 Vas. 26 08:02:10
#9

ASC reik keist DSC ar panasiai, nezinau kaip sutrumpinimas rasosi.

Parašė gintulis· 2010 Vas. 26 08:02:15
#10

webzlt parašė:
ASC reik keist DSC ar panasiai, nezinau kaip sutrumpinimas rasosi.

DSC Netinka

Parašė gintulis· 2010 Vas. 26 11:02:48
#11

Na va šitą dalyką pasidariau pats :) Bet turiu dar vieną klausimą. Gal galėtumėte padaryt puslapiavimą? Šito dalyko tikrai nemoku