|
gilbau 486
| |
xgonin 709
| Posté : 31-12-2006 00:49
chouette |  Profil www
|
|
gilbau 486
| Posté : 21-04-2008 08:37
Je déterre un peu ced topic sur la mise en forme du fichier download.php
1) Il y a une erreur ligne 417 du fichier dans le dernier sable evolution (qui est là depuis le départ)
echo "<td></tr></table>";
il faut mettre
echo "</td></tr></table>";
Manque donc un slash avant td
2) IL y a également un probleme quand on a genre 45 pages de 10 download à afficher
voir par exemple à http://www.videos-naturistes.com/download.php?dcategory=Tous&sortby=ddate&sortorder=DESC
Le probleme doit être situé à partir de la ligne 391
echo "</table>";
echo "<br /><hr nohade class=\"ongl\">";
$dcategory = urlencode($dcategory);
if ($pages > 1) {
$pcnt=1;
echo "<table width=\"100%\" cellpadding=\"5\" cellspacing=\"0\" border=\"0\" class=\"ligna\"><tr><td align=\"center\">";
if ($page > 1) {
echo "<a href=\"download.php?dcategory=$dcategory&sortby=$sortby&sortord er=$sortorder&page=".($page-1)."\"><img src=\"";
if ($ibid=theme_image("download/left.gif")) {$imgtmp=$ibid;} else {$imgtmp="images/download/left.gif";}
echo "$imgtmp\" alt=\"".translate("Previous Page")."\" border=\"0\" align=\"center\" /></a> ";
}
while($pcnt < $page) {
echo "[ <a href=\"download.php?dcategory=$dcategory&sortby=$sortby&sortord er=$sortorder&page=$pcnt\" class=\"noir\">$pcnt</a> ] ";
$pcnt++;
}
echo "[ <span class=\"rouge\">$page</span> ] ";
$pcnt++;
while($pcnt <= $pages) {
echo "[ <a href=\"download.php?dcategory=$dcategory&sortby=$sortby&sortord er=$sortorder&page=$pcnt\" class=\"noir\">$pcnt</a> ] ";
$pcnt++;
}
if ($page < $pages) {
echo " <a href=\"$PHP_SELF?dcategory=$dcategory&sortby=$sortby&sortorder= $sortorder&page=".($page+1)."\"><img src=\"";
if ($ibid=theme_image("download/right.gif")) {$imgtmp=$ibid;} else {$imgtmp="images/download/right.gif";}
echo "$imgtmp\" alt=\"".translate("Next Page")."\" border=\"0\" align=\"center\" /></a>\n";
}
echo "<td></tr></table>";
Je ne comprends pas pourquoi les n° de pages ne restent pas dans un tableau à 100% mais s'affichent sur une ligne infinie
|  Profil www
|
|
gilbau 486
| Posté : 21-04-2008 08:49
Autre question, je ne me rappelle pus où modifier le nombre de downloads proposé en liste . Il est à 10 par défaut , où le changer ? |  Profil www
|
|
Aller à la page : [ 1 | 2 ] |