Plugin Directory

Changeset 1947678


Ignore:
Timestamp:
09/26/2018 09:19:03 PM (8 years ago)
Author:
rvwoens
Message:

use categories in tag

Location:
map-pins/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • map-pins/trunk/include/mappins.php

    r1947676 r1947678  
    357357                <li>listwidth - width of the list in pixes or percent of total width. Default 35% (or 100% when showmap="none")</li>
    358358                <li>initiallist - value Y,N. If N, don't show a list until after the user has used the search bar. Only works in combination with searchbar=Y and showmap=none</li>
     359                <li>category - show only this category locations. Default: show all locations</li>
    359360            </ul>
    360361            <h3>examples</h3>
     
    371372  [mappins-map showmap="none" height="400" initiallist="N"]
    372373     Just show a searchbar, no list, no map. The height is ignored initially. After the user has searched, the list becomes visible with results.
     374
     375  [mappins-map category="other"]
     376     Only show locations that are in the `other` category
    373377</pre>
    374378        </div>
  • map-pins/trunk/map-pins.php

    r1947676 r1947678  
    44 * Plugin URI: http://mappins.innovader.nl
    55 * Description: Show pins on a map from an admin defined table
    6  * Version: 1.24
     6 * Version: 1.25
    77 * Author: Innovader BV
    88 * Author URI: http://innovader.nl
Note: See TracChangeset for help on using the changeset viewer.