ronymehta
Forum Replies Created
-
Hello Andband2
i will help you please contact me.
how to remove title?Forum: Plugins
In reply to: [User Avatar] [ Plugin: User Avatar] Sorry, No file availableHello enejb,
esc_attr() function is work .its not effect to image physical path.
i think its good for now . its check invalid utf8 code into the path / URL.
you may apply the esc_attr() function .
Thanks for reply.Forum: Plugins
In reply to: [User Avatar] [ Plugin: User Avatar] Sorry, No file availableHello enejb,
your esc_url_raw function not work for upload photo.
When we upload photo they called physical path like ‘c:/wamp/www/wpcms/upload/..’ this url not working for esc_url() or esc_url_raw() function . please remove the esc_url or esc_url_raw function for when uploading the image .May esc_url_raw() function work on linux machine but its not work on windows machine. please changes you reg_expresion for suitable url
Forum: Plugins
In reply to: [User Avatar] [ Plugin: User Avatar] Sorry, No file availableWelcome enejb.
i want to add file upload option in register redux plus
What to do in ?
if i need your help i ll contact you.Forum: Plugins
In reply to: [User Avatar] [ Plugin: User Avatar] Sorry, No file availableHello enejb
esc_url is deleted some url variale that the resoan we cnt use esc_url in that case
you know about more in that pleas tell me i would more interest in wordpressForum: Plugins
In reply to: [User Avatar] [ Plugin: User Avatar] Sorry, No file availableHello enejb
you know about more about the user-avatar plugin please contact my email id [email protected]i solved this issue for uploading user avatar.
Please change the user-avatar.php
Please see the below updated
Change this line
<input type=”hidden” name=”attachment_file” id=”attachment_file” value=”<?php echo esc_url($file); ?>” />
replace with
<input type=”hidden” name=”attachment_file” id=”attachment_file” value=”<?php echo $file; ?>” /> JustForum: Plugins
In reply to: [User Avatar] [ Plugin: User Avatar] Sorry, No file availableHello leonanthony,
Here some net problem
Please see the below updated
Change this line
<input type=”hidden” name=”attachment_file” id=”attachment_file” value=”<?php echo esc_url($file); ?>” />
replace with
<input type=”hidden” name=”attachment_file” id=”attachment_file” value=”<?php echo $file; ?>” /> JustForum: Plugins
In reply to: [User Avatar] [ Plugin: User Avatar] Sorry, No file availableHello leonanthony,
i solved this issue for uploading user avatar.
Please change the user-avatar.php
Please reply me