First time here? Check out the FAQ!
1

How do I develop my own site and keep updated?
 

I'd like to develop a Q&A(let's name it MyQA) site using the Askbot as a starting point.

Say my websites are live at some distant future and I find askbot updated their source to fix a bug. I would want to get the update applied to MyQA.

What's the setup to make the above process as easy as possible?

Thank you

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
pcompassion's avatar
21
pcompassion
asked 12 years ago

Comments

see more comments

1 Answer

0

If you create custom theme - please read documentation about custom themes. Once you decide to customize some other behavior - we might be able to suggest to you something.

There are some customization hooks in Askbot already, but they are not yet documented, b/c it is still work in progress. There are ways to customize process of answering question, showing content related to questions and answers.

The idea is that it is best to concentrate the customizations in the outside modules, which will be imported by askbot according to the special configuration parameters.

Of course you can just fork the whole Askbot repository and do whatever you want, but in that case it eventually will be difficult to keep the two code bases in sync.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

see more comments