First time here? Check out the FAQ!

darkness51's profile - activity

2017-03-17 07:03:50 -0500 received badge Famous Question (source)
2016-01-28 05:56:14 -0500 received badge Notable Question (source)
2014-07-28 09:31:19 -0500 received badge Popular Question (source)
2013-05-22 22:17:15 -0500 received badge Famous Question (source)
2012-10-14 19:49:59 -0500 received badge Famous Question (source)
2012-06-09 00:13:17 -0500 commented answer run askbot using gunicorn + nginx

Thank you for help

2012-06-08 20:55:30 -0500 asked a question run askbot using gunicorn + nginx

Hello,

I am trying to install askbot in one server using gunicorn + nginx. When I run, I see an error about ASKBOT_LANGUAGE variable.

I can use gunicorn to deploy askbot??

Best Regards

2012-06-06 10:18:27 -0500 asked a question How to display two wmd editors on same page

Hello,

I want have 2 forms on the same page. I edit a log wmd.js to show the toolbar on 2 forms, but when I press a button of the toolbar on the second form, the actions are fired on the first form text area.

How I can fix this?

Best Regards

2012-05-20 22:41:15 -0500 commented answer how works the new_answer_form editor?

I know markdown. I work with zinnia. I think that wmd use some time of instantiation using some id like tinymce.

2012-05-20 22:13:19 -0500 asked a question how works the new_answer_form editor?

Hello,

I need create a new editor no create a new type of post. Then I need have the new answer form and new other type of post form.

How I can do this?

I create a new form copying the new_answer_form and changing the id of the form, but I can not see the editor and preview is not working.

I really need help with this.

2012-05-19 21:07:07 -0500 commented question Where is defined askbot['functions']

How I can add other form like new_answer_form in the same view???

2012-05-19 21:07:06 -0500 commented question Where is defined askbot['functions']

How I can add other form like new_answer_form in the same view??? I try to add a new form with the same editor on new_answer and I can't. The editor is not render and the preview view is not working.

2012-05-19 18:06:30 -0500 commented answer Where is defined askbot['functions']

@Evgeny, @zaf if I need a new form with an editor like new answer, how I can do?

2012-05-19 13:55:25 -0500 commented question Deployment for dummies: how to configure webserver?

The deployment of Django projects is a little more complicated, but If you follow the guide, the deploy should work.

2012-05-19 13:52:59 -0500 commented question Where is defined askbot['functions']

I want add a new functionality to askbot using the comment section, then, I need change the default comment form for one like new_answer form but the new form will continue store the content as a comment. What is the best way to do this?

2012-05-19 13:39:34 -0500 received badge Student (source)
2012-05-19 13:34:42 -0500 commented answer Where is defined askbot['functions']

Yes, thank you :)

2012-05-19 13:06:37 -0500 asked a question Where is defined askbot['functions']

Hello,

I want know where is defined the js functions that askbot use, for example, I want see the code for askbot['functions']['renderAddCommentButton'] but I not know where is defined??

Can you help me with this?

Best Regards