Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • deanjs Friend
    #128436

    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

    mfcphil Friend
    #248997

    I didn’t know the old one didn’t work…I have fagus and mine wirks great.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  mfcphil 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum