Hello:

I have just installed this module, but the "Forward Instructions" are not showing at the top of the forward form and also no "Thank You Message" does not appear after the submittal of the form (I am just redirected to the forwarded page).

These are the relevant configuration items about my Drupal system:

1) Forward 5.x-1.12
2) Drupal 5.3
3) PHP 5.2.4
4) Beale Street Theme

Thank you.

Comments

seanr’s picture

Does your theme's page.tpl.php print out the $help and $messages variable?

brazooka’s picture

Actually, it does. Those two variables are printed in sequence right before $content:

        <h1 class="title"><?php print $title ?></h1>
        <div class="tabs"><?php print $tabs ?></div>
        <?php print $help ?>
        <?php print $messages ?>
        <?php print $content; ?>

Thanks.

jamesmbaker’s picture

Sort-of same problem here; confirm message shows up, but not the instructions.

seanr’s picture

Status: Active » Fixed

Fixed in CVS (DRUPAL-5 branch) and should show up in 5.x-dev later today or tomorrow. It'll also be in the next release (cleaning up more stuff first).

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.