First time here? Check out the FAQ!
0

Re-installing askbot - skin css

I updated askbot-devel for the new skin - using, http://askbot.org/doc/git.html.

and then run python2.6 setup.py install in my production in webfaction (and changed required stuffs in settings.py of forum).

Now, the question page's css is broken (the right side bar items move at bottom) - anyway, this doesn't break locally.

I supposed I need to clean the installation (in site-package) - that's what made the css messy - I run python2.6 setup.py clean - but no luck.

Any suggestions much appreciated

str's avatar
91
str
asked 2011-12-17 05:02:42 -0500
edit flag offensive 0 remove flag close merge delete

Comments

running 'python2.6 setup.py clean --all' and then installing again seems to have solved the problem. Is there any better approach to do, before re-installing askbot?

str's avatar str (2011-12-17 07:35:29 -0500) edit
add a comment see more comments

1 Answer

0

Hi.

Can you upload a screenshot? there are some things you can check

  • If you have custom css in your forum, you can see this on the settings page.
  • Clear browser cache.
  • reinstall from pypi.

You can try to reinstall the software, in your server just do:

pip install askbot

this will install the latest version from pypi that already includes the new skins,

Fitoria's avatar
1.1k
Fitoria
answered 2011-12-17 16:15:32 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments