How can I use the OSQA theme on Askbot?
I like minimalism and would like to use osqa template on my askbot setup. And do let me know how to modify the existing askbot template.
I like minimalism and would like to use osqa template on my askbot setup. And do let me know how to modify the existing askbot template.
I think that at this moment there are several differents between askbot and OSQA template , so is probably that the OSQA theme is not compatible with askbot.
Even so, You can create a new theme based on default askbot theme, please check the documentation about skins.
The easiest way could be create an extra.css file and overwrite the actual css. If you would like to create a new subtheme could be usefull if you work editing the style.less file and adding the templates that you would like to override. You will need to put attention in which templates have been overwrote (if you needed) because there are some templates that has some logic that can change in future version of askbot.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-06-01 09:36:32 -0500
Seen: 5,304 times
Last updated: Jun 01 '12
translation works only partially in templates
sharing templates between askbot and our own django app
Access settings attribute from template
How to perform Template() on askbot setting?
Question regarding skin customization document
Why askbot template base.html has become the default base template?