這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

eveeno

外掛說明

Embed registration forms and event lists from eveeno.de in your WordPress site simply by adding a shortcode.
All you need is your event id (for embedding a registration form), your user id (for embedding an event list) and eventually the width and height.
You will find the event id and the user id in your eveeno backend in Event-Einstellungen > Widgets.

Examples

Embedding a registration form:

[eveeno show="form" eventid="123456789" width="95%" height="1000px"]

Embedding an event list as a table:

[eveeno show="table" userid="1234" width="95%" height="400px"]

Embedding an event list in grid view:

[eveeno show="grid" userid="1234" width="95%" height="400px"]

Embedding a short event list:

[eveeno show="list" userid="1234" width="95%" height="400px"]

Additional Shortcode Parameters

period="" [all | past | future (default)]
term=""
notterm=""
lang="" [de (default) | en | fr]
sort="" [date (default) | name]
scope="" [all | private | public (default)]
apikey=""

安裝方式

  1. Upload eveeno.php and eventually the languages folder to the /wp-content/plugins/eveeno directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Place a shortcode in your page or post.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈eveeno〉的開發相關工作。

參與者

將〈eveeno〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.5

  • Removed shortcode parameter defaults
  • tested with WordPress 5.8.2

1.4

  • New Shortcode parameters: period, term, notterm, lang, sort, scope, apikey
  • tested with WordPress 5.6

1.3

  • layout optimization
  • tested with WordPress 4.9.7

1.2

  • Added shortcodes for event shortlist (list)

1.1

  • Added shortcodes for event lists (table and grid view)
  • Changed name parameter to id as event names may change

1.0

  • First release: shortcode for registration forms