Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
860 views
in Q2A Core by
Is it possible for future releases to be based on smarty templates vs. this way of styling the pages? It seems like the way the current script is styled is very hard for most people to follow... Just my suggestion, what do you guys think?

1 Answer

0 votes
by
If you know PHP (which you ought to if you're using a PHP application!) then I don't think it is too hard right now. The hardest part is finding the function you need to override in qa_theme_base.

Perhaps a better idea for the future would be to split the monolithic class into smaller chunks, like a class for displaying questions, a class for displaying answers, and so on.
...