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?
I am using the image.module 4.7.x to have images posted on my site. If a user uploads an image with the image.module that is larger than my php.ini settings (currently 2mb) I get the warning:
The selected file /var/www/files could not be copied.
Subsequently, within my /files/images/ folder this creates files, files_0, files_1, etc... with 0kb file sizes.
Also, a new node is created with just a title (and any body text if it was entered), but no image.
Does anyone have insight into how I can print a nodeteaser (nodeteaser.module) teaser in the BODY of a node?
I've written custom teasers using nodeteaser for hundreds of nodes, and had only been using them in teaser views up to now. I'd now like to display them in the body of nodes by calling them from my node.tpl.php files (and apply stylesheet-based formatting to them.)
I could use any advice in full php snippet form, as am not very PHP conversant myself. Thanks in advance.