Recent content by Martry

  1. M

    fake/spam accounts driving us insane

    I was getting spammers who were just signing up to place their website link on their profile. Here is an If statement to only show the website field when the user has a certain amount of posts, its set to 3 on this one but if the user has 0 - 3 posts then text will show saying that they need at...
  2. M

    XF 1.1 If statment - show somthing when post count equals X

    Thank you for your help buddy, you are correct it worked fine when i changed $user to $visitor. :D I was editing account_personal_details template. <xen:if is="{$visitor.message_count} > 3"> <dd><input type="url" name="homepage" value="{$visitor.homepage}" id="ctrl_homepage" class="textCtrl"...
  3. M

    XF 1.1 If statment - show somthing when post count equals X

    Thanks but when i try to add this code, it just shows the else part: <xen:if is="{$user.message_count} > 3"> <dd><input type="url" name="homepage" value="{$visitor.homepage}" id="ctrl_homepage" class="textCtrl" /></dd> <xen:else /> <dd>You must have at least 3 forum posts to add your...
  4. M

    XF 1.1 If statment - show somthing when post count equals X

    Is it possible to use an {if} statement to show a certain profile field on the edit profile page, like the homepage field, only when the registered user has reached a certain amount of posts.
  5. M

    Questions about the license and offline development

    Thanks Slavik, that's pretty good :)
  6. M

    Questions about the license and offline development

    Thanks Chris, What is the default mysql query usage of a typical forum layout for this script?
  7. M

    Questions about the license and offline development

    Hello, if i buy Xenforo and don't renew the following year does that mean i wont be able to use the script on my domain no longer or that i wont have access to support and updates. This may be a silly question but i just need to know for sure. Also is there a free or trial edition of this...
Top Bottom