First time here? Check out the FAQ!

nixfish's profile - activity

2023-06-13 19:33:38 -0500 received badge Famous Question (source)
2023-06-13 19:32:23 -0500 received badge Popular Question (source)
2019-07-26 04:20:04 -0500 received badge Famous Question (source)
2013-09-19 05:14:42 -0500 received badge Famous Question (source)
2013-08-07 17:52:30 -0500 asked a question Is it possible to disable all the tagging functionality?

So no tags (and related icons, inputs) will be shown? Thanks!

2013-08-07 17:03:19 -0500 received badge Student (source)
2013-08-07 16:58:41 -0500 asked a question How to set RSS_ENABLED to False without change the source code?

I tried to add RSS_ENABLED = False in my settings.py but it did not work. I saw this switch in conf/social_sharing.py. Thanks!

2013-08-07 16:46:39 -0500 answered a question Is there a way to hide/turn off the badge functionality?

Found the switch in conf/karma_and_badges_visibility.py and it worked

2013-08-07 16:40:27 -0500 asked a question Is there a way to hide/turn off the badge functionality?

I am guessing there might be a variable for settings like BADGES_ON, thanks!

2013-08-07 14:15:13 -0500 received badge Scholar ( source )
2013-08-07 14:15:00 -0500 commented answer Does Askbot have a programming API?

thanks! better than nothing. Post API will be really useful!

2013-08-07 10:48:31 -0500 asked a question Does Askbot have a programming API?

So that I can use my code to retrieve and post questions & answers? Thanks!

2013-08-05 12:52:09 -0500 asked a question failed on "python manage.py migrate askbot"

Hi,

I am new to this product. I tried to install following the instruction given at http://askbot.org/doc/initialize-database-tables.html. But I got the error below. Please help, thanks!

$ python manage.py migrate askbot WARNING!!! You are using a 'locmem' (local memory) caching backend, which is OK for a low volume site running on a single-process server. For a multi-process configuration it is neccessary to have a production cache system, such as redis or memcached.

With local memory caching and multi-process setup you might intermittently see outdated content on your site.

(1146, "Table 'askbot.askbot_badgedata' doesn't exist") Running migrations for askbot: - Migrating forwards to 0161_add_field__user_languages.

askbot:0001_initial askbot:0002_auto__add_field_answer_text__chg_field_answer_html__add_field_question askbot:0003_copy_denorm_text_record_to_posts_for_fulltext_search - Migration 'askbot:0003_copy_denorm_text_record_to_posts_for_fulltext_search' is marked for no-dry-run. askbot:0004_install_full_text_indexes_for_mysql - Migration 'askbot:0004_install_full_text_indexes_for_mysql' is marked for no-dry-run.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! WARNING: Your database engine does not support !! !! full text search. Please switch to PostgresQL !! !! or select MyISAM engine for MySQL !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

askbot:0005_install_badges - Migration 'askbot:0005_install_badges' is marked for no-dry-run. /Library/Python/2.7/site-packages/askbot/migrations/0005_install_badges.py:64: RuntimeWarning: Argument <type 'str'=""> is not an unicode object. Passing an encoded string will likely have unexpected results. print 'adding new badge %s' % unidecode(name) adding new badge Disciplined adding new badge Peer Pressure adding new badge Nice answer adding new badge Nice Question adding new badge Pundit adding new badge Popular Question adding new badge Citizen patrol adding new badge Cleanup adding new badge Critic adding new badge Editor adding new badge Organizer adding new badge Scholar adding new badge Student adding new badge Supporter adding new badge Teacher adding new badge Autobiographer adding new badge Self-Learner adding new badge Great Answer adding new badge Great Question adding new badge Stellar Question adding new badge Famous question adding new badge Alpha adding new badge Good Answer adding new badge Good Question adding new badge Favorite Question adding new badge Civic duty adding new badge Strunk & White adding new badge Generalist adding new badge Expert adding new badge Yearling adding new badge Notable Question adding new badge Enlightened adding new badge Beta adding new badge Guru adding new badge Necromancer adding new badge Taxonomist askbot:0006_add_subscription_setting_for_comments_and_mentions - Migration 'askbot:0006_add_subscription_setting_for_comments_and_mentions' is marked for no-dry-run.


Adding subscription on comment responses and name mentions for each user. frequency will be automatically set to the most frequent selection that user made for any other types of subscriptions

askbot:0007_install_mentions_model askbot:0008_add_html_field_to_comments askbot:0009_calculate_html_field_for_comments - Migration 'askbot:0009_calculate_html_field_for_comments' is marked for no-dry-run. askbot:0010_add_receiving_user_to_activity_model askbot:0011_merge_mentions_into_activity - Migration 'askbot:0011_merge_mentions_into_activity' is marked for no-dry-run. askbot:0012_delete_some_unused_models askbot:0013_add_response_count__to_user probably already have column User.response_count askbot:0014_rename_schema_from_forum_to_askbot askbot:0015_rename_forum_contenttypes_to_askbot - Migration 'askbot:0015_rename_forum_contenttypes_to_askbot' is marked for no-dry-run. askbot:0016_auto__del_validationhash askbot:0017_add_group__moderators - Migration 'askbot:0017_add_group__moderators' is marked for no-dry-run. askbot:0018_add___status__field_to_user_model askbot:0019_populate_user_status_field - Migration 'askbot:0019_populate_user_status_field' is marked for no-dry-run. askbot:0020_auto__add_field_repute_comment__chg_field_repute_question ! Error found during real run of migration! Aborting.

! Since you have a database that does not support running ! schema-altering statements in transactions, we have had ! to leave it in an interim state between migrations.

! You might be able to ...

(more)