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 have a View (page) that displays a list of past and future training courses in table format. I'd like to be able to apply a different style to fields that contain courses that are older than today's date. Is it possible to read the date field as the page is loaded, applying a CSS class that would distinguish table rows containing past courses from those rows that contain future courses?
I know I could create two blocks and use a filter on each and have them appear on the same page but that would introduce some unwelcome overhead.
Had a perfectly functioning page set up with the "Panels" module, but suddenly all content is gone. When I go to the page backend through panels, I can't even add content anymore (see screenshot):
On the first D7 production site I build I have run into a problem. When editing a normal page, the text format selection and therefore the text CKEditor does not show up. Also the switch between plain and formatted text doesn't show.
I have tried both WYSWIG and CKEditor modules and both show the same problem.
Hi! I have a basic problem with understanding the drupal patch-system. After downloading / opening a patch file (*.patch), what do I do next? Should I apply the patch manually by directly editing the concerned file or is there a way to patch a file by executing some kind of script (like "patch -file:xxx.inc -use xxxpatch.patch") Thanks for help!