expresstechsoftware / connect-memberpress-discord-add-on

This add-on enables connecting your MemberPress enabled website to your discord server. Now you can add/remove MemberPress members directly to your discord server roles, assign roles according to your member levels, unassign roles when they expire, change role when they change membership.
GNU General Public License v2.0
4 stars 1 forks source link

Please allow the editing of member facing text values #134

Closed msmithng closed 1 year ago

msmithng commented 1 year ago

It would be great to be able to put a custom message into the text vs. the built-in verbiage: 'Following Roles will be assigned to you in Discord:'.

This doesn't make sense when shown after the user is connected since the roles are already assigned.

Also the same text is shown when the user is expected to click the connect button. And the div that's being placed in doesn't seem to allow for any alignment or formatting since it's basically invisible until it's got roles to map (i.e. after a member subscribes but has yet to connect the account to discord).

I'm also seeing instances where the shortcode is failing to render in a text column.

younes-dro commented 1 year ago

@msmithng The plugin is updated. we added an option to customize the message of the assigned roles new-appearnce

msmithng commented 1 year ago

Hi @younes-dro,

Is there any documentation towards how this is expected to work? Where is the message displayed?

younes-dro commented 1 year ago

@msmithng appearnce-toroles-messages1

appearnce-toroles-messages

msmithng commented 1 year ago

Thank you.