I am currently developing some new node types, how can I define which of them will be searchable by the Drupal search module, and which of them won't be found by the search module?
I am building a module where i need product images from another side and store these in the db
I build a script that does this, but i cant get it to work in drupal. I dont know how to use the header('Content-Type: image/jpeg');in drupal.
header('Content-Type: image/jpeg'); gives errors because the header has already been sent.
I have just installed Drupal 4.7.4 and works fine. After I have installed ecommerce module. No errors reported. Activated all necessary module and setup access role as specified in docs. Good!
But I can't add a product, "no permission" error even to website administrator.
Perhaps I am just being stupid and have missed something obvious but could someone please advise on the following problem:
I have created a new node type with flexinode that contains a few text fields and an image field. That all works fine, but is there a way for the user to delete an image once they have uploaded it? I know they can replace it with another image, but what if they have decided that don't actually want an image to appear on that page anymore?
Is there something obvious in the image module or flexinode that I am missing?