First time here? Check out the FAQ!

lalithaprakash's profile - activity

2020-01-20 01:44:20 -0500 received badge Notable Question (source)
2017-07-05 12:42:36 -0500 received badge Popular Question (source)
2016-01-08 04:16:11 -0500 received badge Nice Question (source)
2013-10-02 10:56:07 -0500 received badge Famous Question (source)
2013-09-30 12:19:19 -0500 received badge Scholar ( source )
2013-09-30 12:18:37 -0500 answered a question Why am I not getting notification if someone comments or answers my question?

You will see a red message when a notification is seen next your name at the top. My answer should have caused a notification to appear

2013-09-30 12:10:49 -0500 commented answer How easy it is to modify the existing askbot functionality

Okay. But is it a good idea to build around Askbot? Could you please tell me how easy is it to understand the code and update considering the amount of modification done

2013-09-30 11:59:03 -0500 commented answer How easy it is to modify the existing askbot functionality

Thanks for the response. When you say start working on one issue at a time, do you mean integrate Askbot and start looking at each issue? If we do have to make lot of changes, how easy it is to update when Askbot has new version? I

2013-09-30 11:55:58 -0500 received badge Supporter ( source )
2013-09-29 17:10:08 -0500 received badge Nice Question (source)
2013-09-29 12:20:24 -0500 received badge Editor (source)
2013-09-29 12:17:25 -0500 asked a question How easy it is to modify the existing askbot functionality

I am creating a project where Q & A is just about 20% of the entire site. I haven't started my project since I am still in the research phase. I have gone through the documentation provided by askbot and I am keen on using it for the Q and A.

There are certain additional stuff I need to add: For ex:

  1. When a user registers for a first time, a form should appear before him which he needs to submit.
  2. The questions should be of sorted by relevance rather than activity. By relevance I mean questions he would have followed or activity of people he would have followed or by something else.
  3. How easy is it to modify askbot database tables?
  4. Each question will have multiple tag box each box suggesting what he would tag. Ex : tags for subject, tags for company, tags for experience and so on (Just trying to give an example)
  5. How do I start? Should I import askbot as my first app and build rest of the functionality around it?
  6. I would also like to have "news feed" along with a list of questions when the user logs in.
  7. Add more information about the user who has asked a question. Like his comapany, college, etc (I am referring to a image which is seen next to the question)
  8. Can there be a hierarchy in tags? Top-level: Computer science, Mid-level: C program, Low level: function pointers. How will it look in the database?

What do you guys recommend? I know its possible to do this but looks more like a hack which could be a pain maintain unless I have a complete grasp on askbot. How easy it it do this and possibly much more. I also would like to contribute to the community if they find any of the additional functionality useful.

Kindly help

2013-09-29 11:33:44 -0500 received badge Student (source)
2013-09-29 11:17:31 -0500 asked a question Is there a documentation explaining about code structure in askbot?

I wanted to do some changes to the existing code so I was looking for a documentation which explains the structure of code and where certain functionalities are done.

I did go through the wiki documentation but I didn't find the answers I was looking for.

Thanks