Need help integrating with Rainlendar 0.22.1 Thread last updated on 2006-05-30 07:26:10

Posted by member 327706 on 2006-05-27 07:40:32

Is there an easy way to do this? The LS build I dled (0.24.7) had 0.18 ver of rainlendar installed and I want to switch it to the new 0.22.1 ver.

I tried editing the step.rc to point to the modules dir where I put the rainlendar folder from the zip and the theme.rc to point to "*NetLoadModule rainlendar-0.22.1"

Now it works....but it looks like this
http://i3.photobucket.com/albums/y96/Asudef/rainlendar.jpg

What else do I need to do to make this work? I dont know where to get to so I can edit the rainlendar.rc in the themes/austerity/config directory.

Thanks

Posted by member 327706 on 2006-05-27 10:59:37 link

Ok I got it working by putting everything in the Modules dir and pointed everything to it. But now everytime I recycle it tells me that it cant find the standard skin ini and is defaulting to the next available one.

Is it litestep thats looking for that ini or is it Rainlendar? Where do I go to change it?

Thanks

Posted by member 212670 on 2006-05-27 14:06:40 link

You'll want to check out (maybe comment) the rainlendar settings in your \litestep\personal\personal.rc file.

Posted by member 5575 on 2006-05-27 23:26:06 link

The default skin config has changed a bit - you should look at the docs and update your paths (for rainlendar) accordingly. I have all of these set in personal.rc:

RainlendarPath "$PersonalDir$rainlendar"
RainlendarEventsPath "$PersonalDir$rainlendar"
RainlendarLanguagesPath "$PersonalDir$rainlendar\languages"

And these are in the theme.rc (module version and/or skin-specific settings):

RainlendarPluginsPath "$ModulesDir$$calendarModule$"
RainlendarSkinsPath "$ConfigDir$Rainlendar"
RainlendarCurrentSkin "Default"
RainlendarCurrentSkinIni "default.ini"

CalendarModule is the evar I use to store the name and version of rainlendar I use, so it points to a specific subfolder of the modules directory - the one for that version of rainlendar.


You may also need to add settings for the event list and to-do list, as they may not have been present in the older version you DL'ed.

Posted by member 327706 on 2006-05-30 07:26:10 link

Hmm, thanks.

I didnt do it the same way but it works so Im not complaining. All the events, todo and plugins work just like a normal install.

Just for futre reference:

I unzipped everything into ModulesDir minus the .exe

And this is what I have in the following rc's:

--------------------------------------
Theme.rc
--------------------------------------
IF RainlendarOn
*NetLoadModule rainlendar-0.22.1

IF RainlendarOn
include "$ConfigDir$rainlendar.rc"
RainlendarPluginsPath "$ModulesDir$\rainlendar-0.22.1"
RainlendarSkinsPath "$ModulesDir$\rainlendar-0.22.1"

RainlendarCurrentSkin "Shadow3.1"
RainlendarCurrentSkinIni "English.ini"


---------------------------------------
step.rc
---------------------------------------
RainlendarPath "$ModulesDir$rainlendar-0.22.1"


---------------------------------------
personal.rc
---------------------------------------

;------------------------------------------------------------------------------
; personal settings: rainlendar
;------------------------------------------------------------------------------

;--> paths to rainlendar.ini, events.ini, and rainlendar language files
RainlendarPath "$ModulesDir$Rainlendar-0.22.1"
RainlendarEventsPath "$ModulesDir$Rainlendar-0.22.1"
RainlendarLanguagesPath "$ModulesDir$Rainlendar-0.22.1\languages"
RainlendarPluginsPath "$ModulesDir$Rainlendar-0.22.1\plugins"
RainlendarSkinsPath "$ModulesDir$Rainlendar-0.22.1\skins"


--------------------------------------
rainlendar.rc
--------------------------------------
RainlendarSkinsPath "$ModulesDir$rainlendar-0.22.1"
RainlendarCurrentSkin
RainlendarCurrentSkinIni English.ini