Jump to content

Download: (IPT33) Validating Message


MarceloTTZ

Recommended Posts

  • 7 months later...

This hook causes a stray pagebreak at the top of the board index, before your first forum category.

You just need to move the <br> tag in the hookValidatingMessage template bit back inside the if statement. Like so,

<if test="authenticating:|:$this->memberData['member_group_id'] == $this->settings['auth_group']">

<div align='left'>
<div class='message .message.error''>
<h3>Hello {$this->memberData['members_display_name']}, you're almost there!</h3>
<div align='left'><br />{$this->settings['ipt_validating_msg']}
<br>
<br>
<a href="{parse url="app=core&amp;module=global&amp;section=register&amp;do=reval" base="public"}" title='{$this->lang->words['resend_val']}' class='ipsButton_secondary'>{$this->lang->words['resend_val']}</a>
</div></div></div>
<br>
</if>
Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...