This is what I learned after trying for 2 weeks to create a website with specific features, something I can do in 2-3 days using Drupal 6.
First, most modules are in "dev" state and need special configurations not mentioned in any documents to make them work. Then there are some simple features in Drupal 6 (like embedding Youtube videos) that are not available in Drupal 7. If you are thinking Media Youtube is the module for that, try making it work and you will know.
Oh yes you can definitely make a text-only blog with Drupal 7 :)
i don't know what i did, when i click add new contents, nothing appears, the list of contents vanished, i don't know why this is happens, please help me, i searched on the internet but i didnt found anything.
I'm having a "scratch my head" day with this one. I'm trying to hide the node's title for certain pages.
In Drupal 6 I was using the Barlow theme and I copied the node.tpl.php file to node-notitle.tpl.php.
"notitle" is the machine readable name for content type nodes without titles. In this file I simply commented out the " <?php print $title; ?>
" and saved and it worked great.
Recently moved over to drupal 7 and for the life of I can't seem to do even the rudimentary tasks.
If someone would be so kind and show me how I can display records from the database I would be ever so grateful as well as using a separate database to display records.
I made custom template for customer node type node--nodetype.tpl.php.
How can I link css file from outside, without any modification of original theme?
First I thought that drupal_add_css() function will help me, but soon I understood that css array was completely build before my template file was loaded. I i'm not able to modify it.
Of course I can put css code into template file, but this is not clean solution!
Any ideas?
I recently decided to switch from WP to Drupal as my organization revamps its website, I am currently using GoDaddy.com for hosting and upgraded my php to 5 as is required. I am basically having trouble accessing Drupal after I install. I did both GoDaddy Installation and FTP Installation.