Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Is your sydney theme active?
I have added code in this theme.
Please check your website including {{sender_username}} tag and let me know.Shamim HasanKeymasterdidn’t you tell them that you had added this code before this things happen?
All they had to to is remove this code from where you added and add again in appropriate location, nothing else.Please access your website and remove that code from where you added. Then activate all your plugins and your theme.
Then let me know. I will add that code again in appropriate location for you.Shamim HasanKeymasterIt was clearly written that “Add following code in your theme’s functions.php (child theme’s if any)”
You can create a temporary ftp account for me to access and give that to me. tick “Set as private reply” when reply so that only i and you can see that.Shamim HasanKeymasterThis code is tested before giving you.
So either you php version is less then 5.3 or you had added this code in wrong place.
i can assist you if you give me your cpanel or file manager access.Shamim HasanKeymasterwhat is your php version number?
Shamim HasanKeymasterassuming your php version 5.3+
Add following code in your theme’s functions.php (child theme’s if any)add_filter( 'fep_eb_email_legends', function( $legends, $post ){ $legends[ 'sender_username' ] = array( 'description' => __('Sender Username', 'front-end-pm'), 'where' => array( 'newmessage', 'reply' ), 'replace_with' => ! empty( $post->post_author ) ? fep_get_userdata( $post->post_author, 'user_login', 'id' ) : '' ); return $legends; }, 10, 2);
Then go to Dashboard > Front End PM > Settings > Emails. use {{sender_username}} to send username in emails.
Shamim HasanKeymasterRight now there is no shortcode for username but you can make one easily. use
fep_eb_email_legends
to make one.Shamim HasanKeymasteryour theme should allow admin-ajax.php. There should be any option or any other way to allow this call.
Please contact your theme author.Shamim HasanKeymasterplease log in to your website as non admin user, Then try to access your website back-end. You will see a error message.
Which plugin/theme showing that message?
If you do not know then please change your theme to default theme and then try to access your back-end, If you can access then your theme is doing that. Otherwise any plugin is doing that.Shamim HasanKeymasterMy phone also have 4.0.4, so that is not an issue.
Please check your phone if there is enough memory or network problem or any other problem.Shamim HasanKeymasterI have downloaded your attached pdf file in my android phone without any error.
Please check your phone if there is enough memory or network problem or any other problem.Shamim HasanKeymasterin my test website i have sent 1 pdf file and 1 png file and download from android phone. Everything working perfectly.
Can you please make a test user in your website and send some attachments. Then give access to me So that i can try.
Shamim HasanKeymasterThank you for letting me know. I will investigate and let you know.
Shamim HasanKeymasterWhen non admin user try to access your website admin area they see a error that they do not have permission to access. Which plugin show that error message?
Shamim HasanKeymasterYou can create announcement. You can select role(s) and every users of that role(s) will get that announcement.
-
AuthorPosts