MarceloTTZ Posted March 27, 2012 Share Posted March 27, 2012 File Name: (IPT33) Validating MessageFile Submitter: zLuckr0xFile Submitted: 26 Mar 2012File Updated: 28 Mar 2012File Category: Hooks and Plugins This hook will add a box in the board index for members IN VALIDATING PROCESS, other members will not be able to see it, tough.Working Fine on all IPB versions: 3.3.X Final and RC's versions; 3.2.X and all it's versions.Click here to download this file Link to comment
jackflash Posted March 28, 2012 Share Posted March 28, 2012 Thank you, thank you, thank you! :) Link to comment
Genestoy Posted March 29, 2012 Share Posted March 29, 2012 I knew others would want this - 69 downloads as of today and climbing so thanks again for making this hook at my request! Link to comment
Makoto Posted November 9, 2012 Share Posted November 9, 2012 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&module=global&section=register&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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.