First time here? Check out the FAQ!
1

Askbot userprofile and registration

I want to know if the askbot profile(badges, follow subscriptions) is part of another app or designed by askbot team and also the registration page with social auth, is it another app or self designed. Thanking you, George

gorge's avatar
21
gorge
asked 2013-03-15 23:13:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

For following users we use an app that we designed it's called django-followit. Badges were part of the original CNPROG software, but were substantially rewritten.

The badges currently are not separated into another app, maybe it would be worthwhile to do, but not 100% sure. Take a look yourself - the badges code is defined in askbot/models/badges.py.

Evgeny's avatar
13.2k
Evgeny
answered 2013-03-15 23:20:17 -0500
edit flag offensive 0 remove flag delete link

Comments

guess the main profile with images and details(country etc) also part of askbot and the social registration part of?

gorge's avatar gorge (2013-03-15 23:34:27 -0500) edit

The social registration is also bundled. I've once tried to decouple it but failed. What you can do is replace authentication backend with your own and effectively turn off our user authentication system.

Evgeny's avatar Evgeny (2013-03-15 23:40:48 -0500) edit

No your auth is fine....I like your profile too...One more thing. I have a forum also on the site..can I customize your karma and badges to award karma for posting in forum and awards for forum activities??

gorge's avatar gorge (2013-03-15 23:42:53 -0500) edit
add a comment see more comments