Jump to content

MembersMessaging module


benbyf
 Share

Recommended Posts

Hi Everyone! So I've been working with PW for over ten years now!!! Big thanks to @ryan and everyone in the community (genuinely such a warm community). I've made a few modules in my time as well as tutorials and this was the first that I thought might work as a commercial module:

MembersMessaging

This module enables you to easily setup a messaging system for your users through your site. Allow your website users to message other users on the site given a user name or similar information.

Module uses the notions of threads, messages and users to describe the message relationship -> A thread is a page storing n messages including: time posted, created by user and message text, the user ids in that thread, which users have unread messages in that thread, whether messages are encrypted (and it's salt). User pages have a list of all threads they are apart.

In your templates you can add: a compose message form, threads and their messages, thread reply forms, message and threads counts, as well as delete and delete all messages. You can view messages in the admin (unless encrypted set to True) and view message stats and module usage in admin page Members.

Purchase here

How to install?

- Install Processwire
- Add MembersMessagingModule folder to modules folder in processwire: /site/modules/
- Login to your site admin and navigate to Modules: yoursite.com/[admin]/module
- Configure the module settings: yoursite.com/[admin]/module/edit?name=MembersMessaging`
- Follow the instructions below to add messaging to your templates

How to use

Example usage:

$mm = $modules->getModule("MembersMessaging");
echo $mm->execute();
echo $mm->js();
echo $mm->css();

Full api here.

Configuration

Module allows you to configure whether:

  • to allow new threads to yourself
  • to allow new threads to guest user role
  • to trash or unpublish threads deleted from frontend
  • to use select or textinput for username input
  • to allow an All keyword to signal thread should include all users
  • to change all keyword to something else
  • to notify a user via email they have been sent a new message
  • to set email sender address
  • to change username output from user name field to some other field specified
  • to change default max threads and messages to display
  • to encrypt messages (using basic encrypt strategy that encrypts each message on server before DB save, and is decrypted on request)

Roadmap: Available here.

-------

I'm not really sure how much interest there would be in this module so I've posted it to GumRoad for now, but will be looking to work on a PW store front if theres any interest in it and other modules - I've got ideas for other modules such as deffered page publishing, image folder GUI, protected field, field dependencies, pages contraits.

I'm also available for hire currently to work on sites or modules https://www.benbyford.com

input.thumb.jpg.441aef076b9ecd9fd2f53b1a76f6cadf.jpginput-and-message.thumb.jpg.a703dba73a1c655a3830dc002dfe7fff.jpgstats.thumb.jpeg.9b1de58e6b5e026e6a9e01b3c702e3f6.jpegconfig.thumb.jpeg.505f5918698899128c25ac219e9e81f3.jpegno css implementation

 

Edited by benbyf
video added
  • Like 12
  • Thanks 1
Link to comment
Share on other sites

@benbyf good idea to build this kind of module. At least I have one project where I think this module would be more than suitable. About the license and price - first, is it per site or can I use it on other projects, too (like developer version of pro modules)  and secondly is there a time limit (one year) or is it one time payment only.

-Seppo 

Link to comment
Share on other sites

1 hour ago, Seppo said:

@benbyf good idea to build this kind of module. At least I have one project where I think this module would be more than suitable. About the license and price - first, is it per site or can I use it on other projects, too (like developer version of pro modules)  and secondly is there a time limit (one year) or is it one time payment only.

-Seppo 

Really good point, totally forgot to add it in the information. Have added now.

Summary of license:

  • Unlimited use of software on own projects

  • No modifications or derivative works

  • No commercial use other than applications and services produced by Licensee

  • No attribution is required

  • Free software updates up to next major update e.g. where major release is v1.0.0 to v2.0.0 not v1.0.1

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...