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()
I'm trying to create two types of dynamic landing pages for a site using panels and views. My problem is that the current model I have in my head would require me to create dozens of views and dozens of panels for each taxonomy/term's landing page. What I'd like to be able to do is have a few views within a few panels that draw their content from different taxonomy/terms based on URL. Any advice on the situation would be helpful.