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.
does not split the string at all. It works without the "u" modified in the pattern - but I need the "u" to handle possible utf8 strings which also pass through the same code.
I'm trying to link to some images from a module which are stored in the modules directory. I'm having trouble getting the urls to the images in both cases when clean urls are enabled and disabled.
I have a form with a fieldset and a link that call a jqueru fuction to add another fieldset alter the one. The first is collapsable, and I would like that the added will be collapsable too, so I write this function:
$('
...').insertAfter(...)
I put the class = "collapsible" but when the new fieldset is inserted this is not collapsable.
I've created a download site using CCK and views but there is an issue with how it's displayed.
Basically each rows listing has it's own headings but I only want the headings to appear at the top of each grouped term.
E.g. Cornwall Labels 2007 would have these headings at the top of it's list of results
Fuchs Code,Uploaded/Amended,Print Ready,Approved by,Description,Litre,PDF Proof,Artwork. Then the same for Eskimo Labels 2007 and so on.