Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm looking for a module to help developers add js and css files on a per node basis. I don't want to give them access to template.php, just a simple interface to specify a node and the js or css files to add and the scope. This way custom interface effects can be included only when needed. Also makes the job of writing these ui snippets more compartmentalized.
Our goal is to keep the content and coding types truly separated. But, forcing developers to write custom modules to add effects is a time waster. Also makes upgrades harder.
I'm using the classifieds AD module as a job ads module (for my needs, they are essentially the same thing) and do not need anything bigger. The only problem I have is that I want to change the text at the top of the main page which by default shows "Classified Ads" (I need to change this to "Job Ads"). I can see this in any of the options for the module.