RUNCMS 1.1
----------

--------------
Clean Install:
--------------
Point your browser to /_install/index.php, and then choose install.
After follow the onscreen instructions.


-----
Upgrade from Runcms 1.0E use the upgrade kit made for this!!
-----

-----
Upgrade from E-XoopS 1.05R3
-----
Point your browser to /_install/index.php, and then choose upgrade.
After follow the onscreen instructions


--------------
OBS!! OBS!!!!
--------------
New template and menu system in this version::::

The menu system is change to a new one in RUNCMS
There is a security plain version build in but to take advantage off the new you have to either use one off the opgraded / new themes or us this:

Upgrade kit to your old theme
--------------------

If you want to use your old theme all you have todo is copy the menu dir in the runcms themedir to you own themedir.
In your menu dir schould now be:   default.css and menu_style.css 

then open your style.css locatet in your themedir/style.

And in the top ad this:

@import url(../menu/menu_style.css);

To change colors in the menu goto yourtheme/menu/menu_styles.css and make changes that suite you theme.



to upgrade to use the template avaible from runcms 1.1 then this only if you want use this templates system :

added a function  in your  themes.php file
 
function themebox_template($title='', $content, $show_template) {
          $dir  =   XOOPS_ROOT_PATH."/themes/".XOOPS_THEME."/template/";
          include($dir.$show_template); 
          }
 
and add the copy the template directory to your theme like this:

/theme/(the_theme)/template
 
to easyer understand look in the buttom off suply exampletheme.php in this kit





More Theme Both updatet and new  will be/are avaible on http://gordon.farsus.dk


----------
1.05RevXX:
----------
Upload & overwrite all files except mainfile.php

Point your browser to /_install/index.php, and then choose upgrade.
Select 105-105Rev3
After follow the onscreen instructions.

Will upgrade to 1.05Rev3 DB Structure.


----------------------------------------
Pre 1.05 & xoops 1.3.4-1.3.8 (1.3.10 ?):
----------------------------------------
Look here for older upgrade packages to get your version up to at
least 1.05 -> http://prdownloads.sourceforge.net/exoops/

Or follow the upgrade procedure mentioned above.
Select pre105-105Rev3


NOTE:
No upgrades are availiable for Xoops 2 or other CMS's