For a multilingual website, the attached files of a node should also be dependent on the current language.
So for the english translation, the att./download should be the english file, for the german translation, the german download file.
At the moment, there is no possibility to add language dependent attachments.
Does anyone know a patch or something else for that?
This is probably a very dumb question.
to have variables such as $user and $pager_page_array able to be pulled into scope with 'global' do they not have to be in the scope above aka not inside a function? I have looked around and from what i could see there was never a point when either were not in a function and from what I understood that was not possible so im just a little confused!!
Hi,
I am a programming-newbie. Thats why I use drupal! :)
I created a site for my extended Family, a type of community. not everybody can login daily. Is ist possible to let a module send an email to the entire community if a new node is created? That would make things GREAT!
I am using Drupal 5.2 with BlueBreeze theme. I have created two blocks with own php + html code. When ever I call the css file for my code the Stylesheet for Blue Breeze theme overriedes it and make it uncomfortable. It runs smooth on normal browser but show miss aligned table format in block ( if called in drupal).
If i fix it a little change in style.css of the theme file then it works a little good in firefox but in internet explorer the right block simply goes to the end of the whole code.
Can we use the "path" attribute of link to call the callback function?
Is there is any way(using path attribute) to map the function?
I can see that they(drupal) have created the menus and use the callback to call the function.
but this are static menus these menus have to be there at every point. And i have to deal with dynamic menus.
I need a Module like a webform only I want when your answer an Question that you get a new Question reletative to the previous question. example: when you are by question 1 you have 2 anwser yes and no. Yes will go the question 2, and no will go to question 7.