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

gsitemap with clean urls disabled

Hi all.
I can't enable clean urls on my web site, so to use gsitemps, I've solved the problem uploading alternatively the following scripts.

The simpler:

     print file_get_contents(
         "http://www.diegobelotti.com/?q=gsitemap"
     );

This one needs a writable file in your site root called gsitemap.xml:

Trying to update CreativeCommons module

Hello,

I have been trying to update the creativecommons module (http://drupal.org/node/17497) . I have updated the forms using the form update module.

Can someone help me in debugging this? Look at the file here : http://pushkar.net/creativecommons.module.txt

Thanks
Regards
Pushkar

category wrapper module broken

The category module ships with a taxonomy wrapper module which is supposed to invisibly maintain the taxonomy tables as categories are added and maintained.

I am getting this error message (It prints 4 times):

user warning: Unknown column 'Object' in 'field list' query: INSERT INTO term_node (nid, tid) VALUES (36, Object) in THIS_IS_MY_WEBSERVER_ROOT/httpdocs/includes/database.mysql.inc on line 120.

The records never get inserted into the taxonomy module.

I assume something went wrong during the wrapper install. Anyone know how to fix this?

Option to publish only the HTML... no breadcrumb, no node title, no submitted by...

Does anyone think that giving the user the option to include or not include the breadcrumb, page title, and submitted by information, in the node would be a useful addition to Drupal?

They could appear as check boxes

[__] include breadcrumb

[__] include page title

[__] include submitted by

If the user chooses not to include these items, only the HTML body would appear on the page.

Feedback please...

Image module automatically makes image node into a category

Greetings,

I've installed the latest image.module (4.7.0, 25/10/2006) and I've enabled it. The problem is that it makes the image into a category so that I have images that are categories which is definitely not what I want. I would like to disable this but don't know where to do it. I've gone to administer>settings>category and administer>settings>image and administer>settings>image_assist and administer>settings>content types and administer>category. I disabled image_galleries thinking maybe that was the problem but no such luck.

Gallery 2 modules dont appear under Modules

Im following the instructions to install Gallery2 as a Drupal module at: http://drupal.galleryembedded.com/index.php/Installation

I dont know what it really means in step 4 so I just copied the entire folder, including the folder itself to the modules folder in the drupal installation. So I have a modules folder inside another modules folder.

So when I get to step 5 I dont see the graphics module in administer > modules.

What am I missing or doing wrong? Please help.

Pages

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