www.clan-themes.co.uk :: View topic - Potm (player of the month) award wont change
Welcome To Clan Themes
As the board grows please remember the Search Option and we hope you find our community useful.
We also monitor Private Messages to stop members from abusing our sites system. If you are asking for assistance please provide your site link and nuke version, Thanks.
Hardware
Reputation: 461.9
Local time: 6:31 AM Location: Chicago, IL
Status: Offline
0.08 posts per day Medals: 0
Joined: Jun 03, 2007
Last Visit: 18 Jan 2008
Posts: 28 Points: 151
Potm (player of the month) award wont changePosted:
Fri Jul 06, 2007 9:34 pm
Hello,
I installed the Player of the Month to the website and added the first "winner" back in June which seemed to work fine. A few days into July I went to the admin panel and clicked "award player" and added a new name to the award. It now shows the name in the hall of fame, but only shows in the module on the site the first award winner. It will not cycle to the new name.
Any ideas?
Scorpion
Reputation: 471.6
Local time: 12:31 PM Location: 30 miles from Carentan
Status: Offline
0.61 posts per day Medals: 3 (View more...)
Very Important Person Joined: Dec 09, 2006
Last Visit: 04 Apr 2008
Posts: 321 Points: 31063
Posted:
Sun Jul 08, 2007 8:52 pm
I also found this to be a pain.... so here goes -
1st - In the block file find line 43 and change to -
Code:
$row2 = "SELECT * FROM nuke_potm_players ORDER BY id ASC";
2nd - In the modules index.php file, find line 50 and change to -
Code:
$sql = "SELECT * FROM nuke_potm_players order by id ASC";
3rd - In the modules players.php file, find line 53 and change to -
Code:
$sql = "SELECT * FROM nuke_potm_players order by id DESC";
Hope this helps
Scorps
Scorpion
Reputation: 471.6
Local time: 12:31 PM Location: 30 miles from Carentan
Status: Offline
0.61 posts per day Medals: 3 (View more...)
Very Important Person Joined: Dec 09, 2006
Last Visit: 04 Apr 2008
Posts: 321 Points: 31063
Posted:
Sun Jul 08, 2007 9:15 pm
Note to all who use v1.0 ....
I've updated the Club file to include the above code and help fix the problem.
Please redownload and reinstall just the files ( no need to redo ya sql db )
2 Replies / 1604 Views Page 1 of 1 All times are GMT
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 You cannot attach files in this forum You can download files in this forum