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 was wondering if it would be easier to write a module to customize the links menu. By customize I mean add some icons to it, not just change the font/etc.
I managed to do what I wanted by manually editing the .module files that originally came with drupal, but if I ever upgrade, I will have to redo the changes, which is extra work I'd rather avoid.
Is there a "catch-all" function that will intercept all additions to the $links[] array that I can overwrite in my module? Also, is there a listing of all the links' text? For example "read more", "1 comment", etc.
I am not a really a developer but I have a good understanding of scripting languages like php. I've installed and configured my environment without too much trouble so now I want to progress to making new content modules.
Would anyone recommend a good one for me to emulate/work off of? I find that is a much easier way to learn then to struggle blindly. Id first off like to make a module to allow users submit lists to the site (ala my top 10 favorite....). Theses lists should be trackable from a users personal page as well as get listed on the homepage.
I saw that Dries updated CVS with a fix for the above bug -- but I am not sure how get an apply the fix. I have a new, relatively vanilla Drupal 4.2.o site.
Hi,
I've almost finished customising the RSS import module to add keyword filtering of stories (not the same as filtering feed sources), but I'm stuck on the last bit (I hope it's the last bit!).
I've added a new field ("keywords") to the "bundle" table, and a corresponding field to the bundle form page, but what do I need to set to actualy get the info from the form to the database? :?