First time here? Check out the FAQ!
2

edit profile view outdated
 

I found another small bug/inconsistency in askbot:

Inside a user's profile, there is a link "update profile". There "change picture" only leads to gravatar faq, it doesn't change any picture. The whole user_edit template seems outdated, with link to /images/nophoto.png etc.

I modified it to resemble user_info: https://github.com/piskvorky/askbot-devel/commit/f5ddf7f99d6f236f2344c2836cec11587842bcd4 , in case anyone's interested.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
piskvorky's avatar
350
piskvorky
asked 13 years ago
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago

Comments

Happy post 777 :) congratulations. I am looking at your commit now.

Evgeny's avatar Evgeny (13 years ago)

Same problem over here - looks like the only way to upload a profile photo is to create a Gravitar?

william's avatar william (13 years ago)
see more comments

2 Answers

1

It looks like Evgeny included the proposed patch in the master branch askbot, so I'm closing this "question".

Btw my emails to Evgeny fail to be delivered (come back as permanent error), so we'll have to communicate through github :)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
piskvorky's avatar
350
piskvorky
answered 13 years ago
link

Comments

My email is evgeny.fadeev at gmail.com maybe you had a typo? Thanks.

Evgeny's avatar Evgeny (13 years ago)

No -- I already received one email, replied to it and my reply keeps coming back as spam =)

piskvorky's avatar piskvorky (13 years ago)

Anyway, I was just basically saying "Ok then, I'll try to do pull requests with cherry-picked commits against master. If you find any of them useful, feel free to merge".

piskvorky's avatar piskvorky (13 years ago)
see more comments
1

Same error on 0.7.42.

Perhaps am I not working with the last version ?
git clone git://github.com/ASKBOT/askbot-devel.git askbot

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
tristan's avatar
95
tristan
answered 12 years ago
link

Comments

Yep I see this on my localhost version.

powlo's avatar powlo (12 years ago)
see more comments