Pages vues depuis 25/05/2001 : 108 415 054
Index du forum »» Bugs, Probs ... »» Pages suivantes
|
Message édité par : PhilGuen / 09-05-2012 08:34
if (sizeof($news_tab)==$storynum) {
$marqeur=$marqeur+sizeof($news_tab);
echo "<br /><p align=\"right\"><a href=\"index.php?op=newindex&catid=$catid&marqeur=$marqeur\" class=\"noir\">".translate("Next Page")."</a></p>";
}
die(sizeof($news_tab.' | '.$storynum));
[page]
aux endroits où tu veux la coupure.
Message édité par : aidadomicil / 09-05-2012 15:53
Message édité par : aidadomicil / 09-05-2012 17:09
if ($op=="edito") {
global $storyhome, $cookie;
if (isset($cookie[3])) {
$storynum = $cookie[3];
} else {
$storynum = $storyhome;
}
if (sizeof($news_tab)==$storynum) {
$marqeur=$marqeur+sizeof($news_tab);
echo "<br /><p align=\"right\"><a href=\"index.php?op=newtopic&topic=$catid&marqeur=$marqeur\" class=\"noir\">".translate("Next Page")."</a></p>";
}
}
Message édité par : B-Mag / 10-05-2012 09:04
Message édité par : PhilGuen / 10-05-2012 12:15
Message édité par : PhilGuen / 11-05-2012 08:04
if ($op=="edito") {
global $storyhome, $cookie;
if (isset($cookie[3])) {
$storynum = $cookie[3];
} else {
$storynum = $storyhome;
}
if (sizeof($news_tab)==$storynum) {
$marqeur=$marqeur+sizeof($news_tab);
echo "<br /><p align=\"right\"><a href=\"index.php?op=newindex&catid=$catid&marqeur=$marqeur\" class=\"noir\">".translate("Next Page")."</a></p><br />";
}
}