According to the doc http://askbot.org/doc/customizing-skin-in-askbot.html, I try to customize my askbot. I will have 4 askbots on the same server so I decided to create the skin in a new directory.
My process:
- create a new directory 'myskin' in my askbot installation and copy of 'askbot/skin/default' from the sources
- modify the base.html title to see if it's working
- modify settings.py with:
ASKBOT_EXTRA_SKIN_DIRS='myskin'
STATICFILES_DIR = (..., ASKBOT_EXTRA_SKIN_DIRS)
- run python manage.py collectstatic
The skin used is allways the 'default' skin... something is wrong ?
The doc must be updated! Follow the steps then connect you in askbot as root and go in settings -> Logos and HTML head parts then choose your skin and save. That's all!
The ASKBOT_DEFAULT_SKIN parameter doesn't work in settings.py.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-04-30 14:12:13 -0500
Seen: 91 times
Last updated: Apr 30 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
ASKBOT_DEFAULT_SKIN ?
tristan ( 2012-04-30 15:08:13 -0500 )edit