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.
Hey,
I'm developing a module, its working name is block_updater.
This module makes quite heavy use of another contrib module called multiblock. While developing I felt the need to slightly extend the functionallity of multiblock.
I needed to modify some functions in multiblock by adding additional parameters to them (and some code). These changes doesn't break any of the existing multiblock code. Nonetheless I have no idea how to integrate those changes if I would want to release my module to the public further down the road.
Question:
If I need to extend the funtionallity ("hack") a contributed module when developing a module how do I do it?
I installed Drupal, and I would like to have my website in Cyrillic font. When I try to add new page, with a Cyrillic Title I get some database error. Please tell me what should I change in order to start to use Cyrillic fonts with Drupal 7.x.
If I'm not posting in the right place I apologize upfront. I'm using Drupal 7.0 configuring on my local machine in an XAMPP install. I installed the wysiwyg module and have tinyMCE as the editor for the full HTML profile. I find the place in the configuration screen to select to use the default theme in the TinyMCE content pane. That didn't work. Then I created editor.css to hold only those tag formatting elements that the users will be able to use from within TinyMCE. I pointed directly to that file three ways (not sure what was going to work from the admin overlay)
I've coded up a custom trigger in 7.x in a custom module.
When a new user is created, my action fires. I want access to the values entered in the user form, except trying to grab values from the USER form from the user module in my module doesn't seem to work.
My Drupal 7 site looks as I expect in Firefox, but in Internet Explorer 8 the menu up top is squished and I don't have access to 'Clear Cache' from the development bar at the top of the site. I've tried consolidating my CSS files via the Drupal interface since I remember too many CSS files caused IE problems in Drupal 6, but it's not making any difference here.
IE is also showing a red X for a picture it's looking for but can't find (which doesn't show up in Firefox).