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.
This may sound stupid, but I can't figure out a way to have the module output at the top of each node, next to the title or something. Preferrably if it's possible I would like to call a theme_function() there.
I'm sure it's somewhere in the code, but I can't find it.
I have a few heavily modified modules which I want to load first. How do I control the load order?
4.5 had module_load function..which could have been useful but is not there in 4.6. There doesnt seem to be a function that will let me load a specific module first.''
Also, this probably isnt the most efficient way to do it anyway, if I want 3 or 4 modules to be loaded first.
Specifically, a contributed module 'evaluation.module' tries to print a theme even before the taxonomy_theme, taxonomy_menu etc modules are invoked.
Is there some documentation somewhere explaining how to create a new flexinode field type? It's clear that there is a naming convention, e.g., "field_typename.inc", but I haven't been able to find any documentation explaining what all the functions are supposed to do inside the .inc file.