Methok wrote:Thank you Kevin,
Yeah it not for spam bots, more an incentive to post more.
Thank you for your suggestion.
You can do this with a single template edit.
Open styles/prosilver/template/viewtopic_body.html
Find:
<!-- IF postrow.SIGNATURE -->
Replace with:
<!-- IF postrow.SIGNATURE and postrow.POSTER_POSTS > 15 -->
Save, upload and refresh the template.
Now users signature in viewtopic is only visible if the user has more than 15 posts.
If you want to do the same in the memberlist:
Open styles/prosilver/template/memberlist_view.html
Find:
<!-- IF SIGNATURE -->
Replace with:
<!-- IF SIGNATURE and POSTS > 15 -->
What the heck, lets do it with private messages too:
Open styles/prosilver/template/ucp_pm_viewmessage.html
Find:
<!-- IF SIGNATURE -->
Replace with:
<!-- IF SIGNATURE and AUTHOR_POSTS > 15 -->