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.
In the views-list-MY_VIEW.tpl.php file created by the Views theme wizard, there are variables that can be used like:
$field_MY_FIELD_1_value;
$field_MY_FIELD_2_value;
The default template works great. Then when I tried to change the string and add some of my own stuff, I found that actually these variables have <p> tags before/after the actual field value.
For example, if the value of my "title" field is "First test", the actual value of the variable is "<p>First test</p>".
I'm adding links to my Primary Links menu, but I would like one of the links to open a new browser window. How do I do that? Any help would be greatly apreciated.
Does anyone know where/how to edit the footer in a simplenews newsletter. I've installed it, and have sent several test drafts and so far everying works great except I'm getting a "-- Footer will be appended here" message.
Probably very simple, but I can't find it for the life of me.
I have 3 images that don´t appear (question marks under Safari) and the drop down menus for font size, type show a weird like {lang_theme_defaultfont} and {lang_theme_default_size}
also, instead of the word PATH at the bottom of the window, I get undefined.
I have just uploaded again the TyneMCE module, installed it and even updated the modules.
The same thing appears in Safari and Firefox.
I'm experimenting with Views and CCK but I'm stuck.
My site has 2 CKK content types:
player
* Birthdate
* Team (text field select list)
* Length (text field)
* Position (text field select list)
games
* Date
* Visitors (text field)
* Team (text field select list)
* Result (text field select list)
I have created 2 views: games and players. These views will display all games and all players of all our teams.
Both views contain the argument "Team".