2017 © Pedro Peláez
 

october-plugin userplus-plugin

User plus plugin for October CMS

image

rainlab/userplus-plugin

User plus plugin for October CMS

  • Tuesday, January 23, 2018
  • by october
  • Repository
  • 4 Watchers
  • 8 Stars
  • 448 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 14 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

User Plus+ plugin

This plugin extends the User plugin with extra profile fields and features., (*1)

  • Adds the following extra fields to a user: company, phone, address_line1, address_line2, city, zip, state_id, country_id.
  • Adds an Address Book to store multiple addresses for a user.
  • A user can belong to a Country and/or State, sourced from the Location plugin.

View this plugin on the October CMS marketplace:, (*2)

  • https://octobercms.com/plugin/rainlab-userplus

Address Book Component

The addressBook component is used to manage multiple addresses for a user. Enable or disable the address book using the System → User Settings → Profile page., (*3)

To see an example of the usage, we recommend installing this plugin with the RainLab.Vanilla theme., (*4)

  • https://github.com/rainlab/vanilla-theme

Notifications Component

The notifications component is used to display notifications assigned to the user, it allows them to mark notifications as read. It is best to add this component to the layout, the component will render the popover in a hidden state., (*5)

{% component 'notifications' %}

The link to display notifications can be anywhere, and should have the data-notifications-toggle attribute to trigger the popover., (*6)

<button
    type="button"
    class="btn btn-default"
    data-notifications-toggle>
    View Notifications
</button>

You may also display a counter with the notifications.hasUnread check., (*7)

{% if notifications.hasUnread %}
    <span class="counter">{{ notifications.unreadCount }}</span>
{% endif %}

License

This plugin is an official extension of the October CMS platform and is free to use if you have a platform license. See EULA license for more details., (*8)

The Versions

23/01 2018

dev-master

9999999-dev https://octobercms.com/plugin/rainlab-userplus

User plus plugin for October CMS

  Sources   Download

MIT

The Requires

 

by Samuel Georges
by Alexey Bobkov

user blog october octobercms userplus

29/07 2017

dev-notify

dev-notify https://octobercms.com/plugin/rainlab-userplus

User plus plugin for October CMS

  Sources   Download

MIT

The Requires

 

by Samuel Georges
by Alexey Bobkov

user blog october octobercms userplus

27/07 2017

dev-build419

dev-build419 https://octobercms.com/plugin/rainlab-userplus

User plus plugin for October CMS

  Sources   Download

MIT

The Requires

 

by Samuel Georges
by Alexey Bobkov

user blog october octobercms userplus