Linux 软件免费装
Banner图

Flex Listings and Booking Manager

开发者 usmanaliwpdeveloper
更新时间 2026年6月12日 19:43
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

booking appointment calendar listings rental

下载

1.0.6

详情介绍:

Flex Listings and Booking Manager helps you publish many bookable listings and accept reservations on WordPress — hotels, vacation rentals, car rental, tours, events, and services. Developed by Usman Ali at WpRogers. Source code (development, issues, releases): GitHub repository Key features Shortcodes External services Bootstrap 5.3.8, Bootstrap Icons 1.11.3, and Chart.js 4.5.1 are bundled inside the plugin (assets/vendor/) and enqueued from the site only on admin and booking UI screens. No CDN is used for those libraries. Optional — Google Maps (not affiliated with Google): If the site owner enables embedded maps under Settings → Partner Portal, listing pages can show a button for visitors to opt in before loading an iframe from https://maps.google.com/. Until the visitor clicks that button, no request is sent to Google. When loaded, the visitor’s IP address and map coordinates may be processed by Google. Terms: https://www.google.com/intl/en/policies/terms/ — Privacy: https://policies.google.com/privacy Optional: Listing video embeds use WordPress wp_oembed_get() for URLs the site owner adds (e.g. YouTube). WooCommerce integration loads only when WooCommerce is active. Demo content uses placeholder images bundled in assets/demo/ (no remote downloads). Privacy Booking forms collect customer name, email, phone, and booking details stored in your WordPress database. Configure your site privacy policy for GDPR compliance.

安装:

  1. Upload the flex-multiple-listing-and-booking-system folder to /wp-content/plugins/ or install via Plugins → Add New
  2. Activate Flex Listings and Booking Manager through the Plugins menu
  3. Go to Flex Listings & Booking → Setup (first run) and choose your industries
  4. Open Flex Listings & Booking → Settings to configure currency, colors, and layout
  5. Partner pages (register, login, dashboard) are created automatically — see Partner Portal tab
  6. Add listings under the plugin menu or import demo content from Settings → Demo Content
  7. Embed grids and forms with shortcodes, blocks, or Elementor widgets
Build from source If you clone from Git, run npm install && npm run build before use so /dist CSS and JS exist. Submitting to WordPress.org WordPress.org does not install plugins directly from GitHub. Use this flow:
  1. Download or clone from GitHub.
  2. Create a ZIP of the flex-multiple-listing-and-booking-system folder containing only runtime plugin files. Do not include dev-tools/, node_modules/, vendor/, assets/src/, or package.json. The /dist folder must be included. With WP-CLI, run wp dist-archive . ../flex-multiple-listing-and-booking-system.zip from the plugin folder — .distignore excludes dev files automatically.
  3. Submit the ZIP at WordPress.org Add Plugin (requires a WordPress.org account).
  4. After approval, releases are published via WordPress.org SVN — keep GitHub and SVN versions in sync.
Reviewers may read the GitHub repo for context; the ZIP upload is still required for review.

屏幕截图:

  • Single listing page with image gallery and booking form
  • Listing grid with AJAX filters and price cards
  • Settings page — colors, layout, container width, and shortcodes
  • Partner portal — vendor dashboard and listing management

升级注意事项:

1.0.6 Listing grid filters work better with themes and Elementor. License settings tab removed. 1.0.1 Improved color settings and plugin branding. Settings and data are preserved on upgrade.

常见问题:

Can I submit only my GitHub URL to WordPress.org?

No. You must upload a plugin ZIP through wordpress.org/plugins/developers/add/. Linking GitHub in this readme helps reviewers find source code and report issues.

How do I prepare the ZIP for WordPress.org?

Zip the flex-multiple-listing-and-booking-system directory so the archive unpacks to one folder named flex-multiple-listing-and-booking-system. Include dist/, readme.txt, and LICENSE. Do not include node_modules. Run Plugin Check on your site before submitting.

Why is the text domain different from the folder name?

WordPress.org requires the text domain to match the plugin slug (flex-multiple-listing-and-booking-system). The install folder may remain flex-multiple-listing-and-booking-system for compatibility with existing sites and GitHub releases.

Does this work with any theme?

Yes. The plugin ships frontend styles and uses Bootstrap 5 on booking pages. Container width is configurable in Settings → Layout.

Can partners add their own listings?

Yes. Enable the partner portal, assign the auto-created pages, and vendors can register, log in, and manage listings from the front end.

How is price displayed?

Set currency and position under Settings → General. Each listing has base price, optional sale price, and suffix (e.g. / night or / booking).

Is WooCommerce required?

No. WooCommerce integration is optional and loads only when WooCommerce is active.

What happens when I delete the plugin?

Custom database tables and plugin options are removed on uninstall. Use the ulbm_uninstall_remove_all_data filter to keep data if needed.

更新日志:

1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0