First time here? Check out the FAQ!

suhail's profile - activity

2022-01-30 20:38:03 -0500 commented answer Why design is not better ?

biostar - https://github.com/ialbert/biostar-central

2016-02-01 21:41:12 -0500 received badge Notable Question (source)
2013-12-05 01:55:16 -0500 commented question Error: ImportError: cannot import name readers

this is a strange error it has occured to me too.

2013-10-07 14:06:08 -0500 received badge Famous Question (source)
2013-09-28 23:21:56 -0500 commented answer not possible to upload image in question or answer textboxes?

the problem is in `askbot.org` site. the error happened when i tried to post in this website question box.

2013-09-28 08:07:53 -0500 asked a question not possible to upload image in question or answer textboxes?

when i tried to upload a picture in ask question or add answer text box it show error:

Error uploading file. Please contact the site administrator. Thank you.
2013-09-28 08:04:18 -0500 commented question there is a bug in askbot, if you press f5 key the view count increment indefinitely?

@anshprat ok i am going to post a question

2013-09-28 08:00:25 -0500 commented question there is a bug in askbot, if you press f5 key the view count increment indefinitely?

@anshprat but stil there is an error while uploading an image `Error uploading file. Please contact the site administrator. Thank you.`

2013-09-28 07:58:54 -0500 commented question there is a bug in askbot, if you press f5 key the view count increment indefinitely?

@anshprat it looks like every thing is fixed now :) :)

2013-09-25 05:48:22 -0500 asked a question there is a bug in askbot, if you press f5 key the view count increment indefinitely?

if you refresh a particular question page, the view count will increase indefinitely. you can easily earn famous question badge for every question you asked by refreshing the page.

also when i tried to upload an image i got error

Error uploading file. Please contact the site administrator. Thank you.

2013-09-25 05:46:23 -0500 received badge Popular Question (source)
2013-09-13 06:50:01 -0500 received badge Famous Question (source)
2013-09-13 02:28:44 -0500 received badge Enthusiast
2013-08-30 12:37:50 -0500 received badge Nice Question (source)
2013-08-30 12:00:47 -0500 received badge Student (source)
2013-08-24 00:45:31 -0500 asked a question can i remove links in footer and header (which have links to askbot.org website)?

Can i remove footer and header in askbot site and the add my own themes to askbot???

and only add a cclicence link on footer.

2013-08-22 02:02:51 -0500 commented question Why are the tests not passing in my Askbot installation on MySQL?

@bobbydavid try create a reply_action colon manualy ie ALTER TABLE askbot_replyaddress ADD reply_action VARCHAR(60);

2013-08-21 06:37:00 -0500 received badge Supporter ( source )
2013-08-01 16:54:36 -0500 received badge Teacher ( source )
2013-08-01 16:54:36 -0500 received badge Necromancer ( source )
2013-08-01 06:27:39 -0500 commented answer Error ImportError: cannot import name str_to_unicode

it worked now

2013-08-01 05:09:08 -0500 received badge Editor ( source )
2013-08-01 05:05:06 -0500 answered a question How can I integrate Askbot into own django app?

first create a virtual environment

virtualenv askbotenv --no-site-packages
source askbotenv/bin/activate

install askbot

pip install askbot

now edit

you will need to merge settings.py(http://github.com/ASKBOT/askbot-devel/blob/master/askbot/setup_templates/settings.py) and urls.py(http://github.com/ASKBOT/askbot-devel/blob/master/askbot/setup_templates/urls.py) into your django project manually.

The templates to be used can be found in the askbot/setup_templates subdirectory.

visit for more info:

http://askbot.org/doc/initial-configuration.html#adding-askbot-to-an-existing-django-project