I can't seem to find this setting in my admin settings. is there somewhere in the docs that covers this? thanks for the help :)
ryanlerch2 ( 2013-02-24 20:10:35 -0500 )editMaybe this is a feature request - I'd like to be able to follow or subscribe to specific users. I.e. be kept abreast of questions and answers that certain users make. Seems like this could be a good "social" feature for the platform. Also it would be another interesting metric in one's user profile - how many followers someone has, etc.
Done a while ago.
We've also created a django app django-followit, which is available for reuse on pypi and
github.
To use it, just add to your models
import followit
follow.register(MyModel)
and add to the urls.py
(r'^followit/', include('followit.urls')),
Then run
python manage.py syncdb
More models to follow can be added later and the follow function activated by re-running syncdb.
To follow or unfollow, post to the urls described here.
I can't seem to find this setting in my admin settings. is there somewhere in the docs that covers this? thanks for the help :)
ryanlerch2 ( 2013-02-24 20:10:35 -0500 )editCreate your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2011-02-26 20:50:37 -0500
Seen: 136 times
Last updated: Oct 07 '11
Tag subscription statistics commands
Feature request: Add classes to body in default skin
Search related questions when posting a question
Please allow diacritic characters for user names.
Please allow hyphens for user names.
Can the interface for searching with tags be improved?
can (should) users send email or post messages to moderators? [done]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Since this feature has been implemented, can this question be marked as resolved.
rags ( 2011-10-07 14:44:32 -0500 )edit