Linux 软件免费装
Banner图

Plugin Name

开发者 lobbycalDec
更新时间 2018年7月19日 19:02
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 4.9.7
版权: CC0 1.0 Universal
版权网址: 版权信息

标签

calendar office relations meeting management

下载

详情介绍:

This plugin displays meetings published on a lobbycal server in a table on any page in your wordpress installation. You need to know your lobbycal URL if you want to display your meetings with the plugin.

安装:

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Settings->lobbycal2press screen to configure the plugin
  4. To use the plugin in wordpress
  5. in your wordpress installation, adapt the URL to your lobbycal server account at Settings > Lobbycal2press
  6. place the table html fragment from https://plugins.svn.wordpress.org/lobbycal2press/trunk/readme.txt in a page, where you would like the calendar to appear
<table id="lobbycal" aria-describedby="lobbycal_info"> <thead> <tr> <th>Date</th> <th>End</th> <th>FirstName</th> <th>LastName</th> <th>Partners</th> <th>Title</th> <th>Tags</th> </tr> </thead></table>

常见问题:

I do not have a lobbycal server

Get yours here: https://github.com/TransparencyInternationalEU/lobbycal

Can I see it in production somewhere

Lobbycal is used here https://lobbycal.greens-efa-service.eu/all

I would like to show meetings of all users

After registration you should have received an email with your personal API URL. It should be similar to http://our-lobbycal-server.org/api/meetings/dt/100 To display all meetings published by that lobbycal server instance, simply remove the id at the end of the URL http://our-lobbycal-server.org/api/meetings/dt For wordpress, this is done at the plugins settings page /wp-admin/options-general.php?page=lobbycal2press

I would like to show meetings of selected users

To display meetings of selected users, simply add ids of these users at the end of the URL, separated by comma. http://our-lobbycal-server.org/api/meetings/dt/42,23 For wordpress, this is done at the plugins settings page /wp-admin/options-general.php?page=lobbycal2press

I don't want line breaks in the partner / tag column

OK. Go to the plugin editor in your wordpress installation and edit lobbycal2press.js. Scroll down to 'function partner'. Remove '' . Save and refresh.

更新日志:

n/a