Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
add
#fep-notification-bar { top: 50px }
in Front End PM > Settings > General > Custom CSS (Change 50px to other value if you need)Shamim HasanKeymasterThank you for your nice suggestion.
I will try to include this in next major version release (it may take some time, a new version is ready and in testing stage, in couple of days that will be released, then i will start work for new version ).you can download any previous free version from https://wordpress.org/plugins/front-end-pm/developers/
Shamim HasanKeymasterIf you can wait couple of days, a new version is almost ready and will be released. This feature is already included in new version.
Shamim HasanKeymasterthis feature was there in free version in early release (may be version 1.1 or 1.2 ). This plugin is almost a new plugin. Most of the code changes, So if you put early code also, that will not work, You have to write new code.
If you see support forum (both free and pro) you will see i write code for users too often. I try my best to support users.
If you need to send a copy of mail to sender i can write for you. This may not be included to main plugin, Also there will be no option to enable/disable this feature. also you will be needed php version 5.3+.
Let me know.Shamim HasanKeymastersorry to say that If some lines of code i sometimes write for my customers but this need many code.
Shamim HasanKeymasterThis feature was there in initial versions of this plugin. But for user feedback this feature was removed many days ago. So this feature may not be included.
you can usefep_action_message_after_send
action hook to send email to sender if you need that badly.Shamim HasanKeymasterNext major version i will try to add search feature for directory ( it will take some time to release next major version)
If users delete message from their messagebox that message do not get deleted from database. So admin have access that message for future investigation. Please note: if all recipients (sender and all recipients of that message) delete same message from their messagebox that message also get deleted from database.
Shamim HasanKeymasteradd
#fep-notification-bar { background-color: blue }
in Front End PM > Settings > General > Custom CSSShamim HasanKeymasterYou want to remove this notification? There is a settings for this in Front End PM > Settings > General
To change style of this notification you can use fep-notification-bar css id
Shamim HasanKeymasterSorry to say that this feature is not there, also not sure when i will add this feature.
Shamim HasanKeymasterLet me know if you find any settings which creates this issue.
Shamim HasanKeymasterok, i am using All in one seo pack latest version with all their default settings. But never get any error. Everything working perfectly.
Can you please see what changes you did in their settings which can create this issue?Shamim HasanKeymasterThnak you for information. I will investigate and let you know.
Shamim HasanKeymasterDoes that error message shows for both new mesaage and reply message? From when it starts showing this error message? Please click “send message” button just onece and see if that error message shows.
When a message is already read that message get collapsed. You can click heading to show that individual message.
Shamim HasanKeymasterThose lines need to be added in your template (php) file. Adding in post editor will not work.
If you want to add in your post editor you can use
<a href="http://www.example.com/message-page/?fepaction=newmessage&to=user_nicename">Send Message</a>
Change example.com/message-page with your website message page url and user_nicename with your user_nicename or id or email or login
-
AuthorPosts