Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
In 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_optionfilter 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-redcss 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_argumentsfilter 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.Shamim HasanKeymasterHere Manish, Zia, Kyan is member for both groups. So For them both groups will show to select when send message. Please check if shown for them.
Other users are only in 1 group. So for them groups will be hidden and all message for group will send to Everyone group. Please check if groups are hidden for them and if they send to group, that message is send to Everyone group directly.
If not working right, please let me know what is not working.
Shamim HasanKeymasterUsers have to be member of that group to send message. So only shows those groups which he is member.
Also if only one group is there ( logged in user is member to only 1 group) then groups will be hidden and message will go directly to that group.Shamim HasanKeymasterWhich tooltip? Can you please give me screenshot?
Shamim HasanKeymasterIt send message via cron job and wordpress cron run by user visit. when i user visit your website that time it send message.
There is a settings how many message it will send per run. Go to Front End PM PRO > Settings > Email > Emails send per interval -
AuthorPosts