Hi guys, i'm newbie in Drupal and i'll like to learn more about this fantastic cms, actually i try to superimpose blocks, i mean, i want to apply the css "overlay" to show the first block over the second block, is it possible?
Hello everybody,
I want to modify $row in unformatted theme view. I have a field as field_application_file in my content type.
Now i want to insert html and display that field. example:
print $row->field_application_file;
However it doesn't work. How to display $row->nid, $row->title, $row->body,... in this code:
I have written a tutorial for Drupal on how to install a Zen sub-theme. Over my time as a developer I get a few questions every once in a while as to which framework I develop in and how do I get started? I wrote this short with images to help our beginning Drupal users. (If I posted this in the wrong section, I apologize.)
I'm having terrible trouble with a site issue and have searched and searched for a solution.
I've created the following site using Drupal 7 and a modified TouchPro theme: http://www.thechinascholar.com
I am currently using the News Centre theme, and have come across a very puzzling issue. I have searched throughout the forums, but found the information provided a bit more complicated (which puzzled me even more).
Basically, I have been asked by my client to reduce the length of the summary / teaser shown on the front page to a maximum of three lines, and the length of the title to a maximum of two lines.