November Cup 2025

Moderators: sp0ck, boehmi, Huckleberry, Claudia40

User avatar
Supraglider
Posts: 23
Joined: Thu Apr 08, 2021 9:27 pm

sp0ck wrote: Wed Dec 03, 2025 6:15 pm I fixed the historical awards bug as this was really a bug.

For the rest as mentioned: please use github.

Have a nice day, too ;-)
Thank you very much mister sp0ck, i'm sure it was super simple to fix this little bug :D


For the rest i make here some changes in green on the file series.html.php to Github ( link pokerth_monthlycup/template/default/html/user/all/results/series.html.php)

Does that modification seems correct to you & all the admins to displaying the Series of Result to the MonthlyCup ? =)

<div class="col-md-4 text-center">
<img src="/res/award/?type=gold1st&month=<?=$i?>&year=<?=$this->year?>" alt="Gold 1st" />
<br />
<strong><a target="_blank" href="player?u=<?=$top3[$i][0]->playername?>"><?=$top3[$i][0]->playername?></a></strong>
</div>
<div class="col-md-4 text-center">
<img class="lazy" data-src="/res/award/?type=silver1st&month=<?=$i?>&year=<?=$this->year?>" alt="Silver 1st" />
<br />
<strong><a target="_blank" href="player?u=<?=$top3[$i][1]->playername?>"><?=$top3[$i][1]->playername?></a></strong>
</div>
<div class="col-md-4 text-center">
<img src="/res/award/?type=bronze1st&month=<?=$i?>&year=<?=$this->year?>" alt="Bronze 1st" />
<br />
<strong><a target="_blank" href="player?u=<?=$top3[$i][2]->playername?>"><?=$top3[$i][2]->playername?></a></strong>
</div>


Otherwise i create a new topic to the feature requests section : viewtopic.php?t=1088
<·> All civilizations become either spacefaring or extinct <·>
[Carl Sagan]
Post Reply