Plugin Directory

Changeset 1814161


Ignore:
Timestamp:
02/02/2018 02:36:45 PM (8 years ago)
Author:
lobbycaldev
Message:

Updated Documentation for per-user meetings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lobbycal2press/trunk/readme.txt

    r1814160 r1814161  
    4747= I do not have a lobbycal server =
    4848
    49 Get yours here: https://github.com/TransparencyInternationalEU/lobbycal
     49Get yours here: `https://github.com/TransparencyInternationalEU/lobbycal`
    5050
    5151= Can I see it in production somewhere =
     
    5959It should be similar to
    6060
    61 http://our-lobbycal-server.org/api/meetings/dt/100
     61`http://our-lobbycal-server.org/api/meetings/dt/100`
    6262
    6363To display all meetings published by that lobbycal server instance, simply remove the id at the end of the URL
    6464
    65 http://our-lobbycal-server.org/api/meetings/dt
     65`http://our-lobbycal-server.org/api/meetings/dt`
    6666
    6767For wordpress, this is done at the plugins settings page /wp-admin/options-general.php?page=lobbycal2press
     
    7171To display meetings of selected users, simply add ids of these users at the end of the URL, separated by comma.
    7272
    73 http://our-lobbycal-server.org/api/meetings/dt/42,23
     73`http://our-lobbycal-server.org/api/meetings/dt/42,23`
    7474
    7575For wordpress, this is done at the plugins settings page /wp-admin/options-general.php?page=lobbycal2press
     
    7777= I don't want line breaks in the partner / tag column =
    7878OK. Go to the plugin editor in your wordpress installation and edit lobbycal2press.js.
    79 Scroll down to 'function partner' or 'function partner'.
    80 remove '<br/>' .
     79Scroll down to 'function partner'.
     80Remove '<br/>' .
    8181Save and refresh.
    8282
Note: See TracChangeset for help on using the changeset viewer.