Title: devnul's Replies - page 2 | WordPress.org

---

# devnul

  [  ](https://wordpress.org/support/users/devnul/)

 *   [Profile](https://wordpress.org/support/users/devnul/)
 *   [Topics Started](https://wordpress.org/support/users/devnul/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devnul/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devnul/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devnul/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devnul/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devnul/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/users/devnul/replies/?output_format=md) [1](https://wordpress.org/support/users/devnul/replies/?output_format=md)
2

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/page/2/#post-4838258)
 * I see. After removing the mode= part it starts to work.
    There are 4 Issues left:
 * **1. Regarding the match_days parameter:**
    the match_day parameter is not recognized
   when passed through the URL ($_GET[‘match_day’] is not working)
 * See:
    [http://www.fc-uebersaxen.at/hobbyliga/aktuelle-runde/?season=2014&league_id=2&match_day=3&team_id](http://www.fc-uebersaxen.at/hobbyliga/aktuelle-runde/?season=2014&league_id=2&match_day=3&team_id)
   This is when I pick matchday 3 in the pulldown. It is passed to the URL, but 
   is not recognized in shortcodes.php
 * **2. Within this page I want to display the _current/racing_ matchday, not a 
   particular matchday or the next/previous matchday.**
    I think this was the original
   intention when using the mode switch without any parameters.
 * mode=NULL/racing > show the current matchday
    mode=home > show all matches of
   the (defined) hometeam mode=all > show all matches of all teams in the current(
   or defined) season
 * **3. Missing Matchday 1 (or the Matchdays in the past?)**
    There is another page
   in my site, where I want to display all matches. With the help of the match_day
   switch I figured it out to display them separated for each matchday. (See: [http://www.fc-uebersaxen.at/hobbyliga/spielplan/](http://www.fc-uebersaxen.at/hobbyliga/spielplan/)
 * This is working fine, expect the fact, that matchday 1 (Spieltag 1) is missing.
   Spieltag 1 takes place on Monday this week and two matches today. As you can 
   see, there is just the Headline “spieltag 1” and the matches are missing.
 * **4. In the admin backend the Final Results are loaded as 0:0**, although I cleared
   them all out and saved the empty fields. After re-entering the admin area, all
   earlier empty fields (final results) are filled with “0” again.
 * I hope I could give you some valuable information to develope a bugfix.
 * EDIT:
    Another Issue: time=next displays all the upcoming matches. Shouldn’t 
   it just show the next matchday?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/page/2/#post-4838256)
 * sorry for the links. i deactivated that page.
    now the page is online and the
   links are working.
 * The page [http://www.fc-uebersaxen.at/hobbyliga/aktuelle-runde/](http://www.fc-uebersaxen.at/hobbyliga/aktuelle-runde/)
   should show only the current matchday.
 * Regardless which shortcode I use, there are always all matches displayed. You
   can also see, that the results are wrong. (0 – 0)
 *     ```
       [matches league_id=2 mode=]
       [matches league_id=2 mode=racing]
       [matches league_id=2 mode=home]
       [matches league_id=2 mode=all]
       ```
   
 * Thank you again for your help!
 * EDIT: After deleting the results and saving them again, the results are shown
   as expected = 1 – 2
 * mode switch has no effect, also the pulldown (Matchday/Team) always lists all
   teams and all matchdays.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/page/2/#post-4838254)
 * just noticed: in the backend: there are still “0” prefilled in the “Final Result”
   Column. The other fields from unplayed games are empty.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/page/2/#post-4838253)
 * interesting:
 * This is a correct Match result from the last season:
 * [http://www.fc-uebersaxen.at/hobbyliga/aktuelle-runde/?match=245](http://www.fc-uebersaxen.at/hobbyliga/aktuelle-runde/?match=245)
 * This is a match from the current season. Notice the o.P. and the wrong result?
   Should Read 1 – 2
    [http://www.fc-uebersaxen.at/hobbyliga/aktuelle-runde/?match=277](http://www.fc-uebersaxen.at/hobbyliga/aktuelle-runde/?match=277)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/page/2/#post-4838252)
 * since the table is now working (beside some translation issues which are minor)–
   I set the page live: this is the link: [http://www.fc-uebersaxen.at/hobbyliga/tabelle/](http://www.fc-uebersaxen.at/hobbyliga/tabelle/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/page/2/#post-4838251)
 * Ok, I deleted all the “0” scrores and the standing view is now correct.
 * In the matches view, the played results are missing – penalty results are new
   for me – I use the plugin in Standard-Mode, and I am pretty sure, that during
   a season the results never are found with penalties. (in championship-mode this
   might be … finals e.g.)
 *     ```
       28. April 2014 18:00 Sportplatz Sulz
       FC Zwischenwasser – FC Fraxern	0 - 0 o.P.|on penalty
       28. April 2014 20:00 Gastra Rankweil
       RW Rankweil – FC Übersaxen	0 - 0 o.P.|on penalty
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/page/2/#post-4838247)
 * downloaded the latest version of shortcodes > output of the array is removed.
   no other changes.
 * regarding home: i defined our team as “home team” in the settings. This affects
   also the display of the team name in the table-standings. (bold)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/page/2/#post-4838246)
 * ok – in the matches view there seems some debug switch which outputs the array
   of matches, followed by the list of games.
 * this list of matches is now complete, but the results are missing:
 * 0 – 0 o.P.|on penalty
 * In earlier version the list of matches did not show any matchday/team picker 
   > but i am not sure if this wasn’t a modification I did when I first installed
   the plugin.
 * the table view looks lie this: (after 2 matches played, 14 matchdays in total)–
   maybe this got corrupted when I saved the 2 games.
 *     ```
       Pos	 	 	Mannschaft	Sp	W	T	L	Goals	Diff	Pkt
       1	↑	Logo	FC Fraxern	14	1	13	0	2	2	16
       2	↑	Logo	FC Übersaxen	14	1	13	0	2	1	16
       3	↓	Logo	FC Amateure Klaus	14	0	14	0	0	0	14
       4	↓	Logo	FC Viktorsberg	14	0	14	0	0	0	14
       5	↓	Logo	FC Weiler	14	0	14	0	0	0	14
       6	↑	Logo	Sportfreunde Nofels	14	0	14	0	0	0	14
       7	•	Logo	RW Rankweil	14	0	13	1	1	-1	13
       8	↓	Logo	FC Zwischenwasser	14	0	13	1	0	-2	13
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/page/2/#post-4838244)
 * LaMonte Forthun, my site is about soccer.
    Sure I want to provide help and test
   your code.
 * I think the “home” switch is to display all matches of the home team by default,
   without asking the visitor to choose the team.
 * i will test your code and post results here.
    at the moments the pages are marked
   as “draft” because i do not want to publish wrong results.
 * btw: thanks for the quick response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/#post-4838240)
 * stylinjimp – same here.
 * but there is another issue with this version – which will not fit in this thread–
   but when you enter the results for the first matchday – all other results are
   0:0 and the points are counted in the table standings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] All games](https://wordpress.org/support/topic/all-games/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [12 years ago](https://wordpress.org/support/topic/all-games/#post-4838222)
 * hi there –
    just uploaded the shortcodes.php and the problem is bigger – now 
   there a no games in the list. before I could see the matches of the actual matchday.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Commercial Product listed in WP Extensions ?](https://wordpress.org/support/topic/commercial-product-listed-in-wp-extensions/)
 *  [devnul](https://wordpress.org/support/users/devnul/)
 * (@devnul)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/commercial-product-listed-in-wp-extensions/#post-649269)
 * <?php
 * /*
    Plugin Name: WordPress Mailing List Version: 2.0.5.7 */
 * ###########################################################
    ### Please obtain
   your plugin from [http://tribulant.com](http://tribulant.com) ### ###########################################################
 * ?>
 * do not download!

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/users/devnul/replies/?output_format=md) [1](https://wordpress.org/support/users/devnul/replies/?output_format=md)
2