Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Top ranked foto panelę

Parašė Wiav· 2008 Bir. 29 15:06:11
#1

Sveiki, man reiktu panelės, kurioje būtų 3 - ar daugiau, pagal daugiausiai įvertintų kartu. Mačiau kažkada aš ją čia, bet neberandu, gal galite padėti?

Parašė ramon· 2008 Bir. 29 15:06:51
#2

Ivertinta daugiausiai kartu ka?

Parašė Wiav· 2008 Bir. 29 20:06:26
#3

Nu pagal įvertinimą foto ten top5 ar kažkas tokio.

Parašė ququ· 2008 Bir. 29 22:06:01
#4

Aha arba kazka panasaus tarkim yra 1000 naujienu ir tarp ju 20 yvertinta 10balu ir noriu tuos 20 surusiouti paneleje kuris is tu 20 yra daugiausia kartu vertintas ?|?|

Parašė Wiav· 2008 Lie. 2 15:07:50
#5

Tai niekas tokios neturi?, turėtumet turėti nes buvo kažkada čia tokia, bet jau nebėrą.

Redagavo Wiav· 2008 Lie. 2 15:07:04

Parašė ququ· 2008 Lie. 3 18:07:14
#6

Nors kas nors ? :)

Parašė LeBro· 2008 Lie. 21 17:07:37
#7

<?php
 
 
if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; }
 
 
$result = dbquery("SELECT panel_name FROM ".$db_prefix."panels WHERE panel_filename = 'latest_images_center_panel'");
if (dbrows($result) != 0) {
$data = dbarray($result);
$panel_name = $data['panel_name'];
}
opentable(":: De Top 5 Van De Meest bekeken Foto's ::");
echo "<table width='100%' cellspacing='2' cellpadding='0'><tr>";
$result = dbquery("SELECT * FROM ".$db_prefix."photos ORDER BY photo_views DESC LIMIT 0,5");
if (dbrows($result) != 0) {
$i=0;
while($data = dbarray($result)) {
$itemsubject = trimlink($data['photo_id'], 14);
$itemdescription = trimlink($data['photo_title'], 14);
 
if ($i % 5 == 0 && $i != 0) { echo "</tr><tr>";}
echo "<td><center><a href='".BASEDIR."photogallery.php?photo_id=".$data['photo_id']."' title='".$data['photo_title']."' class='gallery'>
<img src='".PHOTOS."album_".$data['album_id']."/".$data['photo_thumb1']."'title='".$data['photo_title']."'alt='".$data['photo_title']."'><br/> $itemdescription </center></a></td>\n";

$i++;
}
} else {
 
echo $locale['f'];
}
echo "</tr></table>";
                 
closetable();
?>





sitas?

Redagavo Žmogus· 2008 Lie. 21 20:07:36