google-code-export / kv-webme

Automatically exported from code.google.com/p/kv-webme
1 stars 0 forks source link

profile picture for users #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
let users upload a profile picture for themselves, which can be used throughout 
the system such as in blogs

Original issue reported on code.google.com by kae.verens@gmail.com on 5 Apr 2012 at 1:41

GoogleCodeExporter commented 9 years ago

Original comment by kae.verens@gmail.com on 30 Apr 2012 at 12:52

GoogleCodeExporter commented 9 years ago
how this should be done:

have a look at how the Avatar (profile picture) is created in the Blog plugin.

copy the same functionality to the Forum plugin and the Privacy plugin.

try to abstract the code so that any functions common to all three solutions 
are written in /j/js.js (in the Core) so there is no repetition.

Original comment by kae.verens@gmail.com on 30 May 2012 at 9:47

GoogleCodeExporter commented 9 years ago
What has to do the privacy plugin with the profile pictures?
How can a user set his picture from the back-end?
Thanks

Original comment by kounue...@gmail.com on 3 Jun 2012 at 12:21

GoogleCodeExporter commented 9 years ago
I was thinking at this:
- The user can set his profile picture, by means of a page from the front-end. 
That picture it's uploaded to the f folder, saved in a table from the 
database(for example in the vars sections), and that variable simple be used in 
the forum, blog etc.

Original comment by kounue...@gmail.com on 3 Jun 2012 at 12:53

GoogleCodeExporter commented 9 years ago
The only problem that remains is from where to set this picture.

Original comment by kounue...@gmail.com on 3 Jun 2012 at 12:54

GoogleCodeExporter commented 9 years ago
set it exactly as it is done in the Blog plugin. In other words, the avatar is 
set from the front-end.

Original comment by kae.verens@gmail.com on 3 Jun 2012 at 1:20

GoogleCodeExporter commented 9 years ago
I've assigned you as the owner of this issue.

also, you are added as an SVN committer.

Original comment by kae.verens@gmail.com on 3 Jun 2012 at 1:23

GoogleCodeExporter commented 9 years ago
Where exactly in the front-end?

Original comment by kounue...@gmail.com on 3 Jun 2012 at 1:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Also, should I upload myself the changes being made, through SVN?

Original comment by kounue...@gmail.com on 3 Jun 2012 at 1:48

GoogleCodeExporter commented 9 years ago
Ah, I got it now...
I didn't have a Privacy page installed the first time.

Original comment by kounue...@gmail.com on 3 Jun 2012 at 2:08

GoogleCodeExporter commented 9 years ago
:-) so you've figured it out.

yes, upload the changes directly through SVN if you can.

Original comment by kae.verens@gmail.com on 3 Jun 2012 at 2:14

GoogleCodeExporter commented 9 years ago
Yea', stupid question :)

Original comment by kounue...@gmail.com on 5 Jun 2012 at 10:08

GoogleCodeExporter commented 9 years ago
It's not a stupid question. I trust your code to work. I might change the code 
after I've reviewed it, but I'm happy that your code works, so you are welcome 
to edit the CMS directly. This should also make our collaboration a little 
smoother, because you don't have to zip up stuff, and I don't have to examine 
'diff's to see what was done. You can simply commit the work, I update my copy, 
and I can test directly.

Original comment by kae.verens@gmail.com on 5 Jun 2012 at 10:36

GoogleCodeExporter commented 9 years ago
Hi.
Here's the thing...

Original comment by kounue...@gmail.com on 6 Jun 2012 at 10:08

Attachments:

GoogleCodeExporter commented 9 years ago
Did you test the code?

Original comment by kounue...@gmail.com on 8 Jun 2012 at 8:21

GoogleCodeExporter commented 9 years ago
sorry for the delay in this. I'm reading through the code at the moment. will 
contact you shortly.

Original comment by kae.verens@gmail.com on 14 Jun 2012 at 7:24

GoogleCodeExporter commented 9 years ago
works well. marking this as done.

thanks!

Original comment by kae.verens@gmail.com on 14 Jun 2012 at 7:46