Mr. Goodie2Shoes Well-known member Licensed customer Nov 15, 2011 #1 okay I'll be like if a user has more than ## posts we will see a notice (lets say...) what will be the template code like "<xen:if is blah blah blah>"?
okay I'll be like if a user has more than ## posts we will see a notice (lets say...) what will be the template code like "<xen:if is blah blah blah>"?
P Paul B XenForo moderator Staff member Licensed customer Nov 15, 2011 #2 Just use the Notices system and set the number of posts on the User Criteria tab. Upvote 0 Downvote
Mr. Goodie2Shoes Well-known member Licensed customer Nov 15, 2011 #3 I mentioned "lets say" I wont be using the notices system... and custom location in the post bit... Upvote 0 Downvote
P Paul B XenForo moderator Staff member Licensed customer Nov 15, 2011 #4 How can I show content to members with more than x posts? <xen:if is="{$visitor.message_count} > x"> This content will show to members with more than x posts</xen:if> http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-182355 Upvote 0 Downvote
How can I show content to members with more than x posts? <xen:if is="{$visitor.message_count} > x"> This content will show to members with more than x posts</xen:if> http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-182355
Mr. Goodie2Shoes Well-known member Licensed customer Nov 15, 2011 #5 Its "message_count" ? I used "postcount" thats why it didn't work... Upvote 0 Downvote