1. This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.
  2. In order to post messages and view attached files in this forum, you must be a licensed XenForo customer.
    If you can't post, enter your forum username in the Associated Forum Users form in your customer area.

[WDF]Signature Limits (enforce requirements for sig creation!)

Discussion in 'Add-on Releases [Archive]' started by RickM, Mar 13, 2011.

  1. RickM Well-Known Member

    WDF Signature Limits allows you to enforce that members of your forum contribute before being allowed to create a signature. The mod lets you enforce a set number of messages, likes or trophy points for the member, or that they must be registered for a given number of days. If the member fails to meet your criteria, they are shown a dynamic, editable error message, showing exactly what they need to be able to create the signature.

    The whole point of this mod is to prevent spam bots creating signatures. You know the ones, they register, make a couple of high-keyword posts and smother the signature with links. No more!

    Notable Features
    • Complete settings via XenForo AdminCP Options.
    • Ability to create a custom templated error message via the XenForo phrase system.
    • Tiny codebase, meaning its very light on resources.

    Attached Files:

    syd430, Mutt, makdeniss and 12 others like this.
  2. gmaister22 Active Member

  3. Qwk86gn Well-Known Member

    Awesome RickM!

    A suggestion, when a user gets a error make it so the message describes the exact issue or multiple issues depending on the criteria?

    Example: The user has 3 Trophy Points and the setting is, Required Trophy Points 5.
    Error Message: Sorry you need at least 5 Trophy Points to display a signature.

    Above example assumes the user has met the other settings.

    Great Job RickM! ;)
    Alien, Puntocom and fattony69 like this.
  4. Vodkaholic Well-Known Member

    Nice one Rick (y)
  5. Veer Well-Known Member

    Good job, like it.
  6. fattony69 Active Member

    Very awesome! Will use!
  7. Alien Well-Known Member

    Very helpful, thank you very much!

    I echo Qwk86gn's suggestion as well, that would truly make this complete.
  8. RickM Well-Known Member

    I'm liking the suggestion - will see what I can do. Currently working on another mod but will update it soon ;)
    Qwk86gn likes this.
  9. Qwk86gn Well-Known Member

    Hey guys, I sent this to RickM in a PC and he thought I should share it here. Just some styling for the error messages using the importantMessage class.

    Here is the outcome and code for the phrase "wdfSigError".

    [IMG]


    Code:
    <div class="importantMessage">
        <div style="text-align:left">
            <h1>You are not yet allowed to create a signature.</h1>
            <p>We require all members to make a contribution to our community before being allowed to post signatures. This is to prevent people abusing our website by registering to get free links to their website.</p>
            <p><h2>To post a signature, we require the following:</p></h2>
                <ul>
                    <li><b>{requiredPosts}</b> Useful Message(s)</li>
                    <li><b>{requiredPoints}</b> Trophy Point(s)</li>
                    <li><b>{requiredLikes}</b> Liked Post(s)</li>
                    <li>Be a member for more than <b>{requiredDays}</b> day(s)</li>
                </ul>
            <p>Once this criteria has been met you will be allowed to create a signature, however please read the forum rules for specifics on what signatures may contain.</p>
            <p align="center">WDF Signature Limits by <a href="http://www.webdesignforums.net">Web Design Forums</a></p>
        </div>
    </div>
    RickM, Alien and Veer like this.
  10. Digital Doctor Well-Known Member

    Is this working for XenForo 1.1.x ? (aka xF 1.1 or xF 1.2).
  11. giorgino Active Member

    +1
  12. Agent Member

    ??
  13. RickM Well-Known Member

    Hi guys,

    Sorry I've not been around to answer this. The truth is, I dont know. I've not got a copy of XenForo running at the moment.

    The only suggestion I have is to try it, and if you run into any problems, post them here and I'll do my best to assist.

    (p.s LOVE the avatar Agent... "Its a baaah...its a baaah....its a...small, off duty Czechoslovakian traffic warden!") :p
  14. Agent Member

    iam a massive Red Dwarf fan :D
  15. RickM Well-Known Member

    Me too :p Cant wait for season 10!
  16. Agent Member

Share This Page