Jump to content


View All ProductsRandom Products

Add Edit Custom Page

Global Messages



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

Videos System



IP.Board: IPB 3.2.x
Price: $ 29.95
Example PM

Auto Anniversary Greeter



IP.Board: IPB 3.2.x
Price: $ 10.00
News Main Page

News System



IP.Board: IPB 3.2.x
Price: $ 15.95
Add Edit Custom Field

Collections System



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

User is offline Author

Visit support topic Find Posts Tutorial info

  • Added on: Jan 15 2010 10:39 PM
  • Date Updated: Jan 19 2010 07:16 PM
  • Views: 1881

Collaboration

Show message to members with 0 posts



Description: Have members that are just not posting? Display a message to the ones
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 / Global Templates / globalTemplate

Find:
<if test="mainpageContent:|:$html">{$html}</if>

Add ABOVE (Replace # with the forum id):
<if test="zero_poster:|:$this->memberData['member_id'] AND $this->memberData['posts'] == 0">
<div class='block_wrap'>
<h3 class='maintitle'>Need help {$this->memberData['members_display_name']}?</h3>
<div class='general_box'><b>Our records indicate you have yet to post, if you are having trouble posting please search through our 
<a href="{parse url="app=core&amp;module=help" base="public"}" title='{$this->lang->words['view_help']}' rel="help" accesskey='6'>Help Guide</a>. <br />If not why not introduce yourself in our 
<a href="{parse url="showforum=#" base="public"}">Welcome Centre</a>, and get to know our community.</b></div>
</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.3.0 © 2012, by Michael McCune