Osclass forums

Development => Plugins => Topic started by: Jesse on February 13, 2012, 08:41:05 am

Title: [Updated Plugin] Upload Profile Picture
Post by: Jesse on February 13, 2012, 08:41:05 am
Updated 12/31/2012

The updates include:



Hi all,

Here's a simple plugin that will upload a picture and display it on the profile page, or where ever you'd like.

1) Download and install the plugin

2) Place this code on the theme page, user-profile.php - make sure this code is place OUTSIDE of the existing form on that page - this function will allow users to upload their profile picture
Code: [Select]
<?php profile_picture_upload(); ?>
3) Place this code on pages you wish to display the profile picture, including user-public-profile.php and item.php
Code: [Select]
<?php profile_picture_show(); ?>
That's it.

This is a no-frills plugin, meaning it doesn't do anything but upload and display. The uploaded files are NOT re-sized, but are limited to file size (set at 500kb initially, you can change that).

You'll probably want to edit the file index.php within the plugin folder. There are several fields you can edit, including the display width of the picture.

How To Use
To upload a picture, you just need to login to your account, then from the account manager, click on My account.
Title: Re: [New Plugin] Upload Profile Picture
Post by: trains58554 on February 13, 2012, 08:52:11 am
Hi Jesse,

This plugin works very well for the most part. I did how ever find a small bug. When ever a user logs out it shows the first users profile picture. It will show the second users profile picture if he logs in but once he logs out it goes back to the first users profile picture. Also I placed the code in the header.php file of my theme.

Jay
Title: Re: [New Plugin] Upload Profile Picture
Post by: Jesse on February 13, 2012, 08:57:26 am
Hi Jay,

You mention about a "first" and "second" user profile picture. There should only be one. Are you saying if the user has uploaded more than one photo, it reverts back to showing the "first uploaded picture"?

Since additional uploaded photos are saved with the same name, a simple page "reload" will fix issues if they're related to that. But there certainly could be a bug! I'm anxious to hear more.  :)

And this was ONLY tested on the file user-public-profile.php, as it's the only one that should matter, at least for the current plugin function.
Title: Re: [New Plugin] Upload Profile Picture
Post by: trains58554 on February 13, 2012, 09:06:08 am
Hi Jay,

You mention about a "first" and "second" user profile picture. There should only be one. Are you saying if the user has uploaded more than one photo, it reverts back to showing the "first uploaded picture"?

It does only allow the user to upload one picture and that part is working right. It is when a second user logs in and uploads a profile picture. I does work right on the profile page the only time it has an issue is in the header and I am on the home page.

I have found that it also works on the item.php file.

Thanks

Jay
Title: Re: [New Plugin] Upload Profile Picture
Post by: Jesse on February 13, 2012, 09:25:02 am
Hi Jay,

Ok, thank you for clarifying that for me!

There are a few things that come to mind that might keep it from working in the header. For one thing, the plugin uses osc_item_user_id(), which may not work on all pages. To be honest, I didn't have any intention of it being used "all over" the site... just on the profile page, and perhaps Item pages.

One other thing, the plugin uses <meta http-equiv="refresh" content="0; ,URL='.$url.'"> to refresh the page after the picture has been uploaded to try and refresh the display. This has worked pretty well in testing, but may cause issues elsewhere.
Title: Re: [New Plugin] Upload Profile Picture
Post by: ingo on February 13, 2012, 10:06:10 am
Hi Jesse,

great hit again,

is it possible to upload user picture in user- profile.php  > update your profil > and show in public-profile  or item.php

to have profil updates on one page

THX for This Plugin I will use it  :)
Title: Re: [New Plugin] Upload Profile Picture
Post by: Jesse on February 13, 2012, 10:20:33 am
Hi Ingo,

It is possible to use it on the user-profile.php page. But some modifications to the plugin would be needed.

Right now, the plugin uses the function osc_item_user_id() to get the ID number for the Public Profile page. That function doesn't work on the user-profile.php page, so you'd have to use osc_logged_user_id() instead to set $user_id in the plugin.

There are a few more modifications that would be required as well.

I will look into making this better. I know it would be nice to be able to set the profile picture from the user-profile page. What I can do is, make the current profile_picture() function work on the user-profile page. Then, for showing the picture on the actual Public Profile page (or anywhere else on the site), I can have a separate function just for that (without an upload form). I probably should have done this originally, but the way I did it seemed like a good idea at the time.

Give me some time and I'll get it done!  :D
Title: Re: [New Plugin] Upload Profile Picture
Post by: ingo on February 13, 2012, 10:50:49 am
great, no hurry, when time allows to you and  when easy possible!
and don't forget to sleep from time to time  :)

Thanks again for this great extension
Title: Re: [New Plugin] Upload Profile Picture
Post by: Jesse on February 13, 2012, 12:51:24 pm
Ok, I've uploaded the latest version 1.1,  download from my first post.

In this version, there are two functions as outlined in my first post. One function will display both the upload form and the profile picture.

The second function will simply display only the profile picture. I've also added a "no profile picture" picture as suggested in an earlier topic that will be shown when the user hasn't uploaded a profile picture.


Test away and please continue to report any bugs!  :)
Title: Re: [New Plugin] Upload Profile Picture
Post by: seven on February 13, 2012, 03:23:39 pm
Hi Jesse,

I can just say great great great work :)  !!


Wish you can continue working like that.


kind regards

Title: Re: [New Plugin] Upload Profile Picture
Post by: Jesse on February 13, 2012, 03:49:08 pm
Thanks Seven! I do my best. There are a lot of plugins that I want to at least get started. I figure if I can at least get these things working, others can come along and customize them and make them better. My next plugin is already underway (Print Ad - this plugin will pop-up a printer-friendly version of the item/ad).


Future update: I'll eventually be adding an option to this plugin for "company" users to upload a larger size logo/banner (like 330px wide and 150px high). There will probably be an additional function added for that. I'll see. Ingo had this good suggestion.  :)
Title: Re: [New Plugin] Upload Profile Picture
Post by: seven on February 13, 2012, 04:15:17 pm
Nice :)

This one (print) is needed to :) !


Jesse, plugin works fine but I don't want that every user puts is profile picture in it. Only users that I decide (for exemple company logo as profile picture)
I've tried to ad the function into the oc-admin user section.
It works to add the picture if im loged in on front side with the user profile I wan't to change... But normaly I don't have the password from user to log in so that I only can change for user I know the password..

Take a look at the attached file.. It's more easy to understand what I m trying to write...

Title: Re: [New Plugin] Upload Profile Picture
Post by: Jesse on February 13, 2012, 04:34:38 pm
Hi Seven,

The plugin is setup right now to allow all users to choose their own profile picture on the front-end. The plugin gets the user's logged-in user ID from the array generated by OSClass. If you try to use this plugin elsewhere (like in the Admin section), the plugin wont know what user ID you're trying to use.

It's certainly possible to adapt this plugin to the back-end so that only you can choose the profile picture for just the users you choose (I think that's what you're asking to do?). Of course, that would require more work.  :) And being that I can't see many people wanting this back-end feature (if you're going to have a profile picture, it's generally accepted that the user can choose it for themselves), I can't really take the time right now to customize it for you. But I can certainly give some ideas as how to do it if you'd like? Basically, you'll need to populate a drop-down box with all user ID's/Usernames. You can then manually select the user/userID you wish to edit. That will then allow the plugin to work as normal.
Title: Re: [New Plugin] Upload Profile Picture
Post by: seven on February 13, 2012, 04:57:32 pm
thanks for the reply. :)



Title: Re: [New Plugin] Upload Profile Picture
Post by: seven on February 13, 2012, 07:46:14 pm
Hi Jesse,

I've done my modification so that I can change in admin site the picture for the users I want a picture shown...


I'll write it here if someone needs to do it.  (Surely not the best way to do it.. but it works)

1step:  install the orginal plugin (from Jesse)
2step:  rename (or delete)  the  'no_picture.jpg' in the plugin directory
3step:  in the plugin directory edit the file index.php and search line 61,
              replace           $user_id =.....         with              $user_id =   osc_user_id ();
4step:  delete line         73                    if( osc_is_web_user_logged_in() ) {     
            and delete line   89                    } //if logged-in
5step:  edit     item.php (in folder of your theme)   
             and write       <?php profile_picture_show(); ?>     (Like asked in the original plugin)
6step:  in the folded   ?example.com?/oc-admin/themes/modern/users   
            edit the file     frm.php
            and place after the  text     </form>      this text:         <?php profile_picture_upload(); ?>


EVERYTIME BACKUP YOUR ORIGINAL FILES BEFORE CHANGING THEM

(THIS IS NOT THE BEST WAY TO DO IT, IF YOU DON'T NEED IT, THAN LET THE PLUGIN FROM JESSE IN ORIGINAL - IS BETTER FOR FUTURE UPDATES)


kind regards

Title: Re: [New Plugin] Upload Profile Picture
Post by: mkmobi on February 20, 2012, 03:41:42 pm
Please help me this plugin is not working in my account
i m using Osclass 2.3.5 (bcute)
Title: Re: [New Plugin] Upload Profile Picture
Post by: Jesse on February 20, 2012, 04:30:03 pm
mkmobi,

What's not working for you? Is anything working? What code are you using? Where have you placed the code?
Title: Re: [New Plugin] Upload Profile Picture
Post by: mkmobi on February 25, 2012, 12:40:33 pm
Hi Jesse,

I've done my modification so that I can change in admin site the picture for the users I want a picture shown...


I'll write it here if someone needs to do it.  (Surely not the best way to do it.. but it works)

1step:  install the orginal plugin (from Jesse)
2step:  rename (or delete)  the  'no_picture.jpg' in the plugin directory
3step:  in the plugin directory edit the file index.php and search line 61,
              replace           $user_id =.....         with              $user_id =   osc_user_id ();
4step:  delete line         73                    if( osc_is_web_user_logged_in() ) {     
            and delete line   89                    } //if logged-in
5step:  edit     item.php (in folder of your theme)   
             and write       <?php profile_picture_show(); ?>     (Like asked in the original plugin)
6step:  in the folded   ?example.com?/oc-admin/themes/modern/users   
            edit the file     frm.php
            and place after the  text     </form>      this text:         <?php profile_picture_upload(); ?>


EVERYTIME BACKUP YOUR ORIGINAL FILES BEFORE CHANGING THEM

(THIS IS NOT THE BEST WAY TO DO IT, IF YOU DON'T NEED IT, THAN LET THE PLUGIN FROM JESSE IN ORIGINAL - IS BETTER FOR FUTURE UPDATES)


kind regards



I want to add this plugin in my osclass 2.3.5(Bcute) theme

but its not working

Plzzzz help me
Title: Re: [New Plugin] Upload Profile Picture
Post by: seven on February 25, 2012, 12:51:26 pm
Hi mkmobi,

for install the original plugin you simple need to DOWNLOAD it and use the Help in plugin to configure.
Use plugin for Jesse without modification
Title: Re: [New Plugin] Upload Profile Picture
Post by: mkmobi on February 25, 2012, 12:57:57 pm
Hi all,

Here's a simple plugin that will upload a picture and display it on the profile page, or where ever you'd like.

1) Download and install the plugin

2) Place this code on the theme page, user-profile.php - this will allow users to upload their profile picture
Code: [Select]
<?php profile_picture_upload(); ?>
3) Place this code on pages you wish to display the profile picture, including user-public-profile.php and item.php
Code: [Select]
<?php profile_picture_show(); ?>
That's it.

This is a no-frills plugin, meaning it doesn't do anything but upload and display. The uploaded files are NOT re-sized, but are limited to file size (set at 500kb initially, you can change that).

You'll probably want to edit the file index.php within the plugin folder. There are several fields you can edit, including the display width of the picture.




Its not working in bcute-os-2.3.5
help me
Title: Re: [New Plugin] Upload Profile Picture
Post by: seven on February 25, 2012, 01:26:56 pm
when wou install the plugin, does it show that the plugin is right installed or it shows there was a problem with install?
Title: Re: [New Plugin] Upload Profile Picture
Post by: Jesse on February 25, 2012, 06:02:22 pm
mkmobi,

This plugin was designed using OSClass 2.3.5 and also using the Bcute theme.... so I KNOW it works. You keep saying it's not working... what do you mean? What's not working exactly??? Is anything showing up? Did you install the plugin first? Did it show the plugin installed successfully? Did you place the the required code functions in the proper places as directed?
Title: Re: [New Plugin] Upload Profile Picture
Post by: morvy on February 27, 2012, 05:46:08 pm
working perfectly for me.. without any issues, I've just modified it to save pictures in oc-content/uploads/avatars/ and translated for my site
Title: Re: [New Plugin] Upload Profile Picture
Post by: seven on February 27, 2012, 06:19:12 pm
Hi, I've just tested on my local test page with original 2.3.5 / bcute Theme and with original Plugin from Jesse.
It's doing what it should do..
Title: Re: [New Plugin] Upload Profile Picture
Post by: Luca on March 31, 2012, 05:24:04 pm
@Jesse

Nice plugin, thank you.

I've found a bug:

index.php on line 118:

Code: [Select]
echo '<meta http-equiv="refresh" content="0; ,URL='.$url.'">';
not redirecting properly (there is that extra comma)

Should be

Code: [Select]
echo '<meta http-equiv="refresh" content="0; url='.$url.'">';
Thanks,

luca
Title: Re: [New Plugin] Upload Profile Picture
Post by: Whitelotus on April 02, 2012, 07:08:14 am
This is an awesome plugin. If you want the profile picture to show on the contact form of the publisher, add this code <?php profile_picture_show(); ?> on line 208 of the item.php file.

When done, the image appears right above the publishers name.
Title: Re: [New Plugin] Upload Profile Picture
Post by: ferdgua on April 02, 2012, 07:41:36 pm
But can this plugin work on bcute 2.2.3 ?
On my web site it doesn't send the pic
 has Someone this plugin active for seeing the dir and name of image ?
Title: Re: [New Plugin] Upload Profile Picture
Post by: chofi on April 15, 2012, 04:37:15 am
hi all

As I can add profile picture thumbnail supertoolbar?

Chofi
Title: Re: [New Plugin] Upload Profile Picture
Post by: Whitelotus on April 25, 2012, 01:47:04 pm
When would there be an update to this plugin? I would like to see size reduction or size specification for the profile picture. Some profile pictures do alter the orientation of the webpages. From the dashboard down to the item display. Looking forward to this.
Title: Re: [New Plugin] Upload Profile Picture
Post by: Jesse on April 26, 2012, 11:14:13 pm
Whitelotus,

I've not been able to do any OSClass related work lately, and it may be some time before I can get "back" to work. Users are welcome to make any changes to the plugins they wish and post them here for all to use.

Although, hopefully this specific feature will be incorporated into OSClass in the future, so no plugin will be required.
Title: Re: [Plugin] Upload Profile Picture
Post by: prudymzari 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?
Title: Re: [Plugin] Upload Profile Picture
Post by: Dagenau 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
Title: Re: [Plugin] Upload Profile Picture
Post by: gaborbp 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 :(
Title: Re: [Plugin] Upload Profile Picture
Post by: gaborbp on June 16, 2012, 12:31:07 pm
anyone? No?
Title: Re: [Plugin] Upload Profile Picture
Post by: Ghosthawk 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?
Title: Re: [Plugin] Upload Profile Picture
Post by: texthiller on July 28, 2012, 08:43:24 pm
Perfect thanks you!
Title: Re: [Plugin] Upload Profile Picture
Post by: downunder 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.
Title: Re: [Plugin] Upload Profile Picture
Post by: texthiller on September 14, 2012, 01:58:21 pm
Don't work on  osclass3.0
Title: Re: [Plugin] Upload Profile Picture
Post by: tekno 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.
Title: Re: [Plugin] Upload Profile Picture
Post by: serafim on October 17, 2012, 08:02:50 pm
just put code outside <form></form>!
Title: Re: [Plugin] Upload Profile Picture
Post by: texthiller on October 18, 2012, 11:55:52 am
just put code outside <form></form>!
can you explain?
Title: Re: [Plugin] Upload Profile Picture
Post by: texthiller on December 18, 2012, 09:03:13 pm
There is a new version for this plugin?
Title: Re: [Plugin] Upload Profile Picture
Post by: Jesse 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:

Title: Re: [Updated Plugin] Upload Profile Picture
Post by: texthiller on December 25, 2012, 06:33:10 pm
Thanks to Jesse! ;)
Merry Xmass!
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: anarosa 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 ?


Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on December 28, 2012, 01:31:18 am
There isn't currently a "delete" feature in the plugin. I can certainly add one though!  ;)

I'll try to get that done today.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on December 28, 2012, 10:30:37 am
Alrighty.... there is now the ability to "Delete" a photo and revert back to the default "no-photo" image.

You can download the updated plugin from my first post.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Travelfrog on December 28, 2012, 01:52:10 pm
Jesse I have an urgent problem.

I had the profile picture running OK. I uninstalled the old version and tried to install the new modified version and I am unable to install the new version.

error:
There was a problem adding the plugin

Title: Re: [New Plugin] Upload Profile Picture
Post by: Legion on December 28, 2012, 02:01:49 pm
Hi Jesse,

This plugin works very well for the most part. I did how ever find a small bug. When ever a user logs out it shows the first users profile picture. It will show the second users profile picture if he logs in but once he logs out it goes back to the first users profile picture. Also I placed the code in the header.php file of my theme.

Jay


I added <?php profile_picture_upload(); ?> this but did not work.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: kenbotong on December 28, 2012, 02:30:32 pm
hi jese thanks for your plugin...

i wana share this code for Comments Picture, grab to User Picture in your plugin..

this for code :

1st
Put in Profile picture plugin "index.php"
put this code after function profile_picture_show(){}

Code: [Select]
function comment_picture_show(){

   // Configuration - Your Options ///////////////////////////////////////////////////////

    $width = '100';
    $height = ''; // height is optional. If you use a height, *MAKE SURE* it's proportional to the WIDTH


    ////// ***** No modifications below here should be needed ***** /////////////////////

    // First, check to see if user has existing profile picture...
$user_id = osc_comment_user_id(); // the user id of the user profile we're at
$conn = getConnection();
$result=$conn->osc_dbFetchResult("SELECT user_id, pic_ext FROM %st_profile_picture WHERE user_id = $user_id ", DB_TABLE_PREFIX, $user_id);

if($result>0) //if picture exists
{
    $upload_path = osc_plugins_path().'profile_picture/images/';
    $modtime = filemtime($upload_path.'profile'.$user_id.$result['pic_ext']); //ensures browser cache is refreshed if newer version of picture exists
    // This is the picture HTML code displayed on page
    echo '<img class="avatar" src="'.osc_base_url() . 'oc-content/plugins/profile_picture/images/profile'.$user_id.$result['pic_ext'].'?'.$modtime.'" width="'.$width.'" height="'.$height.'">'; // display picture
}
else{
    echo '<img class="avatar" src="'.osc_base_url() . 'oc-content/plugins/profile_picture/no_picture.jpg" width="'.$width.'" height="'.$height.'">';
}
} //end profile_picture_show()





2nd
go to theme "item.php"

add this code to comments area
Code: [Select]
<?php comment_picture_show(); ?>



good luck :)

Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Legion on December 28, 2012, 02:46:47 pm
@kenbotong

In which line to put this ?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: kenbotong on December 28, 2012, 02:56:40 pm

@kenbotong

how this will work? i mean unregistered user can see this?


unregisterd user can see this image.
user must be register, for upload a photo.
if unregistered user post comment, the default images show of.
this is a marketing teknik for grab user to joint in my site  ;)



@legion
if you use modern theme you can search this line :
Code: [Select]
<div class="comment">

put the code after this line.
you must edit the size of image
and you must make a css rules for put the image in left side of comments.


Title: Re: [Updated Plugin] Upload Profile Picture
Post by: anarosa on December 28, 2012, 03:30:49 pm
Hi Jese, thank you very much.

It works very fine!!!
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Legion on December 28, 2012, 04:22:12 pm
@ kenbotong

thanks a alot friend
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on December 28, 2012, 10:15:48 pm
Travelfrog,

I'm not sure why you're experiencing an error. I've tested this (installed/uinstalled/installed) on OSC 3.0.2 without any issues, so I can't replicate your problem. You can "start fresh" by completely deleting all the plugin files for this plugin, and also make sure the profile_picture table in the database has also been deleted. Then try to install the newest version (listed in my first post).



Legion,

It sounds like you got it figured out. If not, just send me a PM.



kenbotong,

Thanks for the useful information!
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Legion on December 29, 2012, 08:36:36 am
it stopped working showing 2 times see my file and photo.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on December 29, 2012, 08:57:36 am
Legion,

That's because you placed the code INSIDE of your existing form. This plugin creates a form of its own when you call that function, and by HTML rules, you can not have a form inside of another form.

So to fix it, you need to move the plugin code OUTSIDE of the existing <form>, either before or after it. I suggest placing the code before the existing form, that way the profile picture appears at the top of the page.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Legion on December 29, 2012, 09:26:44 am
hi, Jesse !
I put like this  but did not work   

<?php profile_picture_show(); ?></form>
 
is it okay or could you edit my file and i will put
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on December 29, 2012, 10:27:43 am
Here are two snippets of code showing where I place each of the two functions... this is using the default Modern theme.



This is the file user-profile.php

Code: [Select]
            <div id="main" class="modify_profile">
                <h2><?php _e('Update your profile''modern') ; ?></h2>
                <?php UserForm::location_javascript(); ?>

               <div class="row">
                   <?php profile_picture_upload(); ?>
               </div>

                <form action="<?php echo osc_base_url(true) ; ?>" method="post">
                    <input type="hidden" name="page" value="user" />
                    <input type="hidden" name="action" value="profile_post" />
                    <fieldset>


This is the file user-public-profile.php

Code: [Select]
                <h2><?php _e('Profile''modern'); ?></h2>
                    <ul id="user_data">
                        <li><?php _e('Full name''modern'); ?>: <?php echo osc_user_name(); ?></li>
                        <li><?php _e('Address''modern'); ?>: <?php echo $address?></li>
                        <li><?php _e('Location''modern'); ?>: <?php echo $location?></li>
                        <li><?php _e('Website''modern'); ?>: <?php echo osc_user_website(); ?></li>
                        <li><?php _e('User Description''modern'); ?>: <?php echo osc_user_info(); ?></li>
                    </ul>
                </div>

<?php profile_picture_show(); ?>

                <div id="description" class="latest_ads">
                    <h2><?php _e('Latest listings''modern'); ?></h2>
                    <table border="0" cellspacing="0">
                        <tbody>
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Legion on December 29, 2012, 11:06:15 am
Wow it worked like Charm ! Appriciate to you Jesse !!!
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on December 29, 2012, 11:12:36 am
Thanks! And glad it worked! :D
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: okeypinoy on December 31, 2012, 05:37:33 pm
 :( I install this plugin and it work like a charm only my little problem if the user used a IE browser the picture it not show properly can someone figure out whats wrong thk in advance
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on December 31, 2012, 11:40:01 pm
I see the issue.... it's because there isn't a height specified for the image (in the plugin file index.php). I did this intentionally, as it worked in Firefox (and other browsers) just fine. However, IE being the horrible browser it has always been, wont play along.

So I'll work on a fix for this.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: okeypinoy on January 01, 2013, 02:28:05 am
 ;D ;D ;D Thank you jesse

I really like your plugin because it make my site more professional and some of legitimate seller want to make buyer trust with them so to make the item legitimate they put there own picture and detail ...But if someone browse in IE they will see the picture not working and it will degrade my site integrity. Even I say in my site that better used Firefox and Google than IE when I check in google analytic and Histats I see still IE number 3 in most view browser in my site...

I dont like IE but accept the reality that some of user still using IE.

Jesse thank you in advance to fix this in IE  :)   

update my post:
You said there something wrong in height in index.php    I will try to play in index.php and I hope I solve it even I'm new in php language   
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on January 01, 2013, 02:48:42 am
Fixed!  ;D

Download from first post.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: okeypinoy on January 01, 2013, 02:53:03 am
 ;D ;D ;D I try to play in index.php

 $width = '120';
    $height = ''; // height is optional. If you use a height, *MAKE SURE* it's proportional to the WIDTH

To this
 
 $width = '120';
    $height = '120'; // height is optional. If you use a height, *MAKE SURE* it's proportional to the WIDTH

but no luck I thought it easy to fix when I see that there's a problem in height

still I need to learn  :( :( :( :(


I will download your plugin

Thank you ;D ;D ;D
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: okeypinoy on January 01, 2013, 03:07:26 am
 ;D ;D ;D Thank you very much for your fix


if you can see now in
http://okeypinoy.com/real-estate/condominium/pre-selling-condo-in-quezon-city-fully-furnished-7k-monthly_1858

its work now

thank you,thank you,thank you,

Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on January 01, 2013, 03:10:20 am
Glad it worked for you!!  :)

There are two different functions in index.php that you have to change the "height" attribute for. You were probably changing the height for the first function, which only shows the picture in the user's Admin panel. Where as the 2nd function is what affects the public profile picture.

But eitherway, you can't hard-code in a height. That is because users photos wont all have the same proportions. So in the latest revision of this plugin, you can set the $maxwidth of the profile photo, and the script will automatically determine the proportional height based on the width/height ratio of the specific user photo.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: mkmobi on January 18, 2013, 04:28:14 pm
plz help me
profile photo plugin is not working
see attached image
(http://)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on January 18, 2013, 11:12:54 pm
mkmobi,

As per the installation instructions... Step #2, in bright red letters says to place the code OUTSIDE of the exist form on that page. You've incorrectly placed the plugin code INSIDE of the existing <form> on that page. You've got to place this code either before or after the form on the page (so either at the very top or very bottom of the page).

This has been explained in previous posts.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: mrreference on February 28, 2013, 12:56:38 am
Hi Jesse, I have just downloaded your code and tried to add it to the pages you indicated.

Code: [Select]
<?php UserForm::location_javascript(); ?>

               <div class="row">
                   <?php profile_picture_upload(); ?>
               </div>

                <form action="<?php echo osc_base_url(true) ; ?>" method="post">

I put it as you described in one of your posts, however, when I click on upload the page reverts back to the users dashboard and when I return no image has been uploaded.

I tried putting it within the form (which you said was a no-no), but I wanted to see as I like to test things out, and when I uploaded it this time, a blue bar appeared saying settings changed but no picture uploaded.

I can't get it to work and don't know what else to do, can you or anyone else point me in the right direction?

I am using OS Class 3.0.2 if that helps.

cheers
Title: Re: [Updated Plugin] Upload Profile Picture [UNSOLVED]
Post by: BRYAN on March 13, 2013, 10:39:14 pm
ok, first i want to thank jesse for this awesome and many other awesome plugins he contributed to. i just joined forum cause i ran into my first unsolved problem, but i did follow for while.  i tend to try to finish it all myself, im not a programer more of a designer so it makes it hard :) but in most cases i get it done.

i uploded plugin to 3.0.2 , im using realestate theme and i placed the upload code outside the form right under the header, i tryed it all over page too and it shows form, i can browse for image and it shows selected file and then when i click upload it refreshes page and shows no file chosen again, like i havent done anything. otherwise the other no-image image shows on item and profile.

if anyone can help or had this issue i would love to hear.

 [UNSOLVED]

problem back again
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: mrreference on April 02, 2013, 12:34:25 am
Can someone please answer my post, it's driving me crazy.

Quote
Hi Jesse, I have just downloaded your code and tried to add it to the pages you indicated.

Code: [Select]

<?php UserForm::location_javascript(); ?>

               <div class="row">
                   <?php profile_picture_upload(); ?>
               </div>

                <form action="<?php echo osc_base_url(true) ; ?>" method="post">


I put it as you described in one of your posts, however, when I click on upload the page reverts back to the users dashboard and when I return no image has been uploaded.

I tried putting it within the form (which you said was a no-no), but I wanted to see as I like to test things out, and when I uploaded it this time, a blue bar appeared saying settings changed but no picture uploaded.

I can't get it to work and don't know what else to do, can you or anyone else point me in the right direction?

I am using OS Class 3.0.2 if that helps.

cheers
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Jesse on April 24, 2013, 07:53:05 am
Hi mrreference,

Sorry it's giving you some trouble. If you site is viewable, send me a PM with the link and/or with your email address and I can try to help you further.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: ugogo.info on June 20, 2013, 07:21:25 pm
Hi, I'm trying this for the bender_black theme, and i noticed it has a "card" code in the public profile page, like this:

Code: [Select]
    <div class="user-card">
        <img src="http://www.gravatar.com/avatar/<?php echo md5strtolowertrimosc_user_email() ) ) ); ?>?s=120&d=<?php echo osc_current_web_theme_url('images/user_default.gif') ; ?>" />
        <ul id="user_data">
            <li class="name"><?php echo osc_user_name(); ?></li>
            <?php if( osc_user_website() !== '' ) { ?>
            <li class="website"><a href="<?php echo osc_user_website(); ?>"><?php echo osc_user_website(); ?></a></li>
            <?php ?>
            <?php if( $address !== '' ) { ?>
            <li class="adress"><?php printf(__('<strong>Address:</strong> %1$s'), $address); ?></li>
            <?php ?>
            <?php if( $location !== '' ) { ?>
            <li class="location"><?php printf(__('<strong>Location:</strong> %1$s'), $location); ?></li>
            <?php ?>
        </ul>
    </div>


The only way I can get the picture to show up without any of the code showing as text in the public profile page is if I delete this:

Code: [Select]
        <img src="http://www.gravatar.com/avatar/<?php echo md5strtolowertrimosc_user_email() ) ) ); ?>?s=120&d=<?php echo osc_current_web_theme_url('images/user_default.gif') ; ?>" />
And replace it with this:

Quote
<?php profile_picture_show(); ?>

Then I get a very nice output picture like this attached:.

Please advise if my steps above were correct?  Or did deleting that code cause a problem and if so, what should I do instead.

Thanks

Title: Re: [Updated Plugin] Upload Profile Picture
Post by: fog on June 26, 2013, 08:23:56 pm
Hello I'm not understanding something. I do not have that file public-user-profile.php

Where exactly is this file? I'm using the Repurpose theme, and i not find this file in any place in my theme!

3) Place this code on pages you wish to display the profile picture, including user-public-profile.php and item.php
Code: [Select]
<?php profile_picture_show(); ?>
That's it.

Otherwise everything works fine!
Thanks for the support help

EDIT: Ok I've seen this file, only contains the modern theme ...  :'(
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: fog on June 26, 2013, 09:19:48 pm
This plugin would be better if the user choose if the picture is not public (private) or published data (for all users and visitors).
If you do this update would be great ::)

EDIT:
By the way, is there any plugin that shows the public profile of each user?
That would be great display information of each user and be able to see all their public interventions, including their detailed public data. Like a account date created, all ads, etc.
Thanks
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: zuberacorp on July 15, 2013, 01:35:16 pm
I have installed this plugin and it has uploaded the pic successfully. But after placing the following code in item.php:

<?php profile_picture_show();?>

the pic is not visible on the page.

Please suggest a solution.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Dare on July 21, 2013, 02:06:10 pm
For me , I placing the following code in both pages including user-public-profile.php and item.php.

Occurs Next:

the pic is not visible on the user-public-profile page, but in item.php appearing correctly ! 

I confused confused totally ??? ::)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: phmig.com on July 24, 2013, 10:42:02 pm
Thanks Jesse for the great plugin.

Im using Modern 3.1.1, not sure if its compatible since it installed properly. The upload controls and profile image shows properly but Im having errors.

1. Uploading. The code is place outside the form tag. But browser says unable to connect when uploading. I check the debug logs (full debug option enabled) but  cant find error message.

2. Viewing public profile. Some error with width and height var in line 184 profile_picture_show(). Tried to re-declare the var but same error Im getting.

Test Browser: IE and FF.

Any idea?

TIA.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: thecoder on July 26, 2013, 04:02:33 am
I get this error please help me im new...
Fatal error: Call to undefined function osc_register_plugin() in C:\xampp\htdocs\bummly\avatar\index.php on line 189
And tell me more about adding this to my social codes pleaese , thanks
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: phmig.com on August 03, 2013, 09:26:35 am
Im thinking if anyone still getting update from author? Thanks.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: ugogo.info on August 05, 2013, 06:51:22 pm
No, I haven't seen any recently, but this plugin is working for me with osclass 3.2 and bender black theme.

Title: Re: [Updated Plugin] Upload Profile Picture
Post by: slavi on August 12, 2013, 06:16:09 pm
Could I get the latest edit of the plugin ?

When I try to install it I get an error: "Cannot connect to database. Check your configuration in config.php file."
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: thedon on August 16, 2013, 11:54:34 am
great that works

but when i upload a different avatar the old one is still showing in comments and items

ok i have unistalled and re-installed it but when i upload a profile picture it don't show in comments and items
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: thedon on August 17, 2013, 01:43:23 am
including the display width of the picture,every time i do that i get this error

Parse error: syntax error, unexpected T_FUNCTION in /home/a4643921/public_html/oc-content/plugins/profile_picture/index.php on line 1
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: slavi on September 10, 2013, 05:09:53 pm
Is there any support for this plugin ?  :-\
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: ugogo.info on September 11, 2013, 08:29:30 pm
Did you check if its compatible with osclass 3.2?

I think there is a list of compatible plugins and the latest versions at http://market.osclass.org/

Sometimes if you download from the forum, its an olde version.

Cheers
Caz
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: slavi on September 12, 2013, 01:57:43 pm
The plugins at the market can be seen in the plugin market at the admin panel. And I don't see it there.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: ugogo.info on September 21, 2013, 12:09:58 pm
Well, if its not on the plugin page, then its not compatible yet.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: slavi on September 22, 2013, 08:40:57 pm
It would be nice if the author replays. I personally think this plugin is a must, and it should be implanted in OSclass.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: ugogo.info on September 23, 2013, 04:13:16 pm
I agree.  did you try to contact the author by pm?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: phmig.com on September 23, 2013, 06:18:56 pm
What version and theme you guys are using. It works on fine in Modern OSCLASS 3.1.1.

see it here (http://uae.phmig.com/jobs/accounting-finance/accountant-indian-or-filipino-age-below-35-vacancy-jafza_i3565)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: slavi on September 23, 2013, 09:55:19 pm
I use OSC 3.2.1.
The author's signature says:
Quote
Please, do NOT PM me. Post all questions to the forum. If I have time, and I know the answer, I will reply.
so I decided to wait for him to replay.
I'll wait 2-3 more days and i'll PM him if needed.

I am not sure what's wrong with the plugin. It can't connect to my database, I don't have this problem with any of the other plugins.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: ugogo.info on September 24, 2013, 01:27:21 am
@phmig.com - I'm using 3.2 and it works fine, but I installed it when it was 3.1. and when I did the upgrade, it was still working okay.  Slavis problems is he installed it into 3.2.

@slavi
Maybe there is a conflict with one of the other plugins.  I had a problem and removed all plugins and installed them one by one until I found the one that caused the problem.  It was the Advanced ads manager, I think.

Anyay, once I removed it and all the tables from the database, everything worked well again.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: aks on September 24, 2013, 02:03:41 am
Hi All, picture not uploading.. thanks
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: slavi on September 24, 2013, 01:04:23 pm
I installed it on a free host and it works. I think my host might be the problem.

I use these plugins:
AddThis
Embed Youtube videos
Facebook Connect
Google Analytics
Google Maps
Personal Messaging for OSClass
Rich edit
Social bookmarks

Could the problem be from my MySQL hostname ? It is 127.0.0.1
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: ugogo.info on September 24, 2013, 05:51:30 pm
@slavi

Ah, right, well done.  Yes I've heard of hosts restricting picture uploads, I am sure there are posts about that in the forum. You probably have to contact them to sort it out, or maybe its something in your cpanel you can do, not sure.

Good luck with it
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: aks on September 28, 2013, 04:50:52 pm
PLUGIN IS GREAT.. BUT THERE IS A PROBLEM

IF URL OF PAGE IS www.abc.com/index.php?page=user&action=profile

and we upload , it works

but when we click My account then url becomes is www.abc.com/user/profile
and if now we try to upload picture, it does not upload

FIX:

change this:
$url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];

TO:
$url=osc_base_url() ."/index.php?page=user&action=profile";

THEN IT WORKS FINE
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: lexosc on October 12, 2013, 02:40:51 am
Hi picture break out of box if its no_picture!
but if a user upload a pic it shows normally

see attachment
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Hello on November 16, 2013, 11:26:14 pm
not working
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: AGoGo on November 18, 2013, 06:22:58 am
user_sidebar.php

Quote
<div id="sidebar">
    <div class="user-sidebar">
   
   
    <a href="../user/profile/<?php echo osc_logged_user_id(); ?>" target="_blank"><?php _e('Preview Public Profile', 'realestate'); ?></a>
   <?php echo osc_private_user_menu() ; ?>
    </div>
</div>
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Qosmio Studio on January 07, 2014, 08:14:05 pm
@Jesse

didnt work for me

osc 3.2.2
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: volunteer on April 08, 2014, 03:02:09 am
it doesnt work when you place the code inside a <form> which is the case for user-profile.php

put it outside and works like a charm! thanks frost for the tip :)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: amoric69 on April 11, 2014, 04:10:07 am
Hello,
I find a bug on your plugin  ???
I've added your plugin when my website is in maintenance. So, when I upload picture, the screen "maintenance mention" appears.
Why ?

Updated 12/31/2012

The updates include:
  • Fixed size issue preventing pictures from showing in Internet Explorer
  • Ability to delete a photo and revert back to default "no-photo"
  • Default photo is now displayed in the Dashboard on the page "My account" (assuming you've placed the correct code on that page as per plugin instructions)



Hi all,

Here's a simple plugin that will upload a picture and display it on the profile page, or where ever you'd like.

1) Download and install the plugin

2) Place this code on the theme page, user-profile.php - make sure this code is place OUTSIDE of the existing form on that page - this function will allow users to upload their profile picture
Code: [Select]
<?php profile_picture_upload(); ?>
3) Place this code on pages you wish to display the profile picture, including user-public-profile.php and item.php
Code: [Select]
<?php profile_picture_show(); ?>
That's it.

This is a no-frills plugin, meaning it doesn't do anything but upload and display. The uploaded files are NOT re-sized, but are limited to file size (set at 500kb initially, you can change that).

You'll probably want to edit the file index.php within the plugin folder. There are several fields you can edit, including the display width of the picture.

How To Use
To upload a picture, you just need to login to your account, then from the account manager, click on My account.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: tonijo on June 04, 2014, 04:58:42 pm
Hi guys,
i have a problem with this plugin, first of all i have installed the latest release of os class, when i charge the image, the system tell me "done" but no image is loaded,, i tried to set permission of all files on 777 but nothing,could someone can help me?
thanks in advance

Antonio Contino
osclass newbie
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Umut on June 05, 2014, 12:55:02 am
Hey guys,

the upload of the image is not working for me ?

Asks hat the same problem.

Is there any solution?

Thanks in advance
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: azxa on July 08, 2014, 02:09:40 pm
Hi all,
    I installed this plugin and working well. Thanks for this plugin also giudence.
But at the footer of the public profile  page on my account   Below message will be displayed.
Quote
08/07/2014 - 12:02:39 [ OPERATION OK ] Connected to 'mydomains_osclass': [DBHOST] = localhost | [DBUSER] = root
08/07/2014 - 12:02:39 [ OPERATION OK ] SELECT user_id, pic_ext FROM oc_t_profile_picture WHERE user_id = '1'
08/07/2014 - 12:02:39 [ OPERATION OK ] SELECT user_id, pic_ext FROM oc_t_profile_picture WHERE user_id = '1'
08/07/2014 - 12:02:39 [ OPERATION OK ] Connection with 'mydomains_osclass' released properly
   
how to remove this message.


Title: Re: [Updated Plugin] Upload Profile Picture
Post by: azxa on July 08, 2014, 04:16:58 pm
Hi all,
    I installed this plugin and working well. Thanks for this plugin also giudence.
But at the footer of the public profile  page on my account page  Below message will be displayed.
Quote
08/07/2014 - 12:02:39 [ OPERATION OK ] Connected to 'mydomains_osclass': [DBHOST] = localhost | [DBUSER] = root
08/07/2014 - 12:02:39 [ OPERATION OK ] SELECT user_id, pic_ext FROM oc_t_profile_picture WHERE user_id = '1'
08/07/2014 - 12:02:39 [ OPERATION OK ] SELECT user_id, pic_ext FROM oc_t_profile_picture WHERE user_id = '1'
08/07/2014 - 12:02:39 [ OPERATION OK ] Connection with 'mydomains_osclass' released properly
   
Really don't know how to hide or how to remove this message.

Any help...
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: raess on July 17, 2014, 05:28:50 pm
How can i show only profile picture for business (b_company)?

Any idé?

thanks
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Anuri on September 23, 2014, 02:02:11 pm
How to make a resize picture?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: oclass-ian on October 06, 2014, 08:54:42 pm
Hi,

FYI I've changed the following to allow this plugin to work on osclass instances running on non standard ports.

In /Applications/MAMP/htdocs/osclass/oc-content/plugins/profile_picture/index.php
Changed:
        $url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];

To:
        $url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].$_SERVER['REQUEST_URI'];
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: lexosc on November 17, 2014, 10:04:43 pm
How can i make it to upload pictures in different date subfolders so there is not 1000 images in one folder?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: lonecrowlab on November 28, 2014, 05:01:45 am
What if Ill put it in my header? what modification should I use because its picture is not showing up except If Ill be in my Account panel or my listings.

solved
Changing the function of show_picture to
 $user_id = osc_logged_user_id()
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: benlhe on December 20, 2014, 10:41:05 am
Am not the programmer... is there anyway to upload user profile by default UI
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: didkap84 on December 25, 2014, 08:26:10 pm
I like to make a user profile picture  here http://obiavi.de/user/profile/Didkap84 (http://obiavi.de/user/profile/Didkap84)] http://obiavi.de/user/profile/Didkap84 (http://obiavi.de/user/profile/Didkap84) . Please help me.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: SmaRTeY on December 27, 2014, 09:45:25 pm
@AZXA,

you need to turn off 'logging' in config.php, not sure what lines but that is the reason why you get the DB quotes underneith your footer.


Regards,
Eric
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: richieboymx on May 08, 2015, 04:31:20 am
Hello,

Does anyone have a version of this plugin working with languages for translation?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: SmaRTeY on May 11, 2015, 03:55:38 pm
Hi all,

I took the liberty of upgrading this cool plugin to a little higher level  8)

Added:
- Multi-Language based on POT files
- Functionality that keeps your system CLEAN when either Admin deletes a user OR if the user deletes his/her profile picture / account so no more files are left behind on your filesystem. Also your DB is kept clean meaning no FK issues when trying to remove a user through Admin due to FK issue in some table in your DB.

Maybe some fixes I can't remember but be aware, this plugin is used in my Boxer theme so you might want to make some css changes or if you are replacing your older version make sure you can simply copy the old css in the new version.  ;)

NO GUARANTEES, you use this at own risk so make sure you have a backup of your system and please do some testing!
I tested myself ofcourse and I did not find any errors (anymore) but that is on my system.

All credits go to Trains for delivering this nifty plugin, don't go bothering him about this forked version.
Questions about this plugin will only be answered in this forum thread.


Have fun,
Eric
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: richieboymx on May 15, 2015, 08:14:36 pm
@SmaRTeY

Thank you. I have installed your version and so far working great!
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: SmaRTeY on May 16, 2015, 01:01:30 am
Glad to hear, thanks for the feedback  :)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: mgoyal on July 02, 2015, 02:02:12 pm
Hey I tried this plugin in 3.5.7 and the uplaod function is showing an error.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: chofi on July 03, 2015, 01:10:29 am
Hi
How to display last user photo comments.
I use this code.


  <?php
               $lastComments = ItemComment::newInstance()->getLastComments( 20 ) ;
            foreach($lastComments as $c) {?>
                       <div class="bienvenida-block">
                              <?php comment_picture_show(); ?>                               
      </div>
</div>
               <?php  if(isset($c['b_active']) && ($c['b_active'] == 1)) {  ?>
                                     <strong><?php echo $c['s_author_name'] ; ?></strong><br/> <?php _e('a opinado del anuncio') ; ?><br/> <i><a title="<?php echo $c['s_body'] ; ?>" href='<?php echo osc_base_url(true) . '?page=item&id=' . $c['fk_i_item_id'] ; ?>' id='dt_link'><?php echo $c['s_title'] ; ?></a><br/><?php echo substr($c['s_body'], 0, 45) ; ?>...</i><br />
                                    <?php }  ?>
                           <?php } ?>


I want to show in main.php , but shows only no_picture.jpg

chofi
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: teseo on July 04, 2015, 01:12:23 pm
Hi,

For this line inside comment_picture_show() to work:

Code: [Select]
$user_id = osc_comment_user_id(); // the user id of the user profile we're at)
you need to first fill up View variable "comments".

Then the best way to proceed would be to use a classic Osclass loop:

Code: [Select]
<?php
               $lastComments 
ItemComment::newInstance()->getLastComments20 ) ;
               
View::newInstance()->_exportVariableToView('comments'$lastComments);

               while (
osc_has_item_comments()) {
                       <
div class="bienvenida-block">
                              <?
php comment_picture_show(); ?>
                               
      </div>
</div>
               <?php  if(osc_comment_field('b_active')) {  ?>
                                     <strong><?php echo osc_comment_author_name() ; ?></strong><br/> <?php _e('a opinado del anuncio') ; ?><br/> <i><a title="<?php echo osc_comment_body() ; ?>" href='<?php echo osc_base_url(true) . '?page=item&id=' osc_comment_field('fk_i_item_id') ; ?>' id='dt_link'><?php echo osc_comment_title() ; ?></a><br/><?php echo substr(osc_comment_body(), 045) ; ?>...</i><br />
                                    <?php }  ?>
                           <?php ?>

This should do the same as your code but with picture being shown. Though I think you'd want to stop picture being shown if the comment isn't active, so:

Quote
               while (osc_has_item_comments()) {
                    <?php  if(osc_comment_field('b_active')) {  ?>
                       <div class="bienvenida-block">
                              <?php comment_picture_show(); ?>                               
      </div>
</div>
               <?php  // if(osc_comment_field('b_active')) {  ?>

(Although that second </div> I don't know its function, ??? it might be produce problems...)

Let me know if it works for you, I haven't tested it myself.

Regards
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: chofi on July 05, 2015, 06:53:01 am
@Teseo
Muchas gracias, esto funciona.

Saludos
Chofi
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Laurent-C on November 02, 2015, 12:43:55 am

Hi,

The plugin does not work with me to the theme osclasswizards_2.0.2.zip

How to make it work ???

-------------------------------------------------------------------
In French

Salut,

Le plugin ne fonctionne pas chez moi avec le thème osclasswizards_2.0.2.zip

Comment faire pour que ça fonctionne ???

Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Shivam on November 16, 2015, 05:08:21 pm
And MainCss File Body Teg

.modify_profile{
    width: 374px;
    min-width: 200px;
    min-height: 130px;
    margin: auto;
    background: #ccc;
    border: 10px solid white;
    position:relative;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.80);
}
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: onaldo on December 01, 2015, 12:01:03 pm
So happy with this module. I did some modifications so that instead of the usual boring no-image photo, I replaced it with a photo of the first letter character of the user name. Check it out on my site: http://www.serbida.com/
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: arcsales on January 12, 2016, 08:25:40 pm
I cant get few words translated...

"Browse..."
"No file selected."

I think I manage with rest but this one.
Any ideas where they are located?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Fernando36 on January 23, 2016, 09:04:53 pm
Please guys, I need to know how can I put the profile pictures in searchlist results.
I need to create this function to show an Logo,Profile Picture or user name If has no profile picture enable

Tks...
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Liath on February 04, 2016, 08:36:03 pm
I cant get few words translated...

"Browse..."
"No file selected."

I think I manage with rest but this one.
Any ideas where they are located?

You can't change this words because they are browser specified, you only can try to change this with some css hack like this (http://stackoverflow.com/a/32919644/5555953)




Hi,

The plugin does not work with me to the theme osclasswizards_2.0.2.zip

How to make it work ???

-------------------------------------------------------------------
In French

Salut,

Le plugin ne fonctionne pas chez moi avec le thème osclasswizards_2.0.2.zip

Comment faire pour que ça fonctionne ???

It is a little bit tricky, but i have fixed it, so it works on osClass 3.6 with theme OsclassWizards

This theme supports Avatars from Gravatar, because of that you have to change some files to work it properly. At first...


File: ../oc-content/plugins/profile_picture/index.php
ToDo: Add the following Code

Code: [Select]
    function profile_picture_return(){
   
    $maxwidth = '120';
    $user_id = osc_user_id();

    $conn = getConnection();
    $result=$conn->osc_dbFetchResult("SELECT user_id, pic_ext FROM %st_profile_picture WHERE user_id = '%d' ", DB_TABLE_PREFIX, $user_id);

    if($result>0) {       
    $upload_path = osc_plugins_path().'profile_picture/images/';
       
        list($width, $height, $type, $attr)= getimagesize($upload_path.'profile'.$user_id.$result['pic_ext']);

    $ratio = $width/$height;
    $height = $maxwidth/$ratio;

    $modtime = filemtime($upload_path.'profile'.$user_id.$result['pic_ext']);

    return '<img src="'.osc_base_url() . 'oc-content/plugins/profile_picture/images/profile'.$user_id.$result['pic_ext'].'?'.$modtime.'" width="'.$maxwidth.'" height="'.$height.'">'; // display picture
    }
    else{
    return false;
    }
}

AFTER
Code: [Select]
} //end profile_picture_show()BEFORE
Code: [Select]
// This is needed in order to be able to activate the plugin

File: ../oc-content/themes/osclasswizards/item-sidebar.php
File: ../oc-content/themes/osclasswizards/user-public-profile.php
ToDo: Change the following Code in both files

Code: [Select]
    <div class="user-card">
      <figure><img class="img-responsive" src="http://www.gravatar.com/avatar/<?php echo md5strtolowertrimosc_user_email() ) ) ); ?>?s=400&d=<?php echo osc_current_web_theme_url('images/default.gif') ; ?>" /></figure>

To

Code: [Select]
    <div class="user-card">
      <?php 
          
if(profile_picture_return()) {
              
$user_image profile_picture_return();
          } else {
              
$user_image '<img class="img-responsive" src="http://www.gravatar.com/avatar/'.md5(strtolower(trim(osc_user_email()))).'?s=400&d='.osc_current_web_theme_url('images/default.gif').'" />';
          } 
      
?>

      <figure>
        <?php echo $user_image?>
      </figure>

If you follow the general installation instructions from this plugin, you now should be able to see the uploaded profile pictures on the item sidebar and the public profil page.




Modification: Use Plugin in Backend

For all, they want to moderate the Profile Pictures in Admin, here is a little fix, to enable the upload and delete function in Backend


File: ../oc-content/plugins/profile_picture/index.php
ToDo: Change the following Code

Code: [Select]
function profile_picture_upload(){To
Code: [Select]
function profile_picture_upload($user_id = ''){
AND THEN

Code: [Select]
$user_id = osc_logged_user_id(); // the user id of the user profile we're at
To
Code: [Select]
    if ($user_id == '') {
        $user_id = osc_logged_user_id(); // the user id of the user profile we're at   
    }

Then you can add the Upload function to the user profile page


File: ../oc-admin/themes/modern/users/frm.php
ToDo: Add the following Code

Code: [Select]
<?php profile_picture_upload($user['pk_i_id']); ?>

AFTER
Code: [Select]
<ul id="error_list"></ul>
BEFORE
Code: [Select]
<form name="register" action="<?php echo osc_admin_base_url(true); ?>" method="post">


Modification: Modifiy size of image after upload
If you want to change the size of your images after upload, you can add this little hack to your plugin. It's pretty easy to implement.

File: ../oc-content/plugins/profile_picture/index.php
ToDo: Add the following Code

Code: [Select]
function profile_picture_thumb($file, $dest, $desired_width) {
   
    $source_image = imagecreatefromjpeg($file);
   
    $width = imagesx($source_image);
    $height = imagesy($source_image);

    $desired_height = floor($height * ($desired_width / $width));

    $virtual_image = imagecreatetruecolor($desired_width, $desired_height);
    imagecopyresampled($virtual_image, $source_image, 0, 0, 0, 0, $desired_width, $desired_height, $width, $height);
   
    if (imagejpeg($virtual_image, $dest)) {
        return true;   
    } else {
        return false;
    }   
}

BEFORE
Code: [Select]
function profile_picture_upload($user_id = ''){

THEN ADD
Code: [Select]
profile_picture_thumb($upload_path . 'profile'.$user_id.$ext, $upload_path . 'profile'.$user_id.$ext, $maxwidth);
AFTER
Code: [Select]
if($result==0) {
$conn->osc_dbExec("INSERT INTO %st_profile_picture (user_id, pic_ext) VALUES ('%d', '%s')", DB_TABLE_PREFIX, $user_id, $ext);
}
else {
$conn->osc_dbExec("UPDATE %st_profile_picture SET pic_ext = '%s' WHERE user_id = '%d' ", DB_TABLE_PREFIX, $ext, $user_id);
}



In all case, DO BACKUP before you change anything in your files
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: arcsales on March 04, 2016, 04:14:12 pm
Guys I have a user who have a problem uploading his logo to his account.
From my end I have uploaded the logo to my account without issue so its not a problem of the script.
Is there anyway to attach that logo to his account?

I mean without touching my DB directly...
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Liath on March 04, 2016, 07:54:02 pm
No, this plugin put the information about the file, which is used in the database. Without, your script don't know that this user is using a profile pic.


If you do my modification for the backend, you could try to upload it for your user
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: arcsales on March 05, 2016, 06:30:44 pm
Thanks
I did it through the DB.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: cheng on April 27, 2016, 02:06:07 pm
@Teseo
Muchas gracias, esto funciona.

Saludos
Chofi

Hi Guys, I was new in this group. I tried using the plugin profile picture. Its working fine however when I tried using file extension .png its not allowing me to upload it. and no error message was shown. Am I the only one having this problem?... Hope to could help :-) Thanks in advance
Title: Re: [New Plugin] Upload Profile Picture
Post by: cheng on April 27, 2016, 04:19:38 pm
Hi Jesse,

great hit again,

is it possible to upload user picture in user- profile.php  > update your profil > and show in public-profile  or item.php

to have profil updates on one page

THX for This Plugin I will use it  :)


HI Jesse,

In the upload of profile picture. I am having problem with the .png and .gif extensions for some reason its not uploading. And when I tried to check the value of the variable it wont show.

 if(isset($_POST['Submit'])) // Upload photo
    {
   $filename = $_FILES['userfile']['name']; // Get the name of the file (including file extension).
   die(var_dump($_FILES));
    $ext = substr($filename, strpos($filename,'.'), strlen($filename)-1); // Get the extension from the filename.

but for .jpg file extension it will execute the certain code. Your answer will be greatly appreciated



Thanks,
Cheryl
Title: Re: [New Plugin] Upload Profile Picture
Post by: gaissa on April 27, 2016, 07:57:22 pm

In the upload of profile picture. I am having problem with the .png and .gif extensions for some reason its not uploading. And when I tried to check the value of the variable it wont show.

...

but for .jpg file extension it will execute the certain code. Your answer will be greatly appreciated

Thanks,
Cheryl

All working good here. Can you explain a little more. Which version of Osclass, which Theme and (version)? Tell us the filenames (with the extension) you are trying to upload and check the plugins size limit (default 0.5 MB).
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: BabyDunk on May 24, 2016, 01:50:36 am
hello everyone

i have had this plugin for a year now and not once has it worked . i have searched the forum high and low but still no fix . the plugin came bundled with patricia theme, the theme autor doesnt know what the problem is . i have checked permissions on upload folder. i have made sure that  <?php profile_picture_upload(); ?> is not in the form tags. i checked all this back then but i thought i would give it another try to see if their is a way to get this working for my sites .  its a nice feature.

when i select picture to upload, i get no warnings the page just looks like it refreshes. i am on a dedicated server so its not a hosting problem . my webserver is nginx though some times this can be a problem but everything else works brilliantly  so i cant see that being the problem.

their has been a few updates on osclass since i first tried to get this to work . i am now on 3.6.1

if someone could help me out that would be great

Cheers :)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: fosg2000 on May 28, 2016, 09:19:37 pm
can any one updated to the last version....


witch include all mods here ?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: BabyDunk on June 17, 2016, 10:56:29 am
i had troubles with getting this plugin to work on my setup.  the plugin would install with no errors and i could select image but uploading it would not. their would be no error as to why the image wasnt uploaded either.

i finally found the answer.  in the config.php where the url is defined
Code: [Select]
define('WEB_PATH', 'http://www.domain.tld/'); i have had the www. subdomain selected this way since i started using osclass . but never knew it would have such an effect.

if you are having a trouble getting  profile picture to work. this could be another possible cause  make sure your config.php has the domain.tld only and not the www. subdomain like this ---->
Code: [Select]
define('WEB_PATH', 'http://domain.tld/');
i dont know if this has been reported or not, maybe it has an it just didnt click with me.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: BW on September 21, 2016, 07:01:48 pm
I cant get few words translated...

"Browse..."
"No file selected."

I think I manage with rest but this one.
Any ideas where they are located?

You can't change this words because they are browser specified, you only can try to change this with some css hack like this (http://stackoverflow.com/a/32919644/5555953)




Hi,

The plugin does not work with me to the theme osclasswizards_2.0.2.zip

How to make it work ???

-------------------------------------------------------------------
In French

Salut,

Le plugin ne fonctionne pas chez moi avec le thème osclasswizards_2.0.2.zip

Comment faire pour que ça fonctionne ???

It is a little bit tricky, but i have fixed it, so it works on osClass 3.6 with theme OsclassWizards

This theme supports Avatars from Gravatar, because of that you have to change some files to work it properly. At first...


File: ../oc-content/plugins/profile_picture/index.php
ToDo: Add the following Code

Code: [Select]
    function profile_picture_return(){
   
    $maxwidth = '120';
    $user_id = osc_user_id();

    $conn = getConnection();
    $result=$conn->osc_dbFetchResult("SELECT user_id, pic_ext FROM %st_profile_picture WHERE user_id = '%d' ", DB_TABLE_PREFIX, $user_id);

    if($result>0) {       
    $upload_path = osc_plugins_path().'profile_picture/images/';
       
        list($width, $height, $type, $attr)= getimagesize($upload_path.'profile'.$user_id.$result['pic_ext']);

    $ratio = $width/$height;
    $height = $maxwidth/$ratio;

    $modtime = filemtime($upload_path.'profile'.$user_id.$result['pic_ext']);

    return '<img src="'.osc_base_url() . 'oc-content/plugins/profile_picture/images/profile'.$user_id.$result['pic_ext'].'?'.$modtime.'" width="'.$maxwidth.'" height="'.$height.'">'; // display picture
    }
    else{
    return false;
    }
}

AFTER
Code: [Select]
} //end profile_picture_show()BEFORE
Code: [Select]
// This is needed in order to be able to activate the plugin

File: ../oc-content/themes/osclasswizards/item-sidebar.php
File: ../oc-content/themes/osclasswizards/user-public-profile.php
ToDo: Change the following Code in both files

Code: [Select]
    <div class="user-card">
      <figure><img class="img-responsive" src="http://www.gravatar.com/avatar/<?php echo md5strtolowertrimosc_user_email() ) ) ); ?>?s=400&d=<?php echo osc_current_web_theme_url('images/default.gif') ; ?>" /></figure>

To

Code: [Select]
    <div class="user-card">
      <?php 
          
if(profile_picture_return()) {
              
$user_image profile_picture_return();
          } else {
              
$user_image '<img class="img-responsive" src="http://www.gravatar.com/avatar/'.md5(strtolower(trim(osc_user_email()))).'?s=400&d='.osc_current_web_theme_url('images/default.gif').'" />';
          } 
      
?>

      <figure>
        <?php echo $user_image?>
      </figure>

If you follow the general installation instructions from this plugin, you now should be able to see the uploaded profile pictures on the item sidebar and the public profil page.




Modification: Use Plugin in Backend

For all, they want to moderate the Profile Pictures in Admin, here is a little fix, to enable the upload and delete function in Backend


File: ../oc-content/plugins/profile_picture/index.php
ToDo: Change the following Code

Code: [Select]
function profile_picture_upload(){To
Code: [Select]
function profile_picture_upload($user_id = ''){
AND THEN

Code: [Select]
$user_id = osc_logged_user_id(); // the user id of the user profile we're at
To
Code: [Select]
    if ($user_id == '') {
        $user_id = osc_logged_user_id(); // the user id of the user profile we're at   
    }

Then you can add the Upload function to the user profile page


File: ../oc-admin/themes/modern/users/frm.php
ToDo: Add the following Code

Code: [Select]
<?php profile_picture_upload($user['pk_i_id']); ?>

AFTER
Code: [Select]
<ul id="error_list"></ul>
BEFORE
Code: [Select]
<form name="register" action="<?php echo osc_admin_base_url(true); ?>" method="post">


Modification: Modifiy size of image after upload
If you want to change the size of your images after upload, you can add this little hack to your plugin. It's pretty easy to implement.

File: ../oc-content/plugins/profile_picture/index.php
ToDo: Add the following Code

Code: [Select]
function profile_picture_thumb($file, $dest, $desired_width) {
   
    $source_image = imagecreatefromjpeg($file);
   
    $width = imagesx($source_image);
    $height = imagesy($source_image);

    $desired_height = floor($height * ($desired_width / $width));

    $virtual_image = imagecreatetruecolor($desired_width, $desired_height);
    imagecopyresampled($virtual_image, $source_image, 0, 0, 0, 0, $desired_width, $desired_height, $width, $height);
   
    if (imagejpeg($virtual_image, $dest)) {
        return true;   
    } else {
        return false;
    }   
}

BEFORE
Code: [Select]
function profile_picture_upload($user_id = ''){

THEN ADD
Code: [Select]
profile_picture_thumb($upload_path . 'profile'.$user_id.$ext, $upload_path . 'profile'.$user_id.$ext, $maxwidth);
AFTER
Code: [Select]
if($result==0) {
$conn->osc_dbExec("INSERT INTO %st_profile_picture (user_id, pic_ext) VALUES ('%d', '%s')", DB_TABLE_PREFIX, $user_id, $ext);
}
else {
$conn->osc_dbExec("UPDATE %st_profile_picture SET pic_ext = '%s' WHERE user_id = '%d' ", DB_TABLE_PREFIX, $ext, $user_id);
}



In all case, DO BACKUP before you change anything in your files

Hi Liath! I see you've got a point with OsclassWizards Theme. Can you help me? I don't want to use a this plugin on my site, but I'd like to change a default.gif avatar in OsclassWizards theme and I have found it is not such a simple as I thought. Simply FTP replace doesn't work. I've made a new post and describe my problem: http://forums.osclass.org/themes-26/how-to-replace-deafault-profile-avatar-in-osclasswizards-theme/ But now, when I found your post, can you help me to solve my issue?

Best regards!

Title: Re: [Updated Plugin] Upload Profile Picture
Post by: BW on September 21, 2016, 09:12:19 pm
Solved by myself. See here:

http://forums.osclass.org/themes-26/how-to-replace-deafault-profile-avatar-in-osclasswizards-theme/msg143682/#msg143682

But thx for a tip! ;)

BTW. I wonder, can I do the same with photos adding by users to theirs ads?
And can anyone make (a FREE) plugin like that? Just to use Gravatars CDN to host those photos?

Regards!
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Liath on September 26, 2016, 03:32:50 am
Gravatar is made to host profile pics i think, so maybe its the best to host you ad photos by your own...


nice that you did the main problem by yourself :)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: BW on October 06, 2016, 10:59:14 pm
Hi!

Gravatar, just as I wrote, what I did notice, is using the same CDN, which is used by Wordpress: i1.wp.com

I have been using Wordpress CMS for a few years now. I know the Jetpack plugin Photon, which use the same CDN address to host pictures. See by yourself: https://jetpack.com/support/photon/

Since the OSClass CMS is a modification of Wordpress CMS, (more less), perhaps someone (not me - I am a lamer), could and would adapt the Photon to OSClass?

What do you think Liath?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: _CONEJO on October 07, 2016, 10:52:18 am
Hi!

Gravatar, just as I wrote, what I did notice, is using the same CDN, which is used by Wordpress: i1.wp.com

I have been using Wordpress CMS for a few years now. I know the Jetpack plugin Photon, which use the same CDN address to host pictures. See by yourself: https://jetpack.com/support/photon/

Since the OSClass CMS is a modification of Wordpress CMS, (more less), perhaps someone (not me - I am a lamer), could and would adapt the Photon to OSClass?

What do you think Liath?

Osclass is not a modification of Wordpress, It was done from scratch and it's completely different. Folders structure may be similar, but that's all, anything else is completely different.
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: BW on October 07, 2016, 06:35:45 pm
Hi!

Oh, I didn't know. Thank you for an explanation. I saw the gravatars code of OsclassWizards theme and the CDN address of wp.com and I came to this conclusion. I was wrong. But, still, what would you say to adapt a Photon plugin to OSClass? Hm?

Best regards!

PS @_CONEJO Would you help me? Please, see this topic: http://forums.osclass.org/general-help/age-warning-plugin-vs-google-search-bot-10-ko'-in-a-1st-round/
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: davut_c20 on October 28, 2016, 03:53:26 am
Hi all,

I took the liberty of upgrading this cool plugin to a little higher level  8)

Added:
- Multi-Language based on POT files
- Functionality that keeps your system CLEAN when either Admin deletes a user OR if the user deletes his/her profile picture / account so no more files are left behind on your filesystem. Also your DB is kept clean meaning no FK issues when trying to remove a user through Admin due to FK issue in some table in your DB.

Maybe some fixes I can't remember but be aware, this plugin is used in my Boxer theme so you might want to make some css changes or if you are replacing your older version make sure you can simply copy the old css in the new version.  ;)

NO GUARANTEES, you use this at own risk so make sure you have a backup of your system and please do some testing!
I tested myself ofcourse and I did not find any errors (anymore) but that is on my system.

All credits go to Trains for delivering this nifty plugin, don't go bothering him about this forked version.
Questions about this plugin will only be answered in this forum thread.


Have fun,
Eric

Hello Eric. Yes working good, but other members/guests not see my avatar. Only i see. How i can fix?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: fog on October 28, 2016, 06:17:32 am
Can be on public profile file of your theme some condition if user is logged to see the picture profile? You need check this.

Regards
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: davut_c20 on October 29, 2016, 06:51:31 am
Can be on public profile file of your theme some condition if user is logged to see the picture profile? You need check this.

Regards


Thank you. Where can I check?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: donisaurus on November 07, 2016, 06:06:22 pm
Hi all, want to ask,

Is that possible to show the profile picture as seller profile in post list,?

Thanks
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: bhatav on November 18, 2016, 09:08:49 pm
Not Working  :(

im using osclass 3.6.1 with oswizard theme
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Liath on November 20, 2016, 07:37:33 pm
what did not work exactly? i used it the same version and theme and all worked fine
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: jhosua on November 20, 2016, 11:10:58 pm
im trying make table list of user and company at a custom page.
and i use this plugin to show profile picture at my custom page.

when i use <?php profile_picture_show(); ?>
result =  no_picture.jpg image show in all profile

when i use code from here : http://forums.osclass.org/plugins-20/how-to-display-list-of-company-23215/ (http://forums.osclass.org/plugins-20/how-to-display-list-of-company-23215/)
Code: [Select]
<?php echo '<img src="'.osc_base_url(true) . 'oc-content/plugins/profile_picture/images/profile'.$user['pk_i_id'].".jpg".".png".".gif".'"  .width="150px". height="150px" />' ' <a href="user/profile/'.$user['pk_i_id'].'">'$user['s_name'].'</a>' '<br /> ';?>result= picture not show

my question : how to show profile picture in custom page ?

my custom page :
Code: [Select]
<?php
    
/*
     *      Osclass – software for creating and publishing online classified
     *                           advertising platforms
     *
     *                        Copyright (C) 2014 OSCLASS
     *
     *       This program is free software: you can redistribute it and/or
     *     modify it under the terms of the GNU Affero General Public License
     *     as published by the Free Software Foundation, either version 3 of
     *            the License, or (at your option) any later version.
     *
     *     This program is distributed in the hope that it will be useful, but
     *         WITHOUT ANY WARRANTY; without even the implied warranty of
     *        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     *             GNU Affero General Public License for more details.
     *
     *      You should have received a copy of the GNU Affero General Public
     * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
     */

    // meta tag robots
    
osc_add_hook('header','osclasswizards_nofollow_construct');

    
osclasswizards_add_body_class('page');
    
osc_current_web_theme_path('header.php') ;
?>

<div class="title">
  <h1><?php echo osc_static_page_title(); ?></h1>
</div>
<div>
<?php $user User::newInstance()->listAll(); ?>
<?php if (osc_total_users()>0) { ?>
    <table border="1" style="width:100%">
        <tr style="border:thin; border-color:#999; background-color:#CCC;">
            <th>Company</th>
            <th>Phone</th>
            <th>Location</th>
            <th>Register</th>
        </tr>
        <?php foreach ($user as $u) { ?>
            <?php  if($u["b_company"]==1) {?>
         
                <tr>
                    <th>
                    <?php echo '<img src="'.osc_base_url(true) . 'oc-content/plugins/profile_picture/images/profile'.$user['pk_i_id'].".jpg".".png".".gif".'"  .width="150px". height="150px" />' ' <a href="user/profile/'.$user['pk_i_id'].'">'$user['s_name'].'</a>' '<br /> ';?>
                        <a href="<?php echo osc_base_url(true) . '?page=user&action=pub_profile&id='.$u['pk_i_id']; ?>" >
                            <?php echo $u['s_name']; ?>
                        </a>
                    </th>
                    <th><?php echo $u['s_phone_mobile'] ;?></th>
                    <th><?php echo $u['s_country'] ;?></th>
                    <th><?php echo $u['dt_reg_date'] ;?></th>
                </tr>
            <?php ?>
        <?php ?>
    </table><br>
    <table border="1" style="width:100%">
        <tr style="border:thin; border-color:#999; background-color:#CCC;">
            <th>User</th>
            <th>Phone</th>
            <th>Location</th>
            <th>Register</th>
        </tr>
        <?php foreach ($user as $u) { ?>
            <?php  if($u["b_company"]==0) {?>
         
                <tr>
                    <th>
                    <?php echo '<img src="'.osc_base_url(true) . 'oc-content/plugins/profile_picture/images/profile'.$user['pk_i_id'].".jpg".".png".".gif".'"  .width="150px". height="150px" />' ' <a href="user/profile/'.$user['pk_i_id'].'">'$user['s_name'].'</a>' '<br /> ';?>
                        <a href="<?php echo osc_base_url(true) . '?page=user&action=pub_profile&id='.$u['pk_i_id']; ?>" >
                            <?php echo $u['s_name']; ?>
                        </a>
                    </th>
                    <th><?php echo $u['s_phone_mobile'] ;?></th>
                    <th><?php echo $u['s_country'] ;?></th>
                    <th><?php echo $u['dt_reg_date'] ;?></th>
                </tr>
            <?php ?>
        <?php ?>
    </table>

<?php ?>
</div>
<?php osc_current_web_theme_path('footer.php') ; ?>

sorry for my english i use translator
thanks much..
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Tolgas91 on May 19, 2018, 04:05:17 pm
Hi Jesse,

I put the codes that you gave me in their places. but the plugin is not working. I added screenshots for a better understanding and my english some bad im sorry...  :(

I'm working with localhost and could this be the mistake?

Thank you for your help

(https://i.hizliresim.com/zMvAN4.jpg) (https://hizliresim.com/zMvAN4)

(https://i.hizliresim.com/ODnqjA.jpg) (https://hizliresim.com/ODnqjA)

(https://i.hizliresim.com/JDrYjn.jpg) (https://hizliresim.com/JDrYjn)

(https://i.hizliresim.com/AzQmjq.jpg) (https://hizliresim.com/AzQmjq)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Aficionado on May 19, 2018, 10:38:20 pm
You realize this is a two years old topic ?
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: JAVIERSL70 on December 27, 2018, 10:53:13 am
Hello good day,
the plugin is perfect, it just fails me on the page of the item.php, the logo is not shown.
In user-public-profile.php is OK
In user-items.php is OK
In user-public-profile is OK

Can somebody help me? I do not understand why it is not shown in item.php
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: JAVIERSL70 on December 28, 2018, 12:01:33 pm
I have managed to solve the problem, I looked at the other page that looked correctly and the only difference is that they had the following code:

<?php View::newInstance()->_exportVariableToView('user', $user_keep); ?>

:-)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Tolgas91 on January 10, 2019, 07:11:51 pm
I have managed to solve the problem, I looked at the other page that looked correctly and the only difference is that they had the following code:

<?php View::newInstance()->_exportVariableToView('user', $user_keep); ?>

Hi Javier, How did you handle this? can you help me with this? :/
:-)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: bigazone on January 25, 2019, 09:14:20 pm
Hi There, Thanks for this nice plugin. It works for me very nice. But it has problem with notice. When it shows error notice other parts disappear within footer. How can I solve this?

Thanks in advance
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Resta on January 26, 2019, 02:03:00 pm
Hi Bigazone,

I don't know about your issue and sorry to post here but can you please tell me where I can get that "Message Center" plugin? Is it free or paid plugin? Thanks!
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: bigazone on January 26, 2019, 08:18:03 pm
It is profile picture plugin and it's free. You can find this plugin at first page of this post.
Thanks
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Resta on January 27, 2019, 04:17:20 am
"Message Center" plugin that is showing in your screenshot, where can I get that one (not the profile picture plugin). Thanks!
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: bigazone on January 27, 2019, 08:18:57 am
You are taking care of my screenshot but not reading my problem. It is post about Profile Picture. And I'm talking about profile picture.

You may see there is a option for profile picture to upload but when it shows an error other parts bellow of it disappear. The footer also gone. It is the page of account.

If you can help me other wise please don't answer that is not related to this post.
Thanks
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: Resta on January 27, 2019, 01:05:01 pm
Relax man, I read your problem but I don't know the answer to your problem and if I did, I would have answered and I already mentioned "I don't know about your issue and sorry to post in this thread" and and since the screenshot is showing this post here, I thought of asking it here instead of making another thread pointing to this thread just to ask about the plugin but take it easy  ::)
Title: Re: [Updated Plugin] Upload Profile Picture
Post by: yellow53 on February 19, 2019, 04:33:22 pm
Dear All,

Does someone know how to insert the upload picture on register page ?

Many thanks
Vincent