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'm using Views to create a news summary page with teasers from pages bearing the taxonomic term 'News'
I'd like to customise precisely what fields are shown in these teasers so i can remove who posted them, and the read more link at the bottom (for instance).
Ideally this should be in its own .tpl.php file for ease of maintenance and seperation of code.
I've looked at several ways of doing this that focus on 4.7 after spending the afternoon searching the site / web but nothing seems to precisely work on 5.0.
Recently I've installed Drupal 5 and began creating my own theme for it. I managed to get most of it working but there's one problem I can't fix. I'm getting really desparate at the moment. I think it's a css float problem. Please take a look on the difference of both pages underneath. You first have to login. I've created a test account. Username: testuser, password: test123.
I'm trying to figure out were the function to create the menu is. Cause right now under my menu I have a line which is not suppose to be there and It's not in my CSS file. So I'm guessing that the problem reside in the function. So I'm looking for this function newsportal_primary_link()