Just a quick question,

I am using the rt_infuse theme and am having troubles with no error messages being displayed. I have

  <?php if ($show_messages && $messages != ""): ?>
          <?php print $messages ?>
        <?php endif; ?>

In my page.tpl.php.

Example: When entering say 'bob' into a field which requires an email address it highlights the textfield in red and displays no error, ie. Please enter a valid email address. Has anyone encountered this issue with any themes, or know of a fix?

Regards,
Sam

Comments

artofeclipse’s picture

check template.php file in the theme folder and search for the $show_messages and check how the theme deal with this variable, or maybe it's in the theme configuration page like a check box or something.