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
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.
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.
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:)