<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: A few simple questions</title>
	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-few-simple-questions-1</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-few-simple-questions-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on A few simple questions</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-few-simple-questions-1#p1840</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-few-simple-questions-1#p1840</guid>
        	        	<description><![CDATA[<p>Team logo: Yup, you have the general outline correct.</p>
<p>Nicer URLs: Certainly a possibility but this takes quite a bit of work.  Unfortunately the time I dedicate to this project has reached 0 and if I restart it, I might do a complete rewrite.</p>
<p>Standings sorting: You'll find this code in standings.php:</p>
<p><input type="button" class="sfcodeselect" name="sfselectit3538" value="Select Code" onclick="spjSelectCode('sfcode3538');" /></p>
<div class="sfcode" id="sfcode3538">// Allow sorting to occur<br />
if (isset($_GET['sort'])) {<br />
    $standings_sort = intval($_GET['sort']);<br />
}<br />
else {<br />
    $standings_sort = 0;<br />
}</div>
<p>Change the default value to 10 instead of 0 and it will sort by points.</p>
<p>Separating standings from schedules: All of this code is in standings.php, and you can work through that file to split them up.</p>
]]></description>
        	        	<pubDate>Fri, 02 Apr 2010 15:16:19 +0000</pubDate>
        </item>
        <item>
        	<title>Andrew on A few simple questions</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-few-simple-questions-1#p1823</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-few-simple-questions-1#p1823</guid>
        	        	<description><![CDATA[<p>Hello Peter,</p>
<p>I just installed the script and it looks great!<br />
Here are a few things I would like to implement, and I ask for your guidance:</p>
<p>1) Team logo - I really need each team to have it's logo next to it's name. How could this be done <strong>simple</strong>? It should store the name of the image file in the db and display it in a table cell next to the team name. Could you please help regarding this? (most important!)</p>
<p>2) Is it possible to rewrite the url's using mod_rewrite? SEF url's would be a great feature.</p>
<p>3) It's late and I haven't found out yet - how do I sort the table by default using the nr. of points? I have a soccer league and it's sorted using PCT (I want to remove that column anyway, found how on the forum :D)</p>
<p>4) I need do display all the fixtures on a different page and all the results on another different page. How should I do this?</p>
<p>I'm sorry for the questions. The 1st and the 2nd are important, so if you really don't have the time, just help me with those and I'll be super happy! :)</p>
<p>Thank you for your support!</p>
<p>Andrew</p>
]]></description>
        	        	<pubDate>Sun, 14 Mar 2010 18:51:21 +0000</pubDate>
        </item>
</channel>
</rss>