Topic-icon Missing sourcecoast.css file when having files not in default location

Active Subscriptions:

None
I guess I dont have to explain .pls see error below
We use jms2win and files are located in different locations

NetworkError: 404 Not Found - www.domain.com/home/username/subdomains/...ogin/sourcecoast.css

Thank you
The topic has been locked.
Support Specialist
I'm not sure what's going on there. I've never used jms2win before, so you may need to help fill in how that works a bit more. The SCLogin module looks for the CSS files in a few specific directories. If they don't exist on your site, you'd need to make the proper modifications to point to the right location. We can help you with how.. or, if there is some jms2win documentation that shows a compatible way to find files in Joomla 2.5, 3.x and jms2win, we'd gladly investigate updating our code to work in that manner.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Alex
believe me you don't want to touch jms2win in order to find out where is the issue.
if you could just tell me where I can change the path would be the best option :)
The topic has been locked.
Support Specialist
Works for us :) The change would be in the /modules/mod_sclogin.php file. Around line 90, you'll see:
$paths = array();
$paths[] = JPATH_ROOT . '/templates/' . JFactory::getApplication()->getTemplate() . '/html/mod_sclogin/themes/';
$paths[] = JPATH_ROOT . '/media/sourcecoast/themes/sclogin/';
Those are the 2 paths that the SCLogin module will look in for the theme CSS files.

That location will likely change in the next major release as that mod_sclogin.php file is way to big and cumbersome right now.. either way, that should get you going for now!

Should you need anything else, just let me know.

Thanks,
Alex
The topic has been locked.