Hi All,
Thought I’d share this. Didn’t go through the whole forum to see if it has already been posted 🙂
Problem:
Your user registers but gets no indication that they need to check their e-mail for a activation link. All they get is the same registration page with blank fields
Resolution:
Open the file “index.php” in the Fagus Template folder and browse for the following code:
<jdoc:include type="component" />
Insert the following code. So it looks like the following:
<!-- Registered user fix-->
<?php if ($this->getBuffer('message')) : ?>
<div class="error">
<h2>
<?php echo JText::_('Message'); ?>
</h2>
<jdoc:include type="message" />
</div>
<?php endif; ?>
<!--End Fix-->
<jdoc:include type="component" />
When your users now register they should see the following message above the registration fields