Closed GoogleCodeExporter closed 9 years ago
Original comment by kae.verens@gmail.com
on 30 Apr 2012 at 12:52
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
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
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
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
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
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
Where exactly in the front-end?
Original comment by kounue...@gmail.com
on 3 Jun 2012 at 1:43
[deleted comment]
Also, should I upload myself the changes being made, through SVN?
Original comment by kounue...@gmail.com
on 3 Jun 2012 at 1:48
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
:-) 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
Yea', stupid question :)
Original comment by kounue...@gmail.com
on 5 Jun 2012 at 10:08
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
Hi.
Here's the thing...
Original comment by kounue...@gmail.com
on 6 Jun 2012 at 10:08
Attachments:
Did you test the code?
Original comment by kounue...@gmail.com
on 8 Jun 2012 at 8:21
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
works well. marking this as done.
thanks!
Original comment by kae.verens@gmail.com
on 14 Jun 2012 at 7:46
Original issue reported on code.google.com by
kae.verens@gmail.com
on 5 Apr 2012 at 1:41