Image upload and IE8

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?

change / add classes to the html wrappers of a views-row

Hello,

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:

A module like pastebin?

Hi,

I need some module that acts pastebin. I searched but did not found anything...

Ivan

Cannot theme a custom content type (ubercart prodcut class)

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.

Integrating Views With CCK

Hello everyone... Good day!

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:

Form API: default value does not change

Hi I have form element as follows:

<?php
$form['name'] = array(
      '#type' => 'textfield',
      '#title' => $title,
       '#default_value' => $name,
       '#size' => 40,
    );
drupal_set_message($form['name']['#default_value' ]);
?>

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.

Can anybody help?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x