Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Tutorial info Visit support topic

  • Added on: Jan 08 2009 06:33 PM
  • Views: 2468
 


Show message to members with 0 posts

Have members that are just not posting? Display a message to the ones

Posted by Michael on Jan 08 2009 06:33 PM
Have members that are just not posting? Display a message to the ones with 0 posts.

First of go to Admin CP / Look & Feel Tab / select a skin / Edit Template HTML / All Global HTML / end_nav
At the very bottom of the end_nav box copy and paste the below code and then Save Template Bit

<if="$this->ipsclass->member['id']AND $this->ipsclass->member['posts'] == 0">
<div align="center">
<br /><center><div class='borderwrap'><div class='maintitle'>Need help {$this->ipsclass->member['members_display_name']}?</div>
<div class='tablepad'><b>Our records indicate you have yet to post, if you are having trouble posting please search through our <a href="{$this->ipsclass->base_url}act=Help">Help Guide</a>. <br />If not why not introduce yourself in our <a href="{$this->ipsclass->base_url}showforum=X">Welcome Centre</a>, and get to know our community.</b></div></div></center><br />
</div>
</if>

The if function will see if the member has 0 posts if the member has, it will display the message with in the tag.

Powered by Tutorials 1.4.1 © 2012, by Michael McCune