First time here? Check out the FAQ!

Alban's profile - activity

2014-07-31 20:22:07 -0500 received badge Notable Question (source)
2013-11-21 18:51:03 -0500 received badge Popular Question (source)
2013-04-18 00:16:17 -0500 received badge Nice Question (source)
2012-06-26 03:10:51 -0500 commented answer How can i run multiple instances of askbot on a server?

@Evgeny : about multi-site implementation, did you already documented what you plan to implement ? It also need this features asap so I can contribute on this point

2012-06-26 03:08:17 -0500 received badge Supporter (source)
2012-06-20 04:31:08 -0500 received badge Famous Question (source)
2012-06-19 10:52:27 -0500 received badge Editor (source)
2012-06-19 10:39:11 -0500 commented question Extensible profile integration

I have just released this work on my own fork of Askbot (https://github.com/atiberghien/askbot-devel). I have created a abstract model that gather all field that are previously monkey-patched in User. This implementation is compliant to the django specification and can be extend with the AUTH_PROFILE_MODULE field in settings.py. It is really a WIP. The next step is to progressively migrate the code using Profile model instead of User model.

2012-05-10 02:48:26 -0500 commented question Extensible profile integration

This module introduces all needed features to deal with registration and authentification. It is compliant with the django profile specification. I will try this integration on my own fork of Askbot. Are there some tricky stuff in the code related to User models?

2012-05-09 18:50:03 -0500 received badge Student (source)
2012-05-09 08:38:56 -0500 asked a question Extensible profile integration

Hi,

I am trying to integrate Askbot in an application that already uses django-userena. It means that I already have custum profile for users. I would like to avoid monkey patching performed by Askbot on django User models.

Somebody have already plugged userena with Askbot? Is it in the dev plan of Askbot?

Thanks

[UPDATE] WIP here : https://github.com/atiberghien/askbot-devel