my site address is http://sanjoy.jhenaidah.net The problem is, redirect front page without display any message after submit register form (for create new account) by visitor.

thanks-

Comments

sanjoy_jhe’s picture

Assigned: Unassigned » sanjoy_jhe
Priority: Major » Normal
Status: Active » Closed (fixed)
gtsopour’s picture

Title: redirect front page without display any message after submit register form » Redirect front page without display any message after submit register form
Issue tags: +Bluemasters theme, +bluemasters

Added the following code (print messages) to page--front.tpl.php inside home-blocks-area, which code already exists only on page.tpl.php

<?php if ($messages): ?>
<div id="console" class="clearfix">
<?php print $messages; ?>
</div>
<?php endif; ?>

Thanks sanjoy_jhe for your mention and of course for your solution

This change will be included in next Bluemasters version 7.x-1.2

/George

gtsopour’s picture

Title: Redirect front page without display any message after submit register form » Print $messages on page--front.tpl.php - Redirect front page without display any message after submit register form