Prediction Football Forum Index Prediction Football
Prediction Football
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Probleem met vlaggen in "Next Match" module

 
Post new topic   Reply to topic    Prediction Football Forum Index -> Dutch Forum
View previous topic :: View next topic  
Author Message
nicojanssis



Joined: 06 May 2008
Posts: 3

PostPosted: Wed Jan 27, 2010 7:14 pm    Post subject: Probleem met vlaggen in "Next Match" module Reply with quote

Hallo,

Voor het WK2010 heb ik gebruik gemaakt van het reeds bestaande script voor EK2006, en dit aangepast.
Nu zit ik echter met 1 probleem betreffende de vlaggen:

Ik krijg met landen met speciale tekens (Brazilië, Argentinië, Slovenië,...) de vlaggen:
- WEL te zien in het wedstrijdschema (tabel met alle wedstrijden)
- WEL te zien in het groepsoverzicht
- NIET te zien in scrolling balk bovenaan waar de aankomende matchen al scrollend voorbijkomen. Ik krijg voor deze vlaggen enkel een gebroken link-plaatje.
De meeste landen zonder speciale tekens tonen wel de vlag, al zijn er sommigen zoals Portugal, Slovakije,...die het ook laten afweten.

Enig idee hoe ik de vlaggen van Argentinië, Brazilië daar alsnog kan tonen?

www.terbiestopen.be/PredictionLeague

Momenteel heb ik de volgende code in sortfunctions.php:
Code:

function matchscroll() {
global $dbaseMatchData,$dbase,$lid;
echo"<tr height=5>
<td width=0%><center><font color=BLACK><b>Laatste uitslagen:</b></font></center></td>
<td width=0%><div align=center></div>
<table bgcolor=#ffffff width=100%>
<tr>
<td>";
?>
<marquee SCROLLDELAY="150" onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);"><font color="#000000">
<?
$week = GetThisWeek();
$Matchquery = "SELECT * FROM $dbaseMatchData WHERE week='$week' and lid='$lid' Order by matchdate";
$Matchresult = $dbase->query($Matchquery);
while ($result = mysql_fetch_array($Matchresult)) {
$hometeam = $result["hometeam"];
$awayteam =$result["awayteam"];
$hs = $result["homescore"];
$as = $result["awayscore"];
echo"<font class=\"SHOUTMSG\"><b>&nbsp;&nbsp<img class='FLAG' src='flags/$awayteam.png'>$hometeam &nbsp; $hs &nbsp; - &nbsp; $as &nbsp;&nbsp; $awayteam<img class='FLAG' src='flags/$awayteam.png'>&nbsp; | &nbsp;&nbsp;</b>";
}
echo"</font></MARQUEE>
</tr>
</table>
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Prediction Football Forum Index -> Dutch Forum All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group