i've looked for a bit
trying to find an updated site with modules ......but to no avail
i tried shell front but they are all tooo old
any help would be aprieciated
okay i think i might have found another url
but i'm starting to think i'm editing the step.rc wrong
this is what i have and wont work
;------------------------------------------------------------------------------
; define critical folder locations
;------------------------------------------------------------------------------
PersonalDir "$LiteStepDir$profiles\$UserName$\personal\"
ThemesDir "$LiteStepDir$profiles\$UserName$\themes\"
;------------------------------------------------------------------------------
; load personal settings and theme
;------------------------------------------------------------------------------
include "$ThemesDir$themeselect.rc"
include "$ThemeDir$config\_compatibility_patch.rc"
IF ThemeIsOTS1Compliant
ShortcutsDir "$Desktop$"
ModulesDir "$ThemeDir$modules\"
include "$PersonalDir$personal.rc"
include "$ThemeDir$step.rc"
ELSE
ThemeIsOTS1Compliant false
ModulesDir "$LiteStepDir$modules\"
LoadModule "$LiteStepDir$NLM\NetLoadModule2.dll"
*NetLoadModuleSite "http://www.loose-screws.com/modules.php?style=list"
*NetLoadModuleSite "http://www.loose-screws.com/modules/"
NetLoadModulePath "$ModulesDir$"
NetLoadModuleDocPath "$ModulesDir$docs\"
NetLoadModuleZipPath "$ModulesDir$archive\"
NetLoadModuleAliasFile "$LiteStepDir$NLM\NetLoadModule.ini"
include "$PersonalDir$personal.rc"
include "$ThemeDir$theme.rc"
ENDIF
i have recycled and it still does not seem to want to connect to dl the modules could anyone tell me what i'm doing wrong?
the netloadmodulesite lines are wrong, use:"
*NetLoadModuleSite "http://www.loose-screws.com/download.php?netloadmodule="
*NetLoadModuleSite "http://modules.shellfront.org/"
*NetLoadModuleSite "http://www.ls-universe.info/download/modules/"
thanks for the help with configuration.
now it seems i cant find a host for the dlls
is there anywhere that does not compress the modules?
like a ftp feed?
they are all hosted in zip fashion because they contain the documentation and sometimes the source for the module. why is it a problem to get the zip'd files?