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

pcompassion's avatar
21
pcompassion
asked 2013-05-01 21:40:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment 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.

Evgeny's avatar
13.2k
Evgeny
answered 2013-05-02 19:29:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments