Advertisement:

Author Topic: [Updated Plugin] Upload Profile Picture  (Read 147141 times)

prudymzari

  • Newbie
  • *
  • Posts: 7
Re: [Plugin] Upload Profile Picture
« Reply #30 on: May 16, 2012, 07:01:41 am »
This plugin not working in bcute theme, it installs ok, but when you upload the profile picture it doesnt upload it, checked the size limitation etc no luck any help?

Dagenau

  • Newbie
  • *
  • Posts: 2
Re: [Plugin] Upload Profile Picture
« Reply #31 on: May 23, 2012, 01:31:43 am »
Hi there.

The profile picture doesn't show up for me on the user public profile page. Instead it show the no_picture.jpg
The profile picture shows on the profile page tho.

I put the show code as shown below in user-public-profile.php

Code: [Select]
<div id="description">
<h2><?php _e('Profile'); ?></h2>
<?php profile_picture_show(); ?>

Any ideas?

Thanks in advance

gaborbp

  • Newbie
  • *
  • Posts: 10
Re: [Plugin] Upload Profile Picture
« Reply #32 on: June 14, 2012, 07:55:22 am »
Same problem here.

This plugin actualy wont work
(dont uplad the picture on server side)

anyone help?
Thank you :(

gaborbp

  • Newbie
  • *
  • Posts: 10
Re: [Plugin] Upload Profile Picture
« Reply #33 on: June 16, 2012, 12:31:07 pm »
anyone? No?

Ghosthawk

  • Newbie
  • *
  • Posts: 15
Re: [Plugin] Upload Profile Picture
« Reply #34 on: June 20, 2012, 11:45:32 pm »
is there a way to administrate the upload profile pictures? what if someone uploaded an inapropiate image and i want to change it? is there an easy way to do this?

texthiller

  • Full Member
  • ***
  • Posts: 207
Re: [Plugin] Upload Profile Picture
« Reply #35 on: July 28, 2012, 08:43:24 pm »
Perfect thanks you!

downunder

  • Newbie
  • *
  • Posts: 4
Re: [Plugin] Upload Profile Picture
« Reply #36 on: August 16, 2012, 05:58:54 pm »
Hi All,

This is in response to all those who are having trouble uploading the profile pic. 
I had the same problem for a while. I had loaded the upload code  <?php profile_picture_upload(); ?>   into themes/modern/user-profile.php
and I had loaded the show picture code <?php profile_picture_show(); ?>  into themes/modern/item.php

but I was unable to upload a pic.  It kept just showing the default no-picture image.

My fix for this problem was to move the upload code out of the fieldset code I had first tried it in.  Once I placed it on line 106 , below </form> it worked fine.

I hope this helps some of you.

Cheers  :D

ps. great plugin thanks.

texthiller

  • Full Member
  • ***
  • Posts: 207
Re: [Plugin] Upload Profile Picture
« Reply #37 on: September 14, 2012, 01:58:21 pm »
Don't work on  osclass3.0

tekno

  • Newbie
  • *
  • Posts: 14
Re: [Plugin] Upload Profile Picture
« Reply #38 on: October 15, 2012, 12:30:27 am »
Hi

The profile picture doesn't show up for me on the user public profile page. Instead it show the no_picture.jpg

Please help.

serafim

  • Jr. Member
  • **
  • Posts: 78
Re: [Plugin] Upload Profile Picture
« Reply #39 on: October 17, 2012, 08:02:50 pm »
just put code outside <form></form>!

texthiller

  • Full Member
  • ***
  • Posts: 207
Re: [Plugin] Upload Profile Picture
« Reply #40 on: October 18, 2012, 11:55:52 am »
just put code outside <form></form>!
can you explain?

texthiller

  • Full Member
  • ***
  • Posts: 207
Re: [Plugin] Upload Profile Picture
« Reply #41 on: December 18, 2012, 09:03:13 pm »
There is a new version for this plugin?

Jesse

  • Hero Member
  • *****
  • Posts: 631
  • Out of my mind, back in 5 minutes
Re: [Plugin] Upload Profile Picture
« Reply #42 on: December 19, 2012, 01:03:32 am »
I've updated this plugin to be compatible with OSClass version 3.0.2. All my previous instructions remain current from my first post. You may download the newest version from my first post as well.

Also regarding the <form> comments above, they're correct. Do NOT insert the code function profile_picture_upload() within an existing form. That is basic HTML rules... you can't have a form inside another form. If you do this, you'll experience the following problem:

  • You will still see a form to upload a profile picture. However, once you click "upload profile picture", you'll see a message saying that your profile was updated successfully. That's not correct. In this case, nothing actually happens, no photo is uploaded. To fix this, go back through your code and make sure you did not insert the function profile_picture_upload() within the existing form on the profile page.
« Last Edit: December 19, 2012, 01:08:57 am by Jesse »

texthiller

  • Full Member
  • ***
  • Posts: 207
Re: [Updated Plugin] Upload Profile Picture
« Reply #43 on: December 25, 2012, 06:33:10 pm »
Thanks to Jesse! ;)
Merry Xmass!

anarosa

  • Jr. Member
  • **
  • Posts: 57
Re: [Updated Plugin] Upload Profile Picture
« Reply #44 on: December 28, 2012, 01:27:04 am »
Hi Jesse,


thanks for the plugin. It works fine in Twitter Theme too.

But I am looking for: How can the user delete his picture again ?