KasperB Posted March 23, 2011 Share Posted March 23, 2011 Hi there, With all default modules you can edit the appearance of the module by editing it's css located in the theme/css/modules/module name directory. The corresponding css is automaticly added in the header.tpl file when the page is viewed in the browser. Recently I downloaded a new module. I wanted to edit it's css and created a new folder in the theme/css/modules directory with the exact name of the module. However, that css file isn't loaded into the page. How would I dynamically load css files for future added modules in the way that it works with the default modules? (Version 1.4) Link to comment Share on other sites More sharing options...
rolmitrea Posted April 3, 2011 Share Posted April 3, 2011 Hi,I have the same problem.Any news on this?Pls help.Thank you. Link to comment Share on other sites More sharing options...
NicoJa Posted April 5, 2011 Share Posted April 5, 2011 Hello,did you try : Tools::addCSS('', 'all'); you can find examples in ps code.best reagards Link to comment Share on other sites More sharing options...
melriks Posted July 3, 2011 Share Posted July 3, 2011 Ooops. Wrong thread for this note. Link to comment Share on other sites More sharing options...
tejinder Posted July 14, 2011 Share Posted July 14, 2011 Hi,I have the same problem.Thank you. Link to comment Share on other sites More sharing options...
NicoJa Posted July 15, 2011 Share Posted July 15, 2011 Hi,and is this solution solved your problem ? Link to comment Share on other sites More sharing options...
tejinder Posted July 15, 2011 Share Posted July 15, 2011 Tools::addCSS('', 'all');i try this but not working Link to comment Share on other sites More sharing options...
tejinder Posted July 15, 2011 Share Posted July 15, 2011 Tools::addCSS('', 'all'); This not working in new modules but its worked with default modules Link to comment Share on other sites More sharing options...
NicoJa Posted July 15, 2011 Share Posted July 15, 2011 Did you force smarty compilation ?I'm not sure to be able to help you, maybe you could post more details (example code, etc...) Link to comment Share on other sites More sharing options...
tejinder Posted July 15, 2011 Share Posted July 15, 2011 Module is attached Please check it Please help meThanks bannermanager_v0.6.zipFetching info... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now