Jump to content


View All ProductsRandom Products

News Main Page

News System



IP.Board: IPB 3.2.x
Price: $ 15.95
Recent Comments

Videos System



IP.Board: IPB 3.2.x
Price: $ 29.95
Manage Makes and Models

Garage System



IP.Board: IPB 3.2.x
Price: $ 35.00
Manage Donation Settings

Donation Tracker



IP.Board: IPB 3.2.x
Price: $ 35.00
Example Topic

Calendar Topics



IP.Board: IPB 3.2.x
Price: $ 10.00

User is offline Author

Visit support topic Find Posts Tutorial info

  • Added on: Mar 08 2010 01:44 PM
  • Views: 1675

Collaboration

Simple Validating Message



Description: A simple skin edit for those who require extra instructions for validating members
Sometimes, new members (especially those new to forums) may not always be aware they need to validate their account. I used to have a simple message back on 2.x.x to help them and have now done something similar for IP.Board 3.

It's a very simple skin edit to create a box with a reminder message in it.

ACP > Look / Feel > Manage Skin Sets / Templates > (choose skin) > Manage Templates / CSS > Global Templates > GlobalTemplate >

Scroll down about 3/4 of the way down that template and find:
			<div id='content' class='clear'>
				<a id='j_content'></a>
				<if test="mainpageContent:|:$html">{$html}</if>
				<br class='clear' />
			</div>

Add this above, after the closing div on a new line:
<!-- validating message-->
<if test="authenticating:|:$this->memberData['member_group_id'] == $this->settings['auth_group']">
<div align='center'>
<br /><div class='general_box' style='width: 75%;'>
<h3><img src='{$this->settings['img_url']}/comment_new.png'> Thank you for registering!</h3>
<div align='center'><br /><strong>As part of the registration process, we require you to validate your email address. You will need to do this before you can post.</strong>
<br /><br />Please check your inbox for your validation email from us and click the link provided in it. If you did not receive this, please <a href="{parse url="app=core&amp;module=global&amp;section=register&amp;do=reval" base="public"}" title='{$this->lang->words['resend_val']}'><strong>Click Here</a></strong> to resend it.<br /><br />
</div></div></div><br />
</if>
<!-- end of validating message -->

Save the template.

This is the simple message all validating members will now see, along with the extra link to click for a new email if required. You can easily customise the message (for example by allowing validating members to post in a certain forum) as required.

Posted Image


Powered by Tutorials 1.3.0 © 2012, by Michael McCune