I would like to be able to search other Amazon items with this:
* DVD's
* VHS
* CD's
Also the ability to put a block on the home page.
I would like to be able to search other Amazon items with this:
* DVD's
* VHS
* CD's
Also the ability to put a block on the home page.
Comments
Comment #1
Prometheus6 commentedExpanded search types is definitely on the way.
This module is in a very early stage of development. It actually is very independant of Drupal other than for presentation. Adding a sidebar block or two is probable, but I need to think of the best way to do it. The module stores nothing other than configuration. A block would need storage of something...at minimum a list of ASINs (which would mean a new query to Amazon with every page load), at most a new node type (which would keep it independant of other modules).
So there will most likely be a block available for each search type. But it won't be the first thing done.
Comment #2
transwarptim commentedThanks for the update. I look forward to seeing updates
A quivk question for you if I may: what do I do wht the patch file that's in the download?]
Tim
Comment #3
Prometheus6 commentedActually, throw it away. It was in my local development directory when I committed changes.
Comment #4
transwarptim commentedThen you should be aware that the file I downloaded doesn't do anything; you install the module, it shows up on the main menu and when you actually sibmit a search you get a blank page no matter what you submit.
Here's my system info in case you're curious:
http://www.transwarphosting.net/support/phpinfo.php
Tim
Comment #5
Prometheus6 commentedInteresting. I will admit I am NOT a sysadmin. The only thing I see that might have an impact is that you're running Apache 2. I don't see much of that.
Comment #6
transwarptim commentedThat's unlikely to be the problem (all of th eother modules work fine) but thanks.
I take it you are still running apache 1.3 on your test box.
Tim
Comment #7
Prometheus6 commentedActually, Windows XP Pro and IIS on the test and development machine, Linux and Apache 1.3.something on the live site.
I committed a few changes the other day. I hope it works for you because I added music and video searches.
Comment #8
transwarptim commentedDownloaded and installed the newset CVS version:
warning: call_user_func_array(): First argumented is expected to be a valid callback, '_amazon_search_page' was given in /home/awalktor/awalktorememberonline.org/html/includes/menu.inc on line 351.
When I click on Search For Books on the mainnavigation menu.
Any ideas?
Comment #9
Prometheus6 commentedIf you have Drupal 4.5 installed you'll have a problem with the CVS version and will need to use the 4.5 compatible release.
The CVS version integrates the Amazon search pages with the site search page. That can't be done with 4.5.
Comment #10
transwarptim commentedokay thanks
Comment #11
Prometheus6 commentedPutting the title back (duh!)
Comment #12
transwarptim commentedThe 4.5 version is installed but I have the same problem as before, I get a blank page as search results (completley white with no error or anything). The new categories DO show up now however.
Tim
Comment #13
Prometheus6 commentedYou don't have domxml installed. That is necessary to handle the XML returned by Amazon.com.
I'm closing this now, but I'll make a note that domxml is needed to use this module.
Comment #14
transwarptim commentedJyst ti ket you know I installed the php-domxml RPM and it works like a charm now. THANKS!