Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
you can add
fep-filter=inbox
in url by defaultShamim HasanKeymasterDid you follow exactly https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/email-piping/ ?
is there any MESSAGE KEY in your email subject?
did you changed permission to your file?
are you getting any error?Shamim HasanKeymasterYes, you can use
fep_directory_arguments
filter hook to accomplish this. Also if you want to exclude from auto suggestion also usefep_autosuggestion_arguments
hookShamim HasanKeymasterThank you for contacting.
Did you translate those text in your language? Please use latest pot file to translate if you do not find those text in translation file.Shamim HasanKeymasteryou can use
#fep-wrapper
in custom css.
Go to Dashboard > Front End PM > Settings > General and then add following code in custom css field and save.#fep-wrapper{ font-size: 20px; }
you can use whatever style you like
Shamim HasanKeymasterPlease go to Dashboard > Front End PM > Settings > Security and set as required.
Shamim HasanKeymasteryou can use stripslashes() there.
I will investigate more and try to fix this in next version.Shamim HasanKeymasterattachment thumbnail is not generated because it is not used anywhere.
for line break, you can use nl2br function around email content (temporarily), I will try to investigate more and correct it in next release.
i actually did not understand you properly what did you expect by display attachment in clever way in message. Please explain a little so that i understand and can try to implement.
i am working on next version, but will take some time to release.Shamim HasanKeymasterWithout auto suggestion users have to type full name of other users without spelling mistake, that is very hard. he need to remember other users name exactly what they used as their name.
Also there is a filter (
fep_autosuggestion_arguments
) which you can use to show username suggestion which they have permission to see.Shamim HasanKeymasterPlease deactivate all plugins and change your theme to default theme then test. If working then activate one by one and test.
Let me know which one creating problem.Shamim HasanKeymasterSorry, somehow it got unanswered..
in viewmessage.php line 17 you can remove fep-hide-if-jsShamim HasanKeymasteryou can ask your hosting provider to set up for you.
Shamim HasanKeymasterfor security reasons wp_kses_post is used. So some code may strips out. If you want to keep as you type you need to change 2 lines of code in class-fepadmin-settings.php and remove wp_kses_post from line 444 and 512 ( fep version 4.8)
Shamim HasanKeymasterBy default all “read” messge is hidden and show when tittle clicked or “Toggle Messages” clicked.
By default all “unread” message is NOT hidden.
Shamim HasanKeymasterWhat error are you getting?
Is it showing textbox to input user name? -
AuthorPosts