Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have just started "playing" with Drupal and I find it really great! Most of the functions are very intuitive and easy. However there is sometimes a point when it is necessary some help.
I have created a new content type. User must post some text through a form. Everythings works fine. But, on the teaser view of the page, the position of the links are before the body, what looks no good:
So i know i should do it using function template_preprocess_field. But not sure exactly how didnt used debug before. If anyone can please help :) Thanks in advanced.
I have a Content type COURSES which displays basic static information for a course: Title, Course Number and Course Description.
I also have a content type COURSE OFFERINGS that references the content type COURSE using an Entity Reference field. Each Course Offering displays specific information based on the Semester offered: Instructor, Date, Time, Location, etc. These variable all change based on semester.