Parameterübergabe aus Termine an Kontakformular
am 16.05.2010 - 11:51 Uhr in
Ich habe das Termin/Eventmodul installiert.
Dort sollen sich die Anwender bei Interesse über ein Anmeldeformular anmelden können.
Event-Nodeapi.tpl habe ich wie folgt geändert:
<?php
// $Id: event-nodeapi.tpl.php,v 1.4 2008/12/17 23:00:20 killes Exp $
/**
* @file event-nodeapi.tpl.php
* Display an event in the node view.
*
* Available variables:
* - $node_type: Node type
* - $show_end: If the end date should be shown
* - $start_date: The unformatted start date
* - $end_date: The unformatted end date
* - $start_date_utc: The unformatted start date (UTC)
* - $end_date_utc: The unformatted end date (UTC)
* - $start_date_formatted: The formatted start date (Y-m-d), according to the chosen settings
* - $end_date_formatted: The formatted end date (Y-m-d), according to the chosen settings
* - $start_time_formatted: The formatted start time, according to the chosen settings
* - $end_time_formatted: The formatted end time, according to the chosen settings
*
* @see template_preprocess_event_nodeapi()
*/
?>
<div class="event-nodeapi">
<div class="<?php print $node_type ?>-start dtstart" title="<?php print $start_date_utc ?>"><label><?php print t('Start: ') ?> </label> <?php print "$start_date_formatted $start_time_formatted" ?> </div>
</div>
<?php if ($show_end) { ?>
<div class="event-nodeapi">
<div class="<?php print $node_type ?>-end dtend" title="<?php print $end_date_utc ?>"><label><?php print t('End: ') ?></label> <?php print "$end_date_formatted $end_time_formatted" ?> </div>
</div>
<?php } ?>
<?php if (variable_get('configurable_timezones', 1)) {
$zone = event_zonelist_by_id($node->event['timezone']); ?>
<div class="event-nodeapi">
<div class="<?php print $node_type ?>-tz"><label><?php print t('Timezone: ') ?></label><?php print t($zone['name']) ?> </div>
</div>
<?php } ?>
<br>
<a href="http://drupal/contact/anmeldung">Anmeldung<br> Wie kann ich es nun so machen, dass der Termin im Betreff, der Event-Inhalt im Anmelde-Inhalt erscheint?
Welche Parameter muss ich im Linke einfügen?
Um Hilfe wäre ich dankebar.
Viele Grüße
Lord Sinclair
- Anmelden oder Registrieren um Kommentare zu schreiben

Neue Kommentare
vor 2 Wochen 15 Stunden
vor 2 Wochen 1 Tag
vor 2 Wochen 2 Tagen
vor 2 Wochen 6 Tagen
vor 2 Wochen 6 Tagen
vor 3 Wochen 3 Tagen
vor 3 Wochen 3 Tagen
vor 3 Wochen 3 Tagen
vor 6 Wochen 12 Stunden
vor 6 Wochen 1 Tag