I new to drupal and I wanted to ask since I didn't know where to post this at. What I wanted to do was when I added a page to my web site. Are there options like to add images and files for download to the page. Like I have a menu at the top and one of them I wanted to add some files for downloading.
Am setting up a multilingual site. Would like to show content in the user's language (if content is available) and in the default language (if a translation isn't available). Documentation leads me to believe that the "Multilingual Settings > Selection > Content Selection Mode" section has a "When translation is missing, show content in the default language" option. Looks like the exact option I need.
I'm trying to store a new comment through comment_save, but I'm experiencing two problems.
1. Undefined stdClass::$cid
In comment_save() there is a check like this: if ($comment->cid) { (line 1470 in comment.module
But on a new comment, cid wont exists and therefore an undefined notice is shown. A better solution would be if (isset($comment->cid)) { maybe?
I am seeking a drupal programmer for two websites. One website would be starting completely fresh. The other may be theming. I'd want to speak to someone to see which is the best route to take.
I am not a programmer or a designer, so forgive me for not talking in "programmer" terms. Also, if any programmers can recommend any good designers, that would be great, too.
In my Drupal 7, I installed pathauto module but in its configuration options I don't see the "transliteration" option (as in Drupal 6).
Anyway, for the sake of a test, I added some content whose titles contain special characters (á,ñ...) and they get "removed" instead of "transliterated".
What can I do to get the same pathauto transliteration functionality as I used to in Drupal 6?