Seeking module developer

Seeking, Drupal developer experienced in creating an extension module.

As the Drupal expert you are responsible for the design and assurance that the module's integration is consistent with Drupal's ecosystem and easily consumed.

The module accesses 3rd party data that can be used to develop and conditionally present web content. The data consists of location and network information, and is obtained through a REST API. Contact me with your ideas and/or for more information.

Jquery / drupal.behavior...

Firstly, I apologise. I should be able to do this, finally got it working on Drupal 6 but now find myself back at square 1. More of a front-end guy so apologies for my lack of depth of knowledge, I am quite simply looking to call jquery in Drupal 7. I've tried in vain the official threads and a million searches...

1 div, on rollover to disappear and reveal the picture below, a nice effect! Could someone translate the below D6 code into the new D7 format for me. I have tried everything and cut and hacked a million examples but cannot get this working in D7. (Yes, I have placed the JQuery function tags in my js file!)

Anyway to convert

Drupal.behaviors.changeOver = function(context) {
  $('.img-above').mouseover(function(){
    $(this).stop().animate({"opacity": "0"}, 3000);
  }).mouseout(function(){
    $(this).stop().animate({"opacity": "1"}, 550);
  })
}

to my mind it SHOULD (but isn't, don't copy!!!) be something like this...

(function ($) {

  Drupal.behaviors.changeOver = {
    attach: function(context, settings) {
      $('.img-above', context).mouseover(function () {
        $(this).stop.animate({"opacity": "0"}, 3000);})
      $('.img-above', context).mouseout(function () {
        $(this).stop.animate({"opacity": "1"}, 500);)
      });
    }
  };

})(jQuery);

Is drupal a trademark?

Does someone has gotten a disapproved adword ad from google because were using drupal, wordpress or joomla words in the ad?
Is drupal a trademark, and do I need a permission to use it in my google adword ?

Sub Organization

I'm trying to create a student website for our class content, but want to have a section for clubs. I'm having a hard time thinking of the most efficient way to create a club section, assign specific users to editing it, and allow them to create more than a single page. If they were a blog of their own, they'd have the main page with a little intro, and then links to their by-laws, or their photo gallery, and maybe to their recent meeting minutes along with a page for their officers. But instead of being a blog of their own, I'd like it contained in the drupal site.

Error after attempted update: Invalid block size : 130

OK, I got a messge to install a security update of Media, I clicked the box to download and got this:

Downloading updates failed:

* Invalid block size : 130

Googling reveals nothing about what to do. What's up??

Render just the body field in Drupal 7

I would like to render just the body field of a node. Obviously I can get the body's value (or safe_value) and then echo it to the page, but is this the same way Drupal would actually render the field? I doubt it, since Drupal's rendering includes things like turning urls into clickable links. I basically want to use Drupal's method of rendering the body field.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x