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.
When a user choose "Add new comment" in the article or choose "Reply" to a comment already posted, drupal opens a new page with the original content and with the comment textarea to the reply text.
This is not a big issue but I want when the user clicks the "Reply" link instead go to the comment box at the bottom of the current article without opening a new page...
Is there a way to use a template file like fieldset.tpl.php to theme a fieldset?
Or it can just be theme using theme_fieldset() in a template.php file?
I have Feeds module (version 7.x-2.0-alpha7) and Tamper (7.x-1.0-beta4) installed, a content type is set up and a csv. The mappings for the node processor has been mapped. I have managed to import nodes correctly for most fields, but the date field has issues.
The csv has cells formatted like so 7/3/2013, but i want them displayed as 7 March 2013. Im using Views to display the feed items (these items are simply news articles).