<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/phpffl/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/phpffl/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpffl/bugs/</id><updated>2008-09-14T18:56:31Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Navigation in the Private Messages</title><link href="https://sourceforge.net/p/phpffl/bugs/6/" rel="alternate"/><published>2008-09-14T18:56:31Z</published><updated>2008-09-14T18:56:31Z</updated><author><name>Rainier Madruga</name><uri>https://sourceforge.net/u/userid-2134959/</uri></author><id>https://sourceforge.net7ec391a1ff961cd600577320ac55d36032f0a02b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If I have two private messages, after I read the first one while it is on the screen, if I re-click the private messages link I get a 404 error... if I click something else and then click the private messages link it works fine.&lt;/p&gt;
&lt;p&gt;This is the link if I'm reading a pm&lt;br /&gt;
Code:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cryptoknight.org/phpffl/Mode=private_message&amp;amp;Action=private_message_main" rel="nofollow"&gt;http://www.cryptoknight.org/phpffl/Mode=private_message&amp;amp;Action=private_message_main&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the link if I'm not&lt;br /&gt;
Code:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cryptoknight.org/phpffl/my_team.php?Mode=private_message&amp;amp;Action=private_message_main" rel="nofollow"&gt;http://www.cryptoknight.org/phpffl/my_team.php?Mode=private_message&amp;amp;Action=private_message_main&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In program_files/my_team/functions/private_message_functions.php&lt;/p&gt;
&lt;p&gt;you need to change line 375 (if you haven't modified the file) from this:&lt;/p&gt;
&lt;p&gt;Code:&lt;br /&gt;
$num_new_messages_display= "•&amp;amp;nbsp; &amp;lt;a href='Mode=private_message&amp;amp;Action=private_message_main' class='eleven'&amp;gt;".PRIVATE_MESSAGES;&lt;/p&gt;
&lt;p&gt;to this:&lt;/p&gt;
&lt;p&gt;Code:&lt;br /&gt;
$num_new_messages_display= "•&amp;amp;nbsp; &amp;lt;a href='$PHP_SELF?Mode=private_message&amp;amp;Action=private_message_main' class='eleven'&amp;gt;".PRIVATE_MESSAGES;&lt;/p&gt;
&lt;p&gt;adding $PHP_SELF? before Mode=&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Clicking Oppenents from the My Team page take to same vie</title><link href="https://sourceforge.net/p/phpffl/bugs/5/" rel="alternate"/><published>2008-09-14T18:49:27Z</published><updated>2008-09-14T18:49:27Z</updated><author><name>Rainier Madruga</name><uri>https://sourceforge.net/u/userid-2134959/</uri></author><id>https://sourceforge.netca29f7ef9203b784c9369425452cbba631c8dafa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When on the my team page I see my schedule and roster. When I click on the opponent in the schedule, I would think it would take me to their my team page. When I click the opponent in the schedule I am directed to league standings page. &lt;/p&gt;
&lt;p&gt;I guess adding the myteam mode would require more work than I thought as the statistics.php file would need to be modified too. This might be easier. Within program_files/statistics/functions/teams_functions replace the opponent ID link path as follows:&lt;/p&gt;
&lt;p&gt;FROM&lt;br /&gt;
&amp;lt;a href='{$PHPFFL_WEB_ROOT}statistics.php?Mode=$Mode&amp;amp;Action=teams_main&amp;amp;Teams_ID=$opponent_ID'&amp;gt;$opponent_name&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;TO&lt;br /&gt;
&amp;lt;a href='{$PHPFFL_WEB_ROOT}statistics.php?Mode=teams&amp;amp;Action=teams_main&amp;amp;Teams_ID=$opponent_ID'&amp;gt;$opponent_name&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;If you go this route, however, no matter what mode you're in under statistics, it will bring you to the teams mode to display team details. For example if you're looking at team detail under the live scoring mode and click on a team link it will still display that team's page but within the teams mode. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Errors / Edits not returned in-line from Live Draft Module</title><link href="https://sourceforge.net/p/phpffl/bugs/4/" rel="alternate"/><published>2008-09-14T18:40:07Z</published><updated>2008-09-14T18:40:07Z</updated><author><name>Rainier Madruga</name><uri>https://sourceforge.net/u/userid-2134959/</uri></author><id>https://sourceforge.net86e162fd287abc7c6f00f354e794f41a42e47e40</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When attempting an action that returns a warning or edit from the Live Draft portion of the system, the Live Draft is not returning the Edit to the User.  Instead, the user is presented with the message "(loading)" and no ability to continue with his actions.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Viewing "All Available" from Basic Draft returns error</title><link href="https://sourceforge.net/p/phpffl/bugs/3/" rel="alternate"/><published>2008-09-14T18:37:38Z</published><updated>2008-09-14T18:37:38Z</updated><author><name>Rainier Madruga</name><uri>https://sourceforge.net/u/userid-2134959/</uri></author><id>https://sourceforge.nete7cc1ace653bd4a07fcbd478a09d218371447da4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When selecting the option to view "All Available" from the basic draft module, the system is returning the following error:&lt;/p&gt;
&lt;p&gt;Fatal error: Call to a member function on a non-object in /webroot/football/program_files/myteam/functions/draft_functions.php on line 185&lt;/p&gt;
&lt;p&gt;I am assuming to view Available &amp;amp; Rank them in the Basic Draft Module. From the "My Team" page:&lt;/p&gt;
&lt;p&gt;1. Select "Draft"&lt;br /&gt;
2. From the "Position" Drop-box, select the option "All(Available)"&lt;br /&gt;
3. Click "Submit".&lt;/p&gt;
&lt;p&gt;Snipped code:&lt;br /&gt;
Code:&lt;br /&gt;
while(!($players_rs-&amp;gt;EOF))&lt;br /&gt;
{&lt;br /&gt;
$current_players_ID=$players_rs-&amp;gt;fields("players_ID");&lt;br /&gt;
$current_players_rank=$players_rs-&amp;gt;fields("rank");&lt;br /&gt;
$current_players_positionID=$players_rs-&amp;gt;fields("positionID");&lt;br /&gt;
$current_players_firstname=$players_rs-&amp;gt;fields("firstname");&lt;br /&gt;
$current_players_lastname=$players_rs-&amp;gt;fields("lastname");&lt;br /&gt;
$current_players_teamID=$players_rs-&amp;gt;fields("teamID");&lt;br /&gt;
echo "&amp;lt;tr&amp;gt;";&lt;br /&gt;
echo "&amp;lt;td&amp;gt;{$current_players_rank}&amp;lt;/td&amp;gt;";&lt;br /&gt;
echo "&amp;lt;td&amp;gt;{$current_players_lastname}, {$current_players_firstname}&amp;lt;/td&amp;gt;";&lt;br /&gt;
echo "&amp;lt;td&amp;gt;{$current_players_teamID}&amp;lt;/td&amp;gt;";&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Apostrophe in Team Name causes Error</title><link href="https://sourceforge.net/p/phpffl/bugs/2/" rel="alternate"/><published>2008-09-14T18:34:51Z</published><updated>2008-09-14T18:34:51Z</updated><author><name>Rainier Madruga</name><uri>https://sourceforge.net/u/userid-2134959/</uri></author><id>https://sourceforge.nete8a6341f752ab125e195c073c38f4818c4d6b5ce</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When users signup and use an apostrophe in their team name it fails to create the team and assigns them a previously created team.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Line-up not Locking at specified Time</title><link href="https://sourceforge.net/p/phpffl/bugs/1/" rel="alternate"/><published>2008-09-14T17:28:05Z</published><updated>2008-09-14T17:28:05Z</updated><author><name>Rainier Madruga</name><uri>https://sourceforge.net/u/userid-2134959/</uri></author><id>https://sourceforge.netb1560c96f6625cba946ed89785b68302c9841bf0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The Line-up for the user is not locking when the Time of the game is after 1pm on Sunday.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>