Wiki on a Stick Official Forums

A personal wiki living in a self-modifying XHTML file

You are not logged in.

#1 03-02-2010 22:34:34

gdonwallace
Total newbie
Registered: 03-09-2009
Posts: 3

Importing from older version

I am currently using 0.9.6B WOAS.  I checked the website yesterday and noticed that I am 2 version behind.  Decided to download the latest and upgrade.  I found the import function, and ran that.  My problem is actually two-fold.

1.  The import is not getting all the pages from the prior version. (imports 137 of 147 pages)
2.  After the import is done, I have about 3 inches at the top of the page that are blank.  It has the top controls (forward, backward, home, etc...) Then around 3 inches of blank space from the line below the top controls menu and my wiki.  Also appearing in this blank space on the left hand side is the search option.  With it empty, when I click cancel, it goes away completely, but I am left with the blank space.

I have tried this on version 10.0.0-RC1 and 10.0.0-RC2.  I have tried to do updates through both versions, same result.  Have tried to "erase" the existing wiki and import on both, same results each time.

Any suggestions on how to fix this?

Thanks in advance.

EDIT: Forgot to add that I am running WOAS in FF3.5.7 on Ubuntu 9.10

Last edited by gdonwallace (03-02-2010 22:59:57)

Offline

 

#2 05-02-2010 19:07:03

legolas558
Administrator
From: Rome
Registered: 05-07-2007
Posts: 544

Re: Importing from older version

Are you getting this result by importing also CSS? Try leaving CSS out during imports; also can you get more info regarding the non-imported pages? Perhaps they are just special pages left out? Or they are of other types?

Offline

 

#3 05-02-2010 22:14:41

FBnil
WoaS typist
Registered: 13-11-2009
Posts: 141

Re: Importing from older version

This is the minimal CSS you need to display the div elements correctly, add them to your CSS and it should be fixed:

Code:

<style type="text/css">

#wiki_text {
    left: 16%;
    margin-top: 35px;
    position: relative;
}

#edit_page_title{
    margin-top: 35px;
}


div.wiki_header {
    top: 0px;
    left: 0px; 
    width: 99%;
}

#woas_pwd_mask {
    position: absolute;
    visibility: hidden;
    z-index: 99;
}

</style>

Offline

 

#4 09-02-2010 10:49:10

legolas558
Administrator
From: Rome
Registered: 05-07-2007
Posts: 544

Re: Importing from older version

as FBNil said, you will need to fix the CSS manually (or not import it at all) when upgrading from 0.9.6B

Offline

 

Board footer

Copyright © WoaS Project 2007~2010