This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

SXIP for Drupal 4.7?

Does anyone know if a SXIP module for 4.7 is in the works, or have luck changing the 4.6 module to work in 4.7?

Thanks,
Matt

Attaching existing images to nodes

Is there a module that allows images to be attached to a node without uploading through the upload module, and without inserting them into the main text with a tag or wysiwyg editor.

I am developing a site for a client that wants image inclusion to be as non technical as possible. My client wants a solution where the users choose the images to include and nothing more. He does not want the users to place the images in the main text themself.

I have not yet found that functionality in any module, but I ask here in case I might have overlooked something.

A common taxonomy and helper module - small step to big things

1) What is a Common Taxonomy, and why is it important?

A Common Taxonomy is a taxonomy that is available for use by lots of drupal sites. It will open up a huge range of community and social networking aspects.

There are several aspects to developing a Common Taxonomy.

1) The schema. I need to work with a techie to develop this, but it's not hard. I already know how to make it be language independent, and utilise folksonomies as a development tool.

2) Populating it. This I can do. I already have a 25,000 element proof of concept from a previous project - to which I own the IPR. Populating taxonomies is the slog bit that techies tend to avoid, but I can do it.

3) The Helper Module - a module that installs the Common Taxonomy and provides a set of editing tools so that site designer can reduce it to the parts that are relevent to their site, and make any local changes / additions they might need. This is what I need a coder for.

What are the implications?

On it's own this doesn't do much, but it lays the ground for a many new developments around allowing different communities (drupal sites) to form metacommunities.

a) Search - If lots of sites have taxonomy elements in common, then that implies that multisite searching can be done. As tagged nodes tend to be important ones, the fact that the searching is driven towards those that people have put effort into tagging will favour good docs being returned as results.

Can a block find out things about the page it's on?

Is there anyway for a hook_block function to find out things about the node it is rendered together with? And if there is only one node at the page or a list of them?

I've seen one solution:

if (arg(0) == 'node') {
  $node = node_load(array('nid' => arg(1))); 
  ...

Is this the recomended praxis? It looks like a hack, is it reliable? Will it work with path aliases?

Intergration of old site into Drupal

Going right to the facts, recently I got burnt by a so-called development team, "Esteban Media". Turns out they were a scam. They did, however, do at least a little work - enough to trick me into paying them before vanishing. For the past two weeks I've tried to contact them, but no answers anymore. I've already taken precautions and changed both Root and the site's password, of which they had access to. Now, I'd like to intergrate what work they actually did do into Drupal itself, and am looking for a developer to help with this.

after add new module i got blank pages

Hi community
I followed the drupal module development module. After adding the onthisdate.module I got blank pages. How
should i correct this error
Thank you
Thilina

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions