I've got one site now that was left without updates for a while. I'd like to get it updated as quickly as possible so would it be safe to go to the most recent version of Drupal 7 which would skip close to 10 releases? Or should I do it in smaller stages?
OK I understand how to display a select list and a submit bottom.
OK I understand also how to display "hellow world" in another module.
But I don't understand how to have my "hellow world" or something more complex after my form, in same page. In the page callback I have my form, so I cannot in the same time have a function with a return t().
I am using Bootstrap theme in D7. I'm creating page--front.tpl.php and page.tpl.php in my sub-theme.
I need to override page.tpl.php for one of my content type node display. My content type machine name is "latest_article". I tried: node--latest_article.tpl.php , page--node--latest_article.tpl.php, latest_article.tpl.php , and many more. I tried flushing cache each time. None of these works. When I load the article, it still shows page.tpl.php that exists in \sites\all\themes\MySubtheme\templates.