It seems that image upload in Drupal 7.0 is having an issue on IE8. On upload, the image is only saved to the node if you save the node. Removing the image does not work at all. I have searched the forum and have found this issue, but people are saying that it is a problem with Jquery update, which I do not have installed. I also tried a completly new test instal with the same result. Images are correctly uploaded and removed in Firefox. Can anyone help me solve this?
Concerning this thread that I've started yesterday :http://drupal.org/node/1082450 I haven't found why it's not working, but I woke up this morning, changed something in node.tpl.php (can't recall which one, was not full awake :D), but now it's working lol.
Anyway, now this is working, I'm looking a way to "control" the div's that this view is generating. I have this as output now:
I have a very strange issue and though I have tried many different things cant find the cause. I have a custom content type, which is also a product class in ubercart, which cannot be themed. I have created a node--contenttype.tpl.php file and edited it, no luck. Then I tried using contemplate, and when I tried to edit the template through that module I get a blank white screen which is very strange. Then I thought maybe it was an issue with Ubercart and custom product classes, however if I create other product classes they can be themed normally.
I really need help... I've already exhausted every possibility...
Okay so here's my problem...
I have a CCK node type named "log" and I have a "view" that displays all nodes of type log in a table format.
What I want to achieve is to call the "node add form" of the cck log and place it on the first row of the table. I've managed to call the said form by using the snippet below in the "views template" that I made:
I change $name and $title variable with ajax callback. Title changes correctly. drupal_set_message also returns changed default value correctly but I still can see the original value in the form.