I've created a block that I am using for simple margin calculations. It works fine, but I'm wondering if there is a simple way to have the values auto-calculated rather than needing to hit the "Calculate" button? Is there a good way to do this with AJAX, or some other method?
I'm not a coder, so feel free to tell me what else should be improved/fixed. Thanks.
Hi! How would I attach a custom widget to an existing field type, lest say "Text" from my custom module.
If i define my own custom field type in my module I'm able to attach my widgets to it with hook_field_widget_info(), but I cant see to find a way to attach a widget to an existing field type from my module.
I have a problem adding new content from within my module. From the code of my module I am getting an article through soap. This is all working perfectly. But now I would like to be able to add it as a new page.
Just wondering if it's possible to modify the page title (the one in the address bar, not the one on the page) for just my home page. The way it appears now is "Front | Mysitename". I like this set up for the rest of the site but I want my homepage to just appear as "Mysitename" so it'll appear that way in Google as well.
For the purpose of a 'quick and dirty' translation, I would like to alter the standard email message that is send out after a user has been contacted by another user via the contact form.
(Attempts at using Drupal 7.7 in multi-lingual mode, failed, unfortunately.)
Similarly to the emails that can be configured at "Configuration -> Account Settings -> E-mails" , I am looking for the equivalent location to edit the email message that gets send out after a user is contacted via the conctact form.
I am searching for a solution for the following problem:
my front page should be updated by different users. they should have different templates and be able to fill them with nodes and blocks (optional).
I have solved it with panel nodes and custom layouts but it seem to complicated for me.
first, the add-form is to complicated for the user and it has way to many options (adding views, page elements etc). I am actually just using "add existing node". and I see no way how to set the permissions of the usage of the whole thing.