Membership Management System

The Internet Platform’s Membership Management System (MMS) is a software application that provides associations, clubs and other membership organizations with the functionality they require to provide subscription services to their members. Our MMS is quick and easy to set up, as well as simple to manage and edit.

Features

  • Easy to Manage: Maintaining your contacts database is easy using the online editor.
  • No Limits: There are no limits to the number of contacts/members you can add.
  • Groups: Setup different groups or membership levels such as Gold, Silver and Bronze Members. You may also setup subgroups. A good example of that would be a group called Members and a subgroup called Committee Members.
  • Time Limits: Give your members options to the length of subscription, for example: 1 day, 1 month, 3 months, 1 year or unlimited time.
  • Automated Subscriptions: Your members can quickly and easily subscribe.
  • Approvals: Setup your group so that when new members subscribe an email is sent to the moderator(s) of the group for approval.
  • Payments: Integration of the Order Management System into your website will enable your customers to make secure credit card payments for their subscription applications and renewals immediately. Using the recurring payments option will allow you to take subscription payments automatically on a regular basis (i.e. monthly) from each member.
  • Referrals: Give your members a link to your website which includes their Referral (or Affiliate) ID that they can include on their own website or in their emails to their contacts. When someone subscribes to the site via those links the referrer is recorded against the referee.
  • Self-edit: Your members can edit their own profiles.
  • Password Protected Content: Integration with the Content Management System allows you to set permissions on pages and menu items, so you can manage a ‘members only’ section, accessible via a password, to provide additional value for members and reward them for their continued support.
  • Member Posting: Allow members of specific groups access to post blog articles, testimonials, galleries and/or forum topics.
  • Customise: Let your developer customise what fields you want to display/edit for your members.
  • Members Listings: List your members to the public or other members only.
  • Templates: Have your website developer create a custom template to list and display members details your way.
  • Connections: Track the connections made between members when they view each other’s details.
  • Discounts: Integrate this system with the Product Catalogue System or Service Booking System to give your members discounts to the products or services.
  • Email: Setup standard letters and merge them to email your members. Integrate with the Email Marketing System so you get all the benefits and features of that system too.

Latest Software Updates

Update 4.20.2

Fix: Changes to base styles for HTML editor.

Update 5.46.0

New: When adding new custom collection via the definition inspector you can choose the repository as:

  • Database (creates a table in the database to store the data)
  • Client (stores on the user's device)
  • Request (stores only for the current request)
  • Session (stores for the current session)
  • Application (stores in the application state)

 

New: When adding a collection and selecting the inheritance you can now also choose None or Items.

New: Set CollectionClassDefinition.PullExpression to return an array of dictionary objects which are imported to a collection when first loaded. For example, create a collection for storing in the application podcasts pulled from an RSS feed.

New: XMLToObject now includes attributes.

New: TransformObject(Object, Maps) will transform an object to another using maps which is a array of path, name and submaps. For example, ['rss.channel.item[]', [['name', 'Title'], ['desc', 'Description'], ['review', 'Reviews', [['score', 'Rating'], ['comment', 'Comment']]], ['img[].url', 'Images']]]. This will get every item in the rss feed's name, desc, all review score and comments and image urls to create a dictionary array of Title, Description, Reviews: a dictionary array of Rating, Comment, and Images: a string array of urls. Path must exist however name (top level only) and submaps do not. If the path contains [] then this indicates the property is an array and should return an array.

New: Now detects if CKEditor5 is installed as the clients chosen HTML editor.

New: Email HTML is compressed before sending.

New: BusinessObject.HTMLCommentBegin and BusinessObject.HTMLCommentEnd used by BusinessObject.WrapHTMLComment.

New: You can now add a script of type importmap. Attach as a JS file and the system will extract the content to include in the script tags.

New: Added administrator menu item to run scheduled tasks.

Update: Updated setup.aspx.

Fix: System does not try to resize an SVG image.

Update 4.20.1

Fix: Error when entering TradingItemDiscountPrice.StartOn or TradingItemDiscountPrice.FinishOn.