I've read everything I can find on autocomplete and I believe I've implemented everything I need to, but still it's not working for me.
The callback function is working fine and gives the desired results when run directly {"x": "x"}, and the form is showing me the throbber when a change is made, however it just spins for a while then does nothing.
I'm running version 5.1, and have tried both the latest versions Firefox and IE, with the same result. I'm in a Windows environment, running Apache 2.2.
I'm writing a module with a custom content type that has an extra tab (MENU_LOCAL_TASK). After creating a new node and/or editing one, I would like drupal to swith automatically to that new tab instead of to the view page.
A friend of mine has a blog I want to feed into my site using Leech so the content turns into nodes. His account in on blogger.com / blogspot.com but when I try and submit the page with the feed url I get a message:
leech URL not allowed blacklisted. I dont have any blacklist rules in the module admin settings?? Should I try an alternate type of feed for this page thru Feedburner or something?
I tried changing the store view to a list or teaser but then you cannot have the "add to cart" next to each item. Also it still showed the full content - I guess I would need to add breaks... however ideally I would like to just show the title of the item (with link to full node), a picture and a buy button. Any thoughts on how to do this without adding a break to each product description?