Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

WP Group Subscriptions

Описание

What is WP Group Subscription ?

WGS is a free and paid membership management solution designed from the outset to manage, in addition to traditional individual subscription, group membership registration into a single subscription.

Getting started

Once your plugin is installed and have configured it in settings, you still have a few steps to get started:

  1. Edit a first plan in Dashbord > Plans > New Plan and save it.
  2. Write inside a page or a post content the shortcode [wgs-plans][/wgs-plans] in order to display the plan on the front-end side.
  3. Inside an other page or post, wrap a content that should be visible only for wgs members by the shortcode [wgs-restricted][/wgs-restricted].

Now, a user can access to the plan thanks to the page with [wgs-plans], click on the «Sign up» button, follow all registration steps and after to log in, see the content wrapped by [wgs-restricted].

See DOCUMENTATION
See about Premium features

Features

  • Admin

    • Plans management
    • Members management
    • Subscribers management
    • Paypal payments management
  • Settings

    • Currency
    • Paypal
    • Page Profile
  • Front-end

    • Quick display of plans on a page thanks the shortcode [wgs-plans][/wgs-plans]
    • Automatic redirection on the right form (Single or Group Subscription)
    • Paypal payment
    • Login page
    • Profile page
  • Security for forms

    • Warning to advise administrator about enabling HTTPS for WS Form Pages
    • Native client-side validation for inputs : patterns and lengths checking
    • Server-side validation for inputs : patterns and lengths checking
    • Repeat password
    • Repeat email
    • password hashing

Скриншоты

  • plan editor admin page
  • subscriber editor admin page
  • member editor admin page
  • display of plans list
  • plan form
  • profile page

Установка

  1. Upload WP Group Subscriptions
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin by the settings menu.
  4. Enjoy it!

Часто задаваемые вопросы

How to display the list of plans on the front-end side?

To insert the published plans as cards on your website, you must to write the shortcode [wgs-plans][/wgs-plans] in a page or a post.

The «Sign up» plan button does not redirect to show the right form, how can I fix this?

Unfortunately, for some reasons, sometimes that happens. You need to go to Settings > Permalinks and save again. Normally, that fixes the bug.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«WP Group Subscriptions» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«WP Group Subscriptions» переведён на 1 язык. Благодарим переводчиков за их работу.

Перевести «WP Group Subscriptions» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.1.7

  • BUG FIX: activate/deactivate license key without an addon
  • ENHANCEMENT: .htaccess to block text or config files access

0.1.6

  • BUG FIX: login/logout redirection header already sent.
  • ENHANCEMENT: Redirection in profile page
  • BUG FIX: link to sign out page in plan list when the member is logged in.
  • ENHANCEMENT: Link to documentation and premium features in readme.txt

0.1.5

  • BUG FIX: Replaced some file paths in ajax function config.
  • FEATURE: Options to display the message or not for restricted content if the member is not logged in.
  • BUG FIX: Display modal for premium features in settings.

0.1.4

  • BUG FIX: Repaired filter for forms working with the recaptcha addon
  • BUG FIX: Remove the modal object display in settings.js inside the browser console

0.1.3

  • Long description in readme.txt

0.1.2

  • Small fix in readme.txt

0.1.1

  • FAQ in readme.txt

0.1.0

  • First stable version with basic features
  • Plans, Members, Subscription management
  • Profile page…