Google Gadgets!

So I've written two Google Gadgets recently (http://www.unitorganizer.com/google/algebra/algebra.xml and http://www.unitorganizer.com/google/towersofhanoi/towersofhanoi.xml) and found the process to be extremely easy, given that I had some mini-applications already.

So then I wondered to myself, would it be possible to point the url of a Google Gadget at a MENU_CALLBACK in Drupal?

The specifications of a Google Gadget require xml, in a form similar to:

<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="My first gadget" /> 
  <Content type="html"> 
  <![CDATA[ 
    <B>Welcome to my first gadget!</B> 
  ]]> 
  </Content> 
</Module>

So then I thought, it must be possible to turn all sorts of Views and blocks into Google Gadgets, simply by hijacking the code and presenting the correct headers etc...

Anyone interested in helping develop something like this? I'm really not a Views guru, but I can create a callback pretty easily. Presumably Google will even let us submit our URL ourselves to their handler for content directory submissions. We could then create a module that would allow users to post Views that would normally show up in a block (because these are Google Gadget sized) to the Google Gadget directory. We should even be able to create a link that lets the person add the View to their homepage automatically.

Views & CCK: searching "exposed filters"

Look at site (in Dutch,language doens't matter)

You can search a small database, and you can use some filters. I'm using Views and CCK.

How can I change the options? Now you can choose bigger than, bigger or equal than, equal to, not equal to, smaller than, .... I only need two options: smaller than and bigger than. In the views-module i don't find that option.

Insert multiple content in a same post.

Hi,

I'm looking a module for creating multiple content into the same form.

I've a very lot of content to insert in database, and i would like to have possibility to enter most possible in the same page.

If you know this type of module, ..
thanks ;)

Nico.

paypal

Hi Guys

I am looking for a site that uses drupal and also paypal for donations, just to see
how I can incorporate it.

Thanks
DD

After upgrade : user warning: Duplicate entry '4-4' for key 1 query

I have recently upgraded a website from 4.7.x to 5.1.
Now when a uer try to post as story it get following error.

user warning: Duplicate entry '4-4' for key 1 query: INSERT INTO node (nid, vid, title, type, uid, status, created, changed, comment, promote, sticky) VALUES (4, 4, 'Aussies savour hat-trick', 'story', 1, 1, 1177868566, 1177868566, 2, 0, 0) in /mounted-storage/home50c/sub008/sc34239-FQOW/ims/includes/database.mysqli.inc on line 151.

------
Sharique

customize the search.module

I haven't found anything after hours of looking here and other places about how anyone has accomplished this. Any help is greatly appreciated!

I've used the profileplus module to extend the search.module functionality to just handle profile searches. I've configured the user profiles to allow the users to select options from a dropdown box (location, etc).

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x