Plugin Directory

Changeset 1072444


Ignore:
Timestamp:
01/21/2015 10:32:05 AM (11 years ago)
Author:
hoest
Message:

Correct collapse

Location:
knvb-api/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • knvb-api/trunk/knvb-api-plugin.php

    r1071791 r1072444  
    44 * Plugin URI: http://www.hoest.nl
    55 * Description: A plugin to use the KNVB Data API
    6  * Version: 1.2
     6 * Version: 1.2.1
    77 * Author: Jelle de Jong
    88 * Author URI: http://www.hoest.nl
  • knvb-api/trunk/readme.txt

    r1071791 r1072444  
    55Requires at least: 3.0.1
    66Tested up to: 4.1
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88
    99This plugin can be used for Dutch football clubs with a WordPress wedsite and a API-key for the KNVB data-API: http://www.knvbdataservice.nl/
     
    3232
    33331. Upload the plugin-folder to the `/wp-content/plugins/` directory
    34 2. Activate the plugin through the 'Plugins' menu in WordPress
     342. The plugin need to create a `./cache/` folder with files: `chmod 777`
     353. Activate the plugin through the 'Plugins' menu in WordPress
    3536
    3637== Frequently Asked Questions ==
  • knvb-api/trunk/templates/wedstrijden.html

    r1071791 r1072444  
    22{if="isset($thuis) || isset($uit)"}
    33  <tr>
    4     <th colspan="5">Thuis</th>
     4    <th colspan="6">Thuis</th>
    55  </tr>
    66  {loop="thuis"}
     
    1515  {else}
    1616    <tr>
    17       <td colspan="5">Momenteel is er geen thuis-wedstrijdenoverzicht beschikbaar.</td>
     17      <td colspan="6">Momenteel is er geen thuis-wedstrijdenoverzicht beschikbaar.</td>
    1818    </tr>
    1919  {/loop}
     
    2121<table class="games uit">
    2222  <tr>
    23     <th colspan="5">Uit</th>
     23    <th colspan="6">Uit</th>
    2424  </tr>
    2525  {loop="uit"}
     
    3434  {else}
    3535    <tr>
    36       <td colspan="5">Momenteel is er geen uit-wedstrijdenoverzicht beschikbaar.</td>
     36      <td colspan="6">Momenteel is er geen uit-wedstrijdenoverzicht beschikbaar.</td>
    3737    </tr>
    3838  {/loop}
Note: See TracChangeset for help on using the changeset viewer.