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'm working on changing the recipe node module. At the moment it performs drupal_set_html_head with some extra CSS.
The codefilter module goes one step further and uses drupal_set_html_head to point to an extra stylesheet (<st yle>@import etc), stored as codefilter.css in the module's directory.
In my module, I currently use theme_add_style(), because that seems to do exactly what I want. Is it the right function to use?
Anyone have any idea about allowing users to create their own forums under a certain container through the create content menu. Any one know which direction to look in in order to get that? I tried searching for it, and didn't find much.
Has anybody had any luck using the cvs version of Taxonomy Access Control module with 4.6? Anybody know why this module is still stuck at version 4.5.0?
I'm trying to create text links that, when clicked, could be linked to a function that would, in turn, set some stuff in a database to hide comments from a user's view. How exactly would I go about doing this? The focus here is, of course, text length and _GET variables.
I would put sample code, but it won't let me because it says my input is suspicous.