Tips and Tricks HQ Support Portal › Forums › WP eMember › Profile upload not working
- This topic has 9 replies, 3 voices, and was last updated 13 years, 4 months ago by amin007.
-
AuthorPosts
-
March 21, 2011 at 1:22 pm #3004DMartinMember
The image upload function on my profile page is not working. I am using emember 6.1.3
http://www.studythebiblenow.com/profile/
also, when working doe sit use timthumb or something smilar to create a smaller image size than the one a member may upload (some people may not understand the importance of uploading a small pic).
you can access the page using the login user: jotest pass: prosper100
March 22, 2011 at 12:10 am #30480amin007ParticipantThere is a limit of 1MB filesize for the profile upload pic so your users won’t be able to upload a huge file.
Please get another build of eMember from here and let me know if that fixes the upload button:
March 23, 2011 at 8:51 am #30481DMartinMemberi now have the latest version of emember running on the site but the problem persists. I cannot remove or add any pics in the profile area
March 24, 2011 at 2:42 am #30482amin007ParticipantThere seems to be JQuery issues on that page. Please do this test to find out where its coming from:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
March 28, 2011 at 6:06 pm #30483DMartinMemberOk, it appears to be the theme that the profile upload doesnt work with. Is there any workaround you cam suggest? I am committed to the theme I am using because of several othr functionalities habit offers. Is here any easy workaround that might allow the image area to work, or if not, how can I remove it from the profile page altogether?
March 29, 2011 at 1:05 am #30484amin007ParticipantIf the theme is introducing JQuery/javascript errors then there is nothing we can do on our side. Once your page have JQuery errors it affects any plugin that tries to use JQuery on that page. I have tried to explain some of these here:
March 29, 2011 at 3:36 am #30485DMartinMemberCan I remove the profile picture bit from the profile page? This appears to be the only place where I am experiencing problems so I could just remove the picture upload area from the profile page, leaving the rest? Is there code in the template that creates this page that cam be tweaked?
March 30, 2011 at 12:23 am #30486amin007ParticipantYeah you can just hide the profile picture section. Find the following code in the “eMember_misc_functions.php” file and delete it:
<tr>
<td><label class="eMember_label"><?php echo EMEMBER_PROFILE_IMAGE;?>: </label></td>
<td>
<img id="emem_profile_image" src="<?php echo $image_url;?> " width="100px" height="100px"/>
<a id="remove_button" href="<?php echo $image_path; ?>">Remove</a>
<div id="upload_button" class="emember_upload_div">Upload</div><br/><span id="error_msg"></span>
</td>
</tr>We will look into adding a checkbox for hiding the profile picture section.
July 11, 2011 at 2:44 pm #30487foucault666MemberIt is possible to send a notification e-mail to administrator when the user upload his profile?
July 12, 2011 at 1:02 am #30488amin007ParticipantNo, eMember does not have a “Notification on profile update” option.
-
AuthorPosts
- You must be logged in to reply to this topic.