Linux 软件免费装

BuddyPress Simple Events

开发者 shanebp
更新时间 2023年5月1日 00:36
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 6.2
版权: GPLv2 or later

标签

buddypress event events buddyboss

下载

1.2 1.3 1.3.1 1.3.3 1.3.4 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 2.0 2.2 2.2.2 2.2.3 2.2.4 2.2.5 3.0 3.1 3.2 3.3 4.0 4.2 5.0 5.1 6.0 6.1 1.0 1.1 1.3.2 2.1 4.1 5.2

详情介绍:

A simple Events plugin for BuddyPress or the BuddyBoss Platform. This plugin allows members to create, edit and delete Events from their profile. It: It does NOT have: If you would like support for... ... then you may be interested in BuddyPress Simple Events Pro For more plugins, please visit PhiloPress

安装:

  1. Upload the zip on the Plugins > Add screen in wp-admin
  2. 通过 WordPress 的“插件”菜单激活插件
  3. Go to Settings -> BP Simple Events and enter your Google Maps API Key. If you don't have a Key - See the FAQ

屏幕截图:

  • Shows the Dashboard > Settings screen

升级注意事项:

5.1
  • improve Activity entry for a new Event
5.0
  • add support for the BuddyBoss Platform
  • add an option to NOT use Google Maps and thereby avoid the required Google key
  • include missing gettext strings
4.2
  • fix bug: do not show Event tab on user profile if the user role cannot create Events
4.1
  • Fixes bug re removal of all assigned categories
  • Adds a filter hook for listing categories: 'event_cat_args_filter'
  • Remove 'Categories' label from the screen if there are no assigned categories
4.0
  • Add support for Gutenberg
3.3
  • Tested with WP 5.0
3.2
  • Fix bug re the_content filter prevent conflicts in some themes.
3.1
  • Tweak the_content filter so that it does not conflict with some other plugins.
3.0
  • Change template loading process. If you have overloaded or customized these templates - PLEASE make a backup of all template files before updating this plugin. And you may need to tweak these templates for your theme.
2.2.5
  • Fix status when Event is restored from Trash, set to 'publish'
2.2.3
  • Fix PHP Warning re incorrect function name in filter hook
2.2
  • Save post_date as the Event Start date so that Calendar plugins can be used
2.1
  • fixed bug re timestamp
2.0
  • Added requirement for Google Maps API Key. If you are already using this plugin, you don't need this update.
1.4.4
  • tested in WP 4.3
1.4.3
  • close the recent XSS vulnerability found in add_query_arg
1.4.2
  • fix bug in WP templates filter
1.4.1
  • typo in single template filter
1.4
  • Tested in WP 4.2 & BP 2.2.3.1, tweak subnav creation, replace template_redirect with template_include
1.3.4
  • Check if BP is activated
1.3.2
  • Use trash hook instead of delete hook for cleanup on Event deletion
1.3
  • Add multisite support, improved cleanup on trash
1.2
  • Add file missing from last release.
1.1
  • Refactored as a component. Pagination fixed.

常见问题:

I created a future event but it shows only in Archive folder

= Do I need a Google Maps API Key? Yes, if you select to use that option. If you need help, read this tutorial Google Maps API Key This is due to a difference between English and European preference re date format. The fix is simple. Open this file in a text editor: bp-simple-events-pro/inc/js/events.js Find: dateFormat: 'DD, MM d, yy' For Europe, change it to: dateFormat: 'dd-mm-yy' Or whatever you prefer You will then need to :

  • upload the edited events.js file
  • clear your browser cache ( just the files ) to insure that the js file reloads
  • edit any existing Events and reset the date

MultiSite support?

No.

Calendar support?

Yes - if the Calendar supports assigning custom post types

Can I remove the option to assign a Category ?

Yes, by using the filter hook. Place this function in your theme > functions.php function pp_events_category_filter( $args ) { $args = array( "child_of" => -1 ); return $args; } add_filter( "event_cat_args_filter", "pp_events_category_filter", 1, 1 );

更新日志:

6.1 5.2 5.1 5.0 4.2 4.1 4.0 3.3 3.2 3.1 3.0 2.2.5 2.2.3 2.2 * 2.1 2.0 1.4.4 1.4.3 1.4.2 1.4.1 1.4 1.3.4 1.3.2 1.3 1.2 1.1 1.0