Hi,
I'm trying to run simple php code in drupal(print image in php), but when i use either header('Content-Type: image/jpeg') or drupal_set_header("Content-type: image/jpeg") page crush(without header page works but image is display as text).
I'm now wotking with:
Views 6.x-3
View Summarize
Views Data Export
My client are asking me to have a table sum(total) exported in an excel file and i'm working hard to try to do it.
But i'm in a doubt that it's is not a right behaviour:
Views show result table of query
View Summarize Sum each row and give the total sum
View Data Export "take" the stored value of each row and make the excel file.
My site's default language is French, and English is also supported. If I go to a page that I know has been translated, and then click on the language switcher link to go to the other language, my menus and blocks switch language, but the actual node does not switch. I have to click on the menu or block item in that language to bring it up.