Drupal is up and running but how do I ...?

Qustions about "Magic" variables from Views theme wizard

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>".

Multiple Countdown Blocks

Is it possible to run multiple countdown blocks? If so, how?

Opening new window in Primary Links menu

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.

Simplenews: Editing Footer?

Hello.

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.

thanks in advance. TT

TinyMCE button images and menus appears weirdly

I run Drupal 4.7 with tyneMCE module for 4.7

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.

Any idea any one?

Thanks.

Stuck with Views and CCK

Hey everyone,

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".

http://cordoba.sohosted.com/drupal/index.php?q=games
This view displays all games of all teams

I can filter out all games per team with ?q=games/Men1 or ?q=games/Women1
http://cordoba.sohosted.com/drupal/index.php?q=games/Men1

http://cordoba.sohosted.com/drupal/index.php?q=players
This view displays all players of all our teams

Adding ?q=players/Men1 will only display all players of team "Men1", "Women1", "Boys1", ...
http://cordoba.sohosted.com/drupal/index.php?q=players/Men1

Now I have created a page to combine these 2 views (players and games) with the insert_view module.
http://cordoba.sohosted.com/drupal/index.php?q=overview

[view:players]
[view:games]

Now I would like to filter out all players and all games of team "Men1" with q=overview/Men1
http://cordoba.sohosted.com/drupal/index.php?q=overview/Men1

But this doesn't seem to work. Any ideas ?

Should I enter

Pages

Subscribe with RSS Subscribe to RSS - Post installation