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 want to make a minor change in image module. I want that when an image is previewed or viewed the first links below should show Copyright information instead of current "By ".
I have gone through image module but cannot find the code that needs to be changed for achieving this. Where should i hack image.module/Drupal to achieve this.
I have created a patch to bring the search improvements from HEAD to drupal-4.5.2. Thanks to pyromanfo who has done all the work and created the patch for drupal-4.5.1.
I noticed that the search.module does not parse out the bbcode from bbcode module. I was able to easily fix this in the search.module, but was unsure for which module to file the bug? Obviously, you don't want contributed modules changing core modules, yet core modules may not be aware of all contributed modules. Anyway, let me know which module to file the bug for and I will submit my most likely overly simple regexp patch.
I am currently creating a simple module to notify me about upcoming events.
I would however like some feedback to whether I should make it really small and simple, or if I should enable a lot of settings and options.
Can anyone point out how I can change the "members" title that appears when looking at my members modules. In other words... on page.....?q=members the title shows up as "members". Now far be it from me to pick on grammer and such, but how can I change that to "Members" or "Monty's P's Flying Circus" or anything by "members".
I dug around in the members.module file and could only find a title spot in an array but that appears to alter the Link in the menu.