Joined: Oct 01, 2004
Posts: 1527
Location: Emmeloord
Posted:
Sat 03 Nov 2007 9:26
Bij het gebruik van NSN GR Downloads werkt de "new" aanduiding niet meer in het menublok van sommaire.
Hier een simple en kleine oplossing :
Open block-Sommaire.php
vind rond regel 872 :
[php:1:c549360798]
if ($nomdumodule=="Downloads" && $newdaysinthisgroup[$som_groupmenu][$keyinthisgroup]!="-1") {
$where = (ereg("^cid=[0-9]*$",$temponomdumodule[2])) ? " WHERE $temponomdumodule[2]" : "";
$sqlimgnew="SELECT date FROM ".$prefix."_downloads_downloads".$where." order by date desc limit 1";
$resultimgnew=$db->sql_query($sqlimgnew);[/php:1:c549360798]
vind in die code :
[php:1:c549360798]
$sqlimgnew="SELECT date FROM ".$prefix."_downloads_downloads".$where." order by date desc limit 1";
[/php:1:c549360798]
vernder dat in :
[php:1:c549360798]
$sqlimgnew="SELECT date FROM ".$prefix."_nsngd_downloads".$where." order by date desc limit 1";
[/php:1:c549360798]
_________________ Te Lezen: Forum Regels | Te Gebruiken
Donaties
Adverteren
Wilt u het forum steunen, dan kunt u nu eenvoudig doneren met PayPal.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum