Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
in “Threaded” view, message recipient is only set in parent message. So it is not possible to reply that message without replying to all recipient.
Suppose user U1 sent a message M1 to user U2 and U3. So M1 recipient list is U1, U2 and U3. So if U2 reply that message as R1, no recipient list is attached to R1. it use M1 recipient list. So if you want to exclude any user from R1 that is not possible as R1 has no recipient list. It uses M1 recipient list.
I do not see any logic to achieve what you want.
In “Individual” view, recipient list also attached to reply messages. In that case you can manually change that.
So you have to set “Separate message” or “Individual” view to achieve what you want.
Shamim HasanKeymasterwhat is your message view setup? Threaded or individual?
Shamim HasanKeymasterare you getting any error related to this plugin in your server log?
7.4 is latest version and no update is there for this version, so update is not an issue.
did you changed anything (any code or new plugin) after installed this plugin?
Can you please install again this plugin and see if problem exists or problem come after some fixed time?Shamim HasanKeymasterFront-end or Back-end became slow? or both?
where it is showing inbox? can you please give me a screenshot?Shamim HasanKeymasterIn that case you have to set “Separate message”.
Shamim HasanKeymasterYou can hide other users but that will create issue when a user reply that message. That user does not know which other users are there. But reply will goes to all users.
Shamim HasanKeymasterto hide autosuggestion field, you can find relevant class. May be
.token-input-input-token-facebook {display: none;}
You can use
fep_get_user_option
filter hook to change default value of user settings.March 13, 2018 at 3:39 pm in reply to: How to disable the 10-characters minlength restriction in the message content? #12204Shamim HasanKeymasterhttps://www.shamimsplugins.com/docs/front-end-pm/customization/remove-minlength-message-title/
instead of message_title use message_contentShamim HasanKeymasterIt seems you have changed
fep-font-red
css color to white which is same as background color. If messagebox is nearly full ( more than 90% full ) then fep-font-red is added to show red warning.Shamim HasanKeymasterPRO version “to” field simply will not work if auto-suggestion is disabled (if you use jQuery to fill up users then will work). So disabled auto-suggestion option is removed in PRO version. A work-around, you can use
fep_autosuggestion_arguments
filter hook to change arguments such a way that it finds no users.Shamim HasanKeymasterYou can use
selector.tokenInput("remove", {id: x});
where x is user idShamim HasanKeymasterShamim HasanKeymasterpass fepaction to shortcode. eg `[front-end-pm fepaction=”announcements”]
Shamim HasanKeymasterForm will not show if current user can not send message to “to” user. So non logged in user or if logged in user and “to” user is same then no form will be shown.
Shamim HasanKeymasterI see your point.
when i wrote group message system, i thought there is no need to show if only one group is there for that user, message can go directly to that user.
But now i am thinking, may be we should show group name, which group they are sending message to. -
AuthorPosts