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

Event 4.3 - bug on month display

notice:

http://www.tbln.org/?q=event

The calendar says September 27 2003, but the event is actually scheduled for October 27 2003.

Thanks for looking into this.

George

HOWTO: Get amazon.module working with amazon.de and german books

To get the amazon.module working with amazon.de and the german language you have to edit the file AmazonSearchEngine.class.inc in the include directory.
2 changes have to be done:

var $server = 'xml-eu.amazon.com'; // was xml.amazon.com @Line#9

and

$url = "http://{$this->server}/{$this->server_xml_url}?{$version_text}t={$this->associates_id}&dev-t={$this->dev_token}&locale=de"; 
//appended &locale=de @Line#100

Thats all!
Tested and implemented: http://www.kloeschen.de/drupal/?q=amazon

How to get amazon module working in RC1 Problem + Solution

I discovered Problems with the amazon module and maybe more modules.
You will not see the amazon settings in admin/system/modules after activating it.

The problem is the missing informations in the amazon_system(...) function.
You will need at least something like

function amazon_system($field){
  $system["description"] = t("Make use of the webservices of Amazon.");
  $system["name"] = t("Amazon");
  $system["link"] = t("Amazon");
  return $system[$field];
}

After you have insert these variables in the amazon_system(..) function in your amazon.module you can make the needed settings and sell items through your site.

Tested and implemented at http://www.kloeschen.de/drupal/?q=amazon

--
German translation in progress

Blog Feed Does Not Include Tag

Apparently, the blog feed is not including the
tag. It would be nice if the module would do this, so that readers who subscribe to a blog via an RSS feed would know when particular items were published.

Dan

I have written an drupal module !!!

Hi,

this is my first drupal module.
I developed this, because i want to know the size of my MySQL Database.

Copy the module into the module directory an activate it on the module page.

Thats all.

Sorry for my bad english :-)

DarkDexter
webmaster of www.infostand.net

Downloadlink : dbsize.module

dublicated taxo in weblink.module:(

When i installed a weblink.module, i have created
a taxonomy vocabluary for it.
But when i`m viewing a weblink post - i see two taxonomies:
one is created by a weblink (at the bottom) and it`s needful other is created by node.module(at the top of a post) and viewed as a standart taxonomy.
So have 2 taxonomies for weblink posts and they both become not useful for visitor cause such situation addle and confuse them:)

some suggestions.

Pages

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