I have been experimenting with Drupal for about a year now. I know how to install, set up and theme a Drupal site but keep running into bumps along the road working with Views and CCK...as I'm sure many newbies do. I need someone who I can run to when I need help on an ongoing basis and who has a reasonable rate.
I try and try but can't win to create a views slideshow who displayed the result of multiple images field of one node.
I have apply Views, Views slideshow, Views slideshow:cyle, upload the jquery.cycle library... But nothing to do : my images are displayed one under one, and no slideshow want to run.
I am a french lost Drupal beginner. I am a programmer (C, C++, php, CSS, ...), so I am used to think with Oriented Object Programmation. So, for the moment, I m trying to understand the logic or philosophy of Drupal programming.
At first, is there a correspondance between OOP classes and modules ? Or are classes like content types (in that case, i don't understand where i can add methods) ?
I've searched the forums and googles, but can't seem to find the drupal 7 equivalent of the drupal 6 user-login.tpl.php. I tried user--login.tpl.php to no avail. How do I theme the login page?
OK so i am new to drupal. I never used Drupal 6 and know more than the basics for drupal 7. But one thing that i need to know while i am creating my drupal theme is how to specify a node.tpl file for a content type. Ex. I have a content type named Blog. i want to create a file to change the look of all the blog nodes that it creates. While i was online i learned that in Drupal 6 you just change the file name to node-(content type name).tpl.php it didn't work for drupal 7. can anyone please help me.
For my site, I created a custom content type as a node. I now need to find a way to remove the name of the creator when this node is displayed. Can someone point me in the right direction?