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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
str's avatar
91
str
asked 13 years ago

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 (13 years ago)
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,

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Fitoria's avatar
1.1k
Fitoria
answered 13 years ago
link

Comments

see more comments