Changeset 1814161
- Timestamp:
- 02/02/2018 02:36:45 PM (8 years ago)
- File:
-
- 1 edited
-
lobbycal2press/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lobbycal2press/trunk/readme.txt
r1814160 r1814161 47 47 = I do not have a lobbycal server = 48 48 49 Get yours here: https://github.com/TransparencyInternationalEU/lobbycal49 Get yours here: `https://github.com/TransparencyInternationalEU/lobbycal` 50 50 51 51 = Can I see it in production somewhere = … … 59 59 It should be similar to 60 60 61 http://our-lobbycal-server.org/api/meetings/dt/100 61 `http://our-lobbycal-server.org/api/meetings/dt/100` 62 62 63 63 To display all meetings published by that lobbycal server instance, simply remove the id at the end of the URL 64 64 65 http://our-lobbycal-server.org/api/meetings/dt 65 `http://our-lobbycal-server.org/api/meetings/dt` 66 66 67 67 For wordpress, this is done at the plugins settings page /wp-admin/options-general.php?page=lobbycal2press … … 71 71 To display meetings of selected users, simply add ids of these users at the end of the URL, separated by comma. 72 72 73 http://our-lobbycal-server.org/api/meetings/dt/42,23 73 `http://our-lobbycal-server.org/api/meetings/dt/42,23` 74 74 75 75 For wordpress, this is done at the plugins settings page /wp-admin/options-general.php?page=lobbycal2press … … 77 77 = I don't want line breaks in the partner / tag column = 78 78 OK. 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/>' .79 Scroll down to 'function partner'. 80 Remove '<br/>' . 81 81 Save and refresh. 82 82
Note: See TracChangeset
for help on using the changeset viewer.