2017 © Pedro Peláez
 

contao-module club-member-fields

Provides club specific adaptation of Contao member management.

image

rsclg/club-member-fields

Provides club specific adaptation of Contao member management.

  • Wednesday, November 29, 2017
  • by cliffparnitzky
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Latest Version on Packagist Installations via composer per month Installations via composer total, (*1)

Contao Extension: RscClubMemberFields

Provides club specific adaptation of Contao member management:, (*2)

  • Extension of tl_member for additional club fields
  • Automatic generation of the next free member number
  • Set default values for new members
  • Adjustment of filter, search and sorting

Installation

Install the extension via composer: rsclg/club-member-fields., (*3)

If you prefer to install it manually, download the latest release here: https://github.com/rsclg/RscClubMemberFields/releases, (*4)

Database modification

Execute the following database script to define some views:, (*5)

-- add view that are expected from contao
CREATE OR REPLACE VIEW v_tl_member AS SELECT tl_member.*, CONCAT(tl_member.firstname, ' ', tl_member.lastname) as name, (SELECT GROUP_CONCAT(mg.name ORDER BY mg.name SEPARATOR ', ') FROM tl_member_group mg JOIN tl_member_to_group m2g ON mg.id = m2g.group_id WHERE m2g.member_id = tl_member.id) as member_groups FROM tl_member;
CREATE OR REPLACE VIEW rcb2cto_contactgroups (id, name, tstamp) AS SELECT contactgroup_id, name, changed FROM rcb_contactgroups;
CREATE OR REPLACE VIEW rcb2cto_contacts (id, tstamp, name, firstname, lastname, email, member_number, user_id) AS SELECT contact_id, changed, name, firstname, surname, email, rsc_member_number, user_id FROM rcb_contacts WHERE del = 0;
CREATE OR REPLACE VIEW rcb2cto_users (id, name, tstamp) AS SELECT user_id, username, created FROM rcb_users;

Tracker

https://github.com/rsclg/RscClubMemberFields/issues, (*6)

Compatibility

  • min. Contao version: >= 3.2.0
  • max. Contao version: < 3.6.0

Dependency

There are no dependencies to other extensions, that have to be installed., (*7)

The Versions

29/11 2017

dev-master

9999999-dev

Provides club specific adaptation of Contao member management.

  Sources   Download

LGPL-3.0+

The Requires

 

members contao club member management

25/09 2017

1.4.2

1.4.2.0

Provides club specific adaptation of Contao member management.

  Sources   Download

LGPL-3.0+

The Requires

 

members contao club member management

14/02 2017

1.4.1

1.4.1.0

Provides club specific adaptation of Contao member management.

  Sources   Download

LGPL-3.0+

The Requires

 

members contao club member management

23/11 2015

1.4.0

1.4.0.0

Provides club specific adaptation of Contao member management.

  Sources   Download

LGPL-3.0+

The Requires

 

members contao club member management

04/11 2015

1.3.0

1.3.0.0

Provides club specific adaptation of Contao member management.

  Sources   Download

LGPL-3.0+

The Requires

 

members contao club member management

08/05 2015

1.2.1

1.2.1.0

Provides club specific adaptation of Contao member management.

  Sources   Download

LGPL-3.0+

The Requires

 

members contao club member management

08/05 2015

1.2.0

1.2.0.0

Provides club specific adaptation of Contao member management.

  Sources   Download

LGPL-3.0+

The Requires

 

members contao club member management

21/04 2015

1.1.0

1.1.0.0

Provides club specific adaptation of Contao member management.

  Sources   Download

LGPL-3.0+

The Requires

 

members contao club member management

26/03 2015

1.0.1

1.0.1.0

Provides club specific adaptation of Contao member management.

  Sources   Download

LGPL-3.0+

The Requires

 

members contao club member management

25/03 2015

1.0.0

1.0.0.0

Provides club specific adaptation of Contao member management.

  Sources   Download

LGPL-3.0+

The Requires

 

members contao club member management