Interworx Login?

I am still trying to get to know interworx. I changed the theme to Cool Freshness, but the login page for nodeworx or siteworx didn’t change to Cool Freshness. How do I change that?

Thanks

Not sure, but maybe you need to do a forced refresh (CTRL-F5) on your browser?

I tried that. The cool freshness theme is applied to nodeworx and siteworx but the login screens for both of them is the default theme. I would like the cool freshness theme applied to the login pages.

bmartin, I believe you need to edit /home/interworx/iworx.ini and change the default theme under:


[iworx.templates]
default="interworx"
nocworx_dir="/home/interworx/siteworx/smarty/templates"
nodeworx="[B]your_theme_here[/B]"
nodeworx_dir="/home/interworx/nodeworx/smarty/templates"
nodeworx_shortpath="nodeworx/smarty/templates"
siteworx="[B]your_theme_here[/B]"
siteworx_dir="/home/interworx/siteworx/smarty/templates"
siteworx_shortpath="siteworx/smarty/templates"

-tsl-