First time here? Check out the FAQ!

ant30's profile - activity

2017-01-22 05:45:08 -0500 received badge Popular Question (source)
2013-05-22 14:23:12 -0500 received badge Famous Question (source)
2013-02-08 04:42:41 -0500 asked a question Errors with askbot over SSL / https

I have got many problems when I using askbot over SSL (https://...)

At firsts, there are some URLS which use fixed "http://" in templates and javascript like fonts, and post.js. I change all urls to allow to // (without protocol).

However. When I click in share in twitter icon, post.js try to get tiny url from http://json-tinyurl.appspot.com . I change post.js and I can see in chrome that the newest file is loaded. I change dataType to "jsonp" too.

Google Chrome report this error in development console:

The page at https://... ran insecure content from http://json-tinyurl.appspot.com/.

I'm using 0.7.43 and 0.7.44 versions but is present in master branch too.

https://github.com/ASKBOT/askbot-devel/blob/master/askbot/media/js/post.js#L2049

2012-08-08 02:16:53 -0500 commented answer Is there any django command to set a user as moderator?

Thanks, I just create a django management command for that.

2012-08-08 02:13:20 -0500 received badge Supporter ( source )
2012-08-07 19:33:11 -0500 received badge Nice Question (source)
2012-08-07 08:05:09 -0500 received badge Student (source)
2012-08-07 07:44:10 -0500 asked a question Is there any django command to set a user as moderator?

Something like this:

python manage.py set_moderator --username 'frank'